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"