Skip to content

Commit

Permalink
Bootstrap script for easier installation
Browse files Browse the repository at this point in the history
  • Loading branch information
krisleech committed Sep 21, 2011
1 parent c650a3d commit f4aaf8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bootstrap.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
for i in ~/.vim ~/.vimrc ~/.gvimrc; do [ -e $i ] && mv $i $i.old; done
git clone https://github.com/krisleech/vimfiles ~/.vim && cd ~/.vim && rake install

0 comments on commit f4aaf8a

Please sign in to comment.