run sync.sh to rsync all dotfiles to ~/
$ sh sync.sh
Using Vundle to manage all plugins: Vundle github
-
Set up [Vundle]:
$ git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim
-
sync dotfiles (.vimrc)
-
Install plugins
Launch
mvim
and run:PluginInstall
See what plugins you have by running:PluginList
-
Setup Tern: Tern github
install the tern server by running
npm install
in the~/.vim/bundle/tern_for_vim
directory.