Its obvious

This commit is contained in:
David Heinemeier Hansson
2025-07-21 18:13:53 -04:00
parent 04ec2ba84d
commit d1ba090bec

View File

@ -2,8 +2,6 @@
source ~/.local/share/omarchy/ansi.sh source ~/.local/share/omarchy/ansi.sh
echo -e "Welcome to Omarchy!\n"
if gum confirm "Install editor in addition to Neovim?"; then if gum confirm "Install editor in addition to Neovim?"; then
options=("VSCode" "Cursor" "Zed" "Helix" "Emacs" "Nevermind") options=("VSCode" "Cursor" "Zed" "Helix" "Emacs" "Nevermind")
choice=$(printf "%s\n" "${options[@]}" | gum choose --header "Add programming editor") || exit 0 choice=$(printf "%s\n" "${options[@]}" | gum choose --header "Add programming editor") || exit 0