Update setup.sh
This commit is contained in:
parent
d2beb7bdb3
commit
dfcae5356f
2
setup.sh
2
setup.sh
@ -52,7 +52,7 @@ OPTIONS_VALUES=(
|
|||||||
)
|
)
|
||||||
|
|
||||||
OPTIONS_LABELS=("zsh + oh-my-zsh" "Neovim (Requires asdf)" "asdf" "Direnv" "NodeJS" "Golang" "Python" "Deno" "Hugo" "Rust")
|
OPTIONS_LABELS=("zsh + oh-my-zsh" "Neovim (Requires asdf)" "asdf" "Direnv" "NodeJS" "Golang" "Python" "Deno" "Hugo" "Rust")
|
||||||
for i in "${(@i)OPTIONS_VALUES}"; do
|
for i in "${!OPTIONS_VALUES[@]"; do
|
||||||
OPTIONS_STRING+="${OPTIONS_VALUES[$i]} (${OPTIONS_LABELS[$i]});"
|
OPTIONS_STRING+="${OPTIONS_VALUES[$i]} (${OPTIONS_LABELS[$i]});"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user