Copy @bry's local VIM dev env config
-
Backup or remove your existing vim configuration (~/.vimrc and ~/.vim)
-
Run
git clone https://github.com/bry/vundle.git ~/.vim/bundle/vundle &&
curl https://raw.githubusercontent.com/bry/dotfiles/master/.vimrc > ~/.vimrc &&
vim -c "BundleInstall"