From 5be61c17a1e4241328413b6d47974ea8e4a60ea9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 22 Jul 2025 17:34:52 -0400 Subject: [PATCH] Go back to ANSI header now that we dont open a browser until the end --- bin/omarchy-first-run-flow | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/bin/omarchy-first-run-flow b/bin/omarchy-first-run-flow index d875791..2abc703 100755 --- a/bin/omarchy-first-run-flow +++ b/bin/omarchy-first-run-flow @@ -1,13 +1,6 @@ #!/bin/bash -header() { - clear - gum style \ - --foreground 212 --border-foreground 213 --border double --margin "1 0" --padding "1 3" \ - "You Got Omarchy!" -} - -header +source ~/.local/share/omarchy/ansi.sh if gum confirm "Install editor in addition to Neovim?"; then options=("VSCode" "Cursor" "Zed" "Helix" "Nevermind") @@ -22,7 +15,7 @@ if gum confirm "Install editor in addition to Neovim?"; then esac fi -header +source ~/.local/share/omarchy/ansi.sh if gum confirm "Start Docker DBs?"; then options=("MySQL" "Redis" "PostgreSQL") @@ -39,7 +32,7 @@ if gum confirm "Start Docker DBs?"; then fi fi -header +source ~/.local/share/omarchy/ansi.sh echo "Updating all system packages..." yay -Syu --noconfirm