Go back to ANSI header now that we dont open a browser until the end

This commit is contained in:
David Heinemeier Hansson
2025-07-22 17:34:52 -04:00
parent 98f5669637
commit 5be61c17a1

View File

@ -1,13 +1,6 @@
#!/bin/bash #!/bin/bash
header() { source ~/.local/share/omarchy/ansi.sh
clear
gum style \
--foreground 212 --border-foreground 213 --border double --margin "1 0" --padding "1 3" \
"You Got Omarchy!"
}
header
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" "Nevermind") options=("VSCode" "Cursor" "Zed" "Helix" "Nevermind")
@ -22,7 +15,7 @@ if gum confirm "Install editor in addition to Neovim?"; then
esac esac
fi fi
header source ~/.local/share/omarchy/ansi.sh
if gum confirm "Start Docker DBs?"; then if gum confirm "Start Docker DBs?"; then
options=("MySQL" "Redis" "PostgreSQL") options=("MySQL" "Redis" "PostgreSQL")
@ -39,7 +32,7 @@ if gum confirm "Start Docker DBs?"; then
fi fi
fi fi
header source ~/.local/share/omarchy/ansi.sh
echo "Updating all system packages..." echo "Updating all system packages..."
yay -Syu --noconfirm yay -Syu --noconfirm