diff --git a/install.sh b/install.sh index 3fac45f..f8056c6 100755 --- a/install.sh +++ b/install.sh @@ -34,12 +34,9 @@ function setup_vim { ln -s "$DOTFILES/my_configs.vim" "$HOME/.vim_runtime/my_configs.vim" mkdir -p ~/.vim_runtime/my_plugins/twilight/colors ln -s "$DOTFILES/twilight256.vim" ~/.vim_runtime/my_plugins/twilight/colors/ - (cd ~/.vim_runtime/my_plugins && git add * && git commit -m "bretello dotfiles") + (cd ~/.vim_runtime/my_plugins && git add -f * && git commit -m "bretello dotfiles") } -function setup_pdbprc { - ln -s $DOTFILES/pdbrc.py $HOME/.pdbrc.py -} # Add an ssh config file with: # - Connection multiplexer for faster multiple connections