You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cd ~
git clone https://github.com/mattbo/vim .vim
ln -s .vim/vimrc.vimrc .vimrc
cd .vim
mkdir bundle
cd bundle
git clone https://github.com/gmarik/Vundle.vim.git Vundle.vim
cd ~
vim +BundleInstall +qall