1
0
mirror of https://github.com/luzifer/vim.git synced 2024-09-19 11:02:55 +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`