No longer need gum or tte as preflights

No more identification up front, no toast during initial install
This commit is contained in:
David Heinemeier Hansson 2025-08-23 19:04:20 +02:00
parent 3880c49469
commit 7056a3903a
4 changed files with 1 additions and 8 deletions

View File

@ -51,10 +51,8 @@ show_subtext() {
# Install prerequisites
source $OMARCHY_INSTALL/preflight/chroot.sh
source $OMARCHY_INSTALL/preflight/mirrorlist.sh
source $OMARCHY_INSTALL/preflight/gum.sh
source $OMARCHY_INSTALL/preflight/guard.sh
source $OMARCHY_INSTALL/preflight/aur.sh
source $OMARCHY_INSTALL/preflight/tte.sh
source $OMARCHY_INSTALL/preflight/migrations.sh
# Configuration

View File

@ -6,4 +6,5 @@ yay -S --noconfirm --needed \
wl-clipboard btop \
man tldr less whois plocate \
starship bash-completion \
gum python-poetry-core python-terminaltexteffects \
alacritty

View File

@ -1,3 +0,0 @@
#!/bin/bash
sudo pacman -S --noconfirm --needed gum

View File

@ -1,3 +0,0 @@
#!/bin/bash
yay -S --noconfirm --needed python-poetry-core python-terminaltexteffects