Skip to content

Commit

Permalink
Installation work... wip
Browse files Browse the repository at this point in the history
  • Loading branch information
raptor235 committed Jun 19, 2024
1 parent db6c66b commit 104eab6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions util/set_theme_and_plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ set_oh_my_zsh_theme_and_plugins() {
echo "4) avit"
echo "5) random"
echo "6) Custom theme"

read theme_choice?"Enter the number corresponding to your choice or type your theme name: "
echo -n "Enter the number corresponding to your choice or type your theme name: "
read theme_choice

case $theme_choice in
1)
Expand All @@ -28,7 +28,8 @@ set_oh_my_zsh_theme_and_plugins() {
theme="random"
;;
6)
read custom_theme?"Enter your custom theme name: "
echo -n "Enter your custom theme name: "
read custom_theme
theme="$custom_theme"
;;
*)
Expand Down

0 comments on commit 104eab6

Please sign in to comment.