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:
parent
3f99b4588e
commit
cd95bd1c9b
1 changed files with 2 additions and 1 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue