Skip to content

Commit

Permalink
Updated with a Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
adamhjk committed Oct 19, 2011
1 parent f76b946 commit b4acf80
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
install:
mkdir -p ~/.vim/bundle
ln -sf ~/.vim/vimrc ~/.vimrc
vim -c 'BundleInstall' -c 'qa!'
cd ~/.vim/bundle/command-t && rake make

10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,8 @@ To use, want to do this:

'''bash
$ git clone github.com/adamhjk/adam-vim ~/.vim
$ mkdir ~/.vim/bundle
$ ln -s ~/.vim/vimrc ~/.vimrc
$ vim -c 'BundleInstall' -c 'qa!'
$ cd ~/.vim/bundle/command-t
$ rake make
$ cd ~/.vim
$ make install
'''

Then marvel at what's up.
Expand All @@ -18,10 +15,9 @@ Then marvel at what's up.

Leader is mapped to ','


## Plugins

The current list is maintained in the vimrc through vundle.
The current list is maintained in the vimrc through vundle. Check out vimrc.

## Commands

Expand Down

0 comments on commit b4acf80

Please sign in to comment.