Skip to content

Commit

Permalink
install vim plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
babymastodon committed Apr 24, 2014
1 parent 24a98a0 commit 02c64d5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions install.sh
Expand Up @@ -21,3 +21,11 @@ ln -sf $PWD/trackpoint.sh ~/bin/

# enable italic fonts in the terminal
bash ./enable_italics.sh


# install vim plugins
if [ ! -d ~/.vim/bundle/vundle ]
then
mkdir -p ~/.vim/bundle
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
fi

0 comments on commit 02c64d5

Please sign in to comment.