mirror of
https://github.com/basecamp/omarchy.git
synced 2025-07-27 12:19:24 +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
|
#!/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
|
||||||
|
Reference in New Issue
Block a user