even easier setup

This commit is contained in:
Loic Nageleisen 2013-04-25 22:13:44 +02:00
parent 09bc286ab4
commit 17b492736c
3 changed files with 11 additions and 8 deletions

View file

@ -5,3 +5,4 @@ ln -sfn "$HOME/.vim/gvimrc" "$HOME/.gvimrc"
ln -sfn "$HOME/.vim/vimrc" "$HOME/.vimrc"
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
vim -u bundles.vim +BundleInstall +qall