Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarik committed Mar 5, 2013
1 parent f951b68 commit 780b150
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# [gmarik](http://github.com/gmarik)'s [Vim configuration](http://github.com/gmarik/vimfiles)

to try it out:

1. `mkdir -p /tmp/vimtest && cd !$` # create and cd to test folder
2. `git clone --recursive https://github.com/gmarik/vimfiles.git ./.vim` # clone recursively with vundle
3. `HOME=$(pwd) vim -u .vim/vimrc +BundleInstall` # run installation in relative to current folder
# and using downloaded `.vimrc`

0 comments on commit 780b150

Please sign in to comment.