Skip to content

Commit

Permalink
Merge pull request spf13#157 from taxilian/link_fork_files
Browse files Browse the repository at this point in the history
Add symlinks to .fork files in installer.. enabling fork maintainers to retain the installer
  • Loading branch information
spf13 committed Oct 12, 2012
2 parents 8c783c2 + 4952500 commit 65270a9
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 65270a9

Please sign in to comment.