From bff140bfaee80b90845ac4e6bd0fa27785924b58 Mon Sep 17 00:00:00 2001 From: bretello Date: Thu, 26 Dec 2019 21:51:01 +0100 Subject: [PATCH] fix vim install --- install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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