1
0
Fork 0
mirror of https://github.com/luzifer/vim.git synced 2024-11-08 15:40:01 +00:00

Some installation manual fixes

Thanks @jemayer
This commit is contained in:
Knut Ahlers 2013-10-29 09:55:14 +01:00
parent 3f99b4588e
commit cd95bd1c9b

View file

@ -5,5 +5,6 @@ This repository holds my VIM configuration including installed bundles managed b
## Installation
* Clone to ~/.vim: `git clone https://github.com/Luzifer/vim.git ~/.vim`
* Create symlink for gitconfig: `ln -s ~/.vim/vimrc ~/.vimrc`
* Initialize submodule: `cd ~/.vim && git submodule update --init`
* Create symlink for vimrc: `ln -s ~/.vim/vimrc ~/.vimrc`
* Initialize vundle `vim +BundleInstall +qall`