From a94c3a60d769d821565d8de4208c3aab0e1e70a7 Mon Sep 17 00:00:00 2001 From: Alexandre Tuleu Date: Wed, 5 Oct 2022 08:43:25 +0200 Subject: [PATCH] Updates oh-my-fish packages on install --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 101d856..1d4850d 100755 --- a/install.sh +++ b/install.sh @@ -112,6 +112,7 @@ function install_home() { done run ln -sf $(this_script_root_dir)/.tmux/.tmux.conf $HOME/.tmux.conf load_gnome_terminal_profiles + /usr/bin/fish -c 'omf install' }