diff --git a/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl b/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl deleted file mode 100644 index f67eec0..0000000 --- a/private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/env fish - -# fish_plugins hash {{ include "private_dot_config/private_fish/fish_plugins" | sha256sum }} -set Green '\033[0;32m' # Green -set NC '\033[0m' # No Color - -echo -e " - - -$Green############################################################################### -## ## -## Updating fisher plugins ## -## ## -###############################################################################$NC" -sleep 1 - -fisher update diff --git a/run_onchange_before_install_main_deps.sh.tmpl b/run_onchange_after_install_main_deps.sh.tmpl similarity index 99% rename from run_onchange_before_install_main_deps.sh.tmpl rename to run_onchange_after_install_main_deps.sh.tmpl index 92ad053..d34d322 100644 --- a/run_onchange_before_install_main_deps.sh.tmpl +++ b/run_onchange_after_install_main_deps.sh.tmpl @@ -219,6 +219,9 @@ then sudo chsh -s $(command -v fish) $USER fi +new_line "Installing fisher plugins" +fish -c "fisher update" + tput csr 0 $LINES tput cup $LINES 0