mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-22 11:31:30 +01:00
fix antibody install
This commit is contained in:
parent
94e5885120
commit
ed61728ff7
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user