From 43a9a6dd7b7a87a4f07cb5da8deeb24e71db12be Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 22 Jul 2026 22:31:43 +0200 Subject: [PATCH] ensuring fish shell is installed --- modules/05-fish.sh | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/modules/05-fish.sh b/modules/05-fish.sh index 99060c0..e69b585 100644 --- a/modules/05-fish.sh +++ b/modules/05-fish.sh @@ -7,6 +7,7 @@ source ./modules/00-library.sh && ensure_package_is_installed fastfetch && ensure_package_is_installed openvpn && ensure_package_is_installed fzf && + ensure_package_is_installed omf && rm -rf ~/.config/fish/themes && ensure_user_folder_present ~/.config/fish && synchronize_user_folder ./sources/fish/ ~/.config/fish && @@ -19,6 +20,8 @@ source ./modules/00-library.sh && ensure_git_folder_installed_for_user oh-my-fish/theme-agnoster ~/.local/share/omf/themes/agnoster && ensure_git_folder_installed_for_root oh-my-fish/oh-my-fish /root/.local/share/omf && ensure_git_folder_installed_for_root oh-my-fish/theme-agnoster /root/.local/share/omf/themes/agnoster && - ensure_shell_installed fish && - omf install bobthefish && - omf update + ensure_shell_installed fish + +# TODO: find a way to ensure omf is both installed and works in the script +# omf install bobthefish && +# omf update