- In your Terminal.app (for Mac)
- Get to your home directory
cd
- Make a new folder
mkdir .vim
- Get to your home directory
- Clone from this repo
git clone https://github.com/ammonshepherd/vim.git .vim
ln -s .vim/.vimrc .vimrc
- Follow the instructions here: https://github.com/VundleVim/Vundle.vim
- Basically, do this to get the files
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim
- And this to install the plugins
vim +PluginInstall +qall