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