Skip to content

Commit

Permalink
Add snake ascii
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 committed Aug 29, 2021
1 parent 8513335 commit c172152
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions ascii.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
,,'6''-,.
<====,.;;--.
_`---===. """==__
//""@@-\===\@@@@ ""\\
|( @@@ |===| @@@ ||
\\ @@ |===| @@ //
\\ @@ |===|@@@ //
\\ |===| //
___________\\|===| //_____,----""""""""""-----,_
""""---,__`\===`/ _________,---------,____ `,
|==|| `\ \
|==| | pb ) |
|==| | _____ ______,--' '
|=| `----""" `"""""""" _,-'
`=\ __,---"""-------------"""''
""""
5 changes: 3 additions & 2 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<EOF > $HOME/.config/nvim/init.vim
Expand Down Expand Up @@ -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<Left><Left>
Expand Down

0 comments on commit c172152

Please sign in to comment.