diff --git a/ascii.txt b/ascii.txt new file mode 100644 index 0000000..bd3c2c0 --- /dev/null +++ b/ascii.txt @@ -0,0 +1,16 @@ + ,,'6''-,. + <====,.;;--. + _`---===. """==__ + //""@@-\===\@@@@ ""\\ + |( @@@ |===| @@@ || + \\ @@ |===| @@ // + \\ @@ |===|@@@ // + \\ |===| // +___________\\|===| //_____,----""""""""""-----,_ + """"---,__`\===`/ _________,---------,____ `, + |==|| `\ \ + |==| | pb ) | + |==| | _____ ______,--' ' + |=| `----""" `"""""""" _,-' + `=\ __,---"""-------------"""'' + """" diff --git a/install.sh b/install.sh index 4411e4f..298a55a 100755 --- a/install.sh +++ b/install.sh @@ -27,7 +27,8 @@ sudo pacman -S --noconfirm figlet nodejs npm shellcheck eslint lazygit # figlet sh -c 'curl -fLo "${XDG_DATA_HOME:-$HOME/.local/share}"/nvim/site/autoload/plug.vim --create-dirs \ https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim' mkdir -p $HOME/.local/share/fonts -curl -s https://raw.githubusercontent.com/xero/figlet-fonts/master/3d.flf > $HOME/.local/share/fonts/3d.flf +mkdir -p $HOME/.local/share/venom +curl -s https://raw.githubusercontent.com/Henryws/Venom/master/ascii.txt > $HOME/.local/share/venom/ascii.txt cat < $HOME/.config/nvim/init.vim @@ -112,7 +113,7 @@ colorscheme palenight set termguicolors let g:startify_custom_header = - \ startify#pad(split(system('figlet -t -c -f ~/.local/share/fonts/3d.flf "Venom"'), '\n')) + \ startify#pad(split(system('cat $HOME/.local/share/venom/ascii.txt'), '\n')) " Set find and replace to a more easy system nnoremap S :%s//g