Edited script + added required fonts into repo
This commit is contained in:
parent
bfbdd11df8
commit
0fbd88a5e5
@ -1,7 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
rsync -ax --exclude .git --exclude setup_dotenv_files.sh ./ ~/
|
||||
curl -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
rsync -ax --exclude .git --exclude setup_dotenv_files.sh --exclude vim_fonts ./ ~/
|
||||
curl --no-progress-meter -fLo ~/.vim/autoload/plug.vim --create-dirs \
|
||||
https://raw.githubusercontent.com/junegunn/vim-plug/master/plug.vim
|
||||
|
||||
echo 'For VIM: Remember to run ":PlugInstall" on first run to set up the themes and plugins!'
|
||||
|
BIN
vim_fonts/Hack.zip
Normal file
BIN
vim_fonts/Hack.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user