From d2eef21911129918f7bc9dc1347fa55a92fb53e6 Mon Sep 17 00:00:00 2001 From: nevaforget Date: Wed, 3 Apr 2024 15:54:26 +0200 Subject: [PATCH] forgot ohmyzsh --- setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.sh b/setup.sh index 6b9e343..70cd62c 100755 --- a/setup.sh +++ b/setup.sh @@ -88,7 +88,7 @@ function inst_zsh { read confirm_zsh if [[ $confirm_zsh == "Y" ]]; then - declare -a pkg_list=(zsh) + declare -a pkg_list=(zsh oh-my-zsh) for key in "${pkg_list[@]}" do pkg_inst $key