diff --git a/setup_dotenv_files.sh b/setup_dotenv_files.sh index 4656f44..07e4202 100755 --- a/setup_dotenv_files.sh +++ b/setup_dotenv_files.sh @@ -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!' diff --git a/vim_fonts/Hack.zip b/vim_fonts/Hack.zip new file mode 100644 index 0000000..ad76ad0 Binary files /dev/null and b/vim_fonts/Hack.zip differ