14 lines
243 B
Markdown
14 lines
243 B
Markdown
Installation:
|
|
|
|
git clone git://github.com/nelstrom/dotvim.git ~/.vim
|
|
|
|
Create symlinks:
|
|
|
|
ln -s ~/.vim/vimrc ~/vimrc
|
|
|
|
Switch to the `~/.vim` directory, and fetch submodules:
|
|
|
|
cd ~/.vim
|
|
git submodule init
|
|
git submodule update
|