From d1ba090bec79511f968ba803d4f80773e55708ec Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 21 Jul 2025 18:13:53 -0400 Subject: [PATCH] Its obvious --- bin/omarchy-first-run-flow | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index fa9c3ad..a2a6ead 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -2,8 +2,6 @@ source ~/.local/share/omarchy/ansi.sh -echo -e "Welcome to Omarchy!\n" - if gum confirm "Install editor in addition to Neovim?"; then options=("VSCode" "Cursor" "Zed" "Helix" "Emacs" "Nevermind") choice=$(printf "%s\n" "${options[@]}" | gum choose --header "Add programming editor") || exit 0