Skip to content

Commit

Permalink
Add symlinks to .fork files in installer
Browse files Browse the repository at this point in the history
  • Loading branch information
taxilian committed Oct 2, 2012
1 parent 595c4f6 commit 4952500
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
Expand Up @@ -36,7 +36,9 @@ fi

echo "setting up symlinks"
lnif $endpath/.vimrc $HOME/.vimrc
lnif $endpath/.vimrc.fork $HOME/.vimrc.fork
lnif $endpath/.vimrc.bundles $HOME/.vimrc.bundles
lnif $endpath/.vimrc.bundles.fork $HOME/.vimrc.bundles.fork
lnif $endpath/.vim $HOME/.vim
if [ ! -d $endpath/.vim/bundle ]; then
mkdir -p $endpath/.vim/bundle
Expand Down

0 comments on commit 4952500

Please sign in to comment.