From a4536e37b0cdc7cfdf3ec67178e09226d0529780 Mon Sep 17 00:00:00 2001 From: Valentin Boettcher Date: Wed, 25 Nov 2020 15:08:29 +0100 Subject: [PATCH] some updates to init --- install_init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install_init.sh b/install_init.sh index d1e0419..6941500 100644 --- a/install_init.sh +++ b/install_init.sh @@ -6,4 +6,6 @@ function installInit { printSubHeading "Install OMF Theme" fish -c "omf install bobthefish" + curl https://git.io/fisher --create-dirs -sLo ~/.config/fish/functions/fisher.fish + fisher add jethrokuan/z }