fix antibody install

feature/symbol-search
bretello 2020-03-01 19:52:31 +01:00
parent 94e5885120
commit ed61728ff7
1 changed files with 3 additions and 0 deletions

View File

@ -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"