From 88f81d2f14255c2de6600cda843b9f26c713044e Mon Sep 17 00:00:00 2001 From: Vivian Elisabeth H <36878099+SparkleDEV@users.noreply.github.com> Date: Fri, 9 Jan 2026 18:45:46 +0100 Subject: [PATCH] Added installation for oh-my-zsh --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index 431ae2c..7e9da90 100755 --- a/install.sh +++ b/install.sh @@ -154,6 +154,8 @@ for choice in "${tools[@]}"; do zoxide \ reflector \ inetutils + + sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" stow fastfetch hyfetch nvim zsh --adopt # gum spin --title "Updating Tealdeer database" -- \