apt-get install --upgrade vim
(linux)
brew install vim
(mac)
git clone [email protected]:jcallin/vimrc.git
Link the .vimrc
file in this repo to your home folder so it can be easily updated by pulling the master branch from this repo
ln -s ~/.vimrc vimrc/.vimrc
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
vim
:PluginInstall