juanshot-dotenvs/setup_dotenv_files.sh

8 lines
334 B
Bash
Raw Normal View History

#!/bin/bash
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!'