From 0d23b6e515a01a5782532351821ebfa11f3d6cf2 Mon Sep 17 00:00:00 2001 From: Ben Beltran Date: Mon, 8 Oct 2012 11:44:10 -0500 Subject: Add vim again :) --- vim/bootstrap.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 vim/bootstrap.sh (limited to 'vim/bootstrap.sh') diff --git a/vim/bootstrap.sh b/vim/bootstrap.sh new file mode 100755 index 0000000..782fa52 --- /dev/null +++ b/vim/bootstrap.sh @@ -0,0 +1,4 @@ +for i in ~/.vim ~/.vimrc ~/.gvimrc; do [ -e $i ] && mv $i $i.old; done +git clone git://github.com/carlhuda/janus.git ~/.vim +cd ~/.vim +rake -- cgit