mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 04:09:23 +00:00
Go back to ANSI header now that we dont open a browser until the end
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user