From f9d52b5f329294bdb7ec811ffdaa6c8e8a3d76be Mon Sep 17 00:00:00 2001 From: Menno van Leeuwen Date: Mon, 26 Aug 2024 12:30:43 +0200 Subject: [PATCH] chore: add installing ohmyzsh --- bin/actions/update.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/actions/update.sh b/bin/actions/update.sh index 663d94b..5fb518f 100755 --- a/bin/actions/update.sh +++ b/bin/actions/update.sh @@ -150,6 +150,10 @@ tailscalecmd() { } extensions() { + printfe "%s\n" "cyan" "Ensuring Oh My Zsh is installed..." + source $HOME/dotfiles/bin/helpers/ohmyzsh.sh + ensure_ohmyzsh_installed + printfe "%s\n" "cyan" "Ensuring GNOME Extensions are installed..." source $HOME/dotfiles/bin/helpers/gnome_extensions.sh ensure_gnome_extensions_installed