From a4c71b52627f4a3f18645f822d52d6e1af4815b6 Mon Sep 17 00:00:00 2001 From: Anton Volnuhin Date: Sun, 28 May 2023 01:34:18 +0300 Subject: [PATCH] fisher installation for debian --- run_once_before_install_main_deps.sh.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/run_once_before_install_main_deps.sh.tmpl b/run_once_before_install_main_deps.sh.tmpl index 5d3c900..14f05c0 100644 --- a/run_once_before_install_main_deps.sh.tmpl +++ b/run_once_before_install_main_deps.sh.tmpl @@ -29,6 +29,7 @@ sudo apt update ## Install fish sudo apt install fish -y +fish -c "curl -sL https://raw.githubusercontent.com/jorgebucaran/fisher/main/functions/fisher.fish | source && fisher install jorgebucaran/fisher" ## Install neovim