vimrc setup
You should install vundle after linking .vim
=> ~/Personal/.vim (this project), as well as .vimrc
=> ~/Personal/.vim/.vimrc
ln -s ~/Personal/.vim ~/.vim
ln -s ~/Personal/.vim/.vimrc ~/.vimrc
- Install Vundle
:PluginInstall
inside of vim (you should probably resource the shell first, or open a new one)