From cb9488ed5d38aeec1a2f1ab336e1f959e619fd5f Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 22 Nov 2020 17:02:12 +0100 Subject: [PATCH] install: move install_vimrc() to setup_vim() --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index 6201a17..c6c0a99 100755 --- a/install.sh +++ b/install.sh @@ -34,6 +34,8 @@ function setup_ackrc { } function setup_vim { + # Install vim awesomerc (git amix/vimrc) + install_vimrc && echo "Installed vim awesome rc" || echo "Failed to install vim awesome rc" 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/ @@ -166,8 +168,6 @@ function brethil_dotfiles_setup { antibody update fix_annoyances - # Install vim awesomerc (git amix/vimrc) - install_vimrc && echo "Installed vim awesome rc" || echo "Failed to install vim awesome rc" setup_vim # Create ssh config create_ssh_config