From 98f5669637fd0e45c4948919681ec70baeb39cb1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:33:43 -0400 Subject: [PATCH] Remove GH Setup for now too --- bin/omarchy-first-run-flow | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index 0e1f546..d875791 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -24,12 +24,6 @@ fi header -if gum confirm "Login to GitHub?"; then - gh auth login -fi - -header - if gum confirm "Start Docker DBs?"; then options=("MySQL" "Redis" "PostgreSQL") choices=$(printf "%s\n" "${options[@]}" | gum choose --no-limit --header "Select databases (space to select, return to install)") || exit 0