A repo to keep my Vim configs and plugins.
cd ~
git clone git@github.com:PLWagner/vim-config.git .vim
cd .vim
./install.sh
install.sh is idempotent: it can be re-run safely at any time (e.g. after
git pull) to pick up new plugins/themes, repair a broken ~/.vimrc
symlink, or re-initialize submodules. It backs up any pre-existing,
non-symlinked ~/.vimrc (or ~/.vim) before replacing it, and never
fails just because it has already been run before.