From 68c0238eaf7f15f05d83b85b9b23890104ea1fe8 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Tue, 21 May 2024 01:52:52 +0300 Subject: [PATCH] experiment to move everything before -> after --- .../run_onchange_after_fish_plugins.fish.tmpl | 17 ----------------- ...run_onchange_after_install_main_deps.sh.tmpl | 3 +++ 2 files changed, 3 insertions(+), 17 deletions(-) delete mode 100644 private_dot_config/private_fish/run_onchange_after_fish_plugins.fish.tmpl rename run_onchange_before_install_main_deps.sh.tmpl => run_onchange_after_install_main_deps.sh.tmpl (99%) 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