Skip to content

Commit

Permalink
Adding readme
Browse files Browse the repository at this point in the history
Details instructions for installing the vim configuration
  • Loading branch information
mecury421 committed Nov 15, 2011
1 parent e0f2d2d commit c38615a
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Installation:

git clone git://github.com/mecury421/dotvim.git ~/.vim

Create symlinks:

ln -s ~/.vim/vimrc ~/.vimrc
ln -s ~/.vim/gvimrc ~/.gvimrc

or

~/.vim/scripts/install.sh

Switch to the `~/.vim` directory, and fetch submodules:

cd ~/.vim
git submodule init
git submodule update

0 comments on commit c38615a

Please sign in to comment.