From ed61728ff797559db71652a9acefe751fac99247 Mon Sep 17 00:00:00 2001 From: bretello Date: Sun, 1 Mar 2020 19:52:31 +0100 Subject: [PATCH] fix antibody install --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index 642a2d3..868b0b3 100755 --- a/install.sh +++ b/install.sh @@ -154,6 +154,9 @@ function brethil_dotfiles_setup { echo -e "# End of brethil's dotfiles\n\n" exec 1>&3 # restore stdout + antibody bundle $DOTFILES/antibody_plugins.txt + antibody update + fix_annoyances # Install vim awesomerc (git amix/vimrc) install_vimrc && echo "Installed vim awesome rc" || echo "Failed to install vim awesome rc"