From a6f86bcb9248c4288b01db18eef58c963c250bc3 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/install.sh b/install.sh index 5afcb95..320db6d 100755 --- a/install.sh +++ b/install.sh @@ -31,9 +31,10 @@ function install_vimrc { } function setup_vim { - ln -s $DOTFILES/my_configs.vim $HOME/.vim_runtime/my_configs.vim - mkdir -p ~/.vim/colors - ln -s $DOTFILES/twilight256.vim ~/.vim/colors/ + 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") } # Add an ssh config file with: