Skip to content

Commit

Permalink
Add initialization of vim with NeoBundleInstall ( ꒪⌓꒪)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuroyoro committed Nov 7, 2013
1 parent 47a40c9 commit 7ceb067
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ done
# install oh-my-zsh
[ ! -d ~/.oh-my-zsh ] && git clone git://github.com/robbyrussell/oh-my-zsh.git ~/.oh-my-zsh

[ ! -d ~/.vim/bundle ] && mkdir -p ~/.vim/bundle && git clone git://github.com/Shougo/neobundle.vim ~/.vim/bundle/neobundle.vim && vim -c ':NeoBundleInstall'

0 comments on commit 7ceb067

Please sign in to comment.