From 14d9cd452c1ea6aea09e5894593bd0d43184d4cc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 13:01:19 -0400 Subject: [PATCH] Explain the gum picker --- bin/omarchy-first-run-flow | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index 611fc2e..3e82139 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -31,7 +31,7 @@ source ~/.local/share/omarchy/ansi.sh if gum confirm "Start Docker DBs?"; then options=("MySQL" "Redis" "PostgreSQL") - choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases") || exit 0 + choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install)") || exit 0 if [[ -n "$choices" ]]; then for db in $choices; do