From 7056a3903a0b4ecfbd7d64672776945d04cf3d3d Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sat, 23 Aug 2025 19:04:20 +0200 Subject: [PATCH] No longer need gum or tte as preflights No more identification up front, no toast during initial install --- install.sh | 2 -- install/development/terminal.sh | 1 + install/preflight/gum.sh | 3 --- install/preflight/tte.sh | 3 --- 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 install/preflight/gum.sh delete mode 100644 install/preflight/tte.sh diff --git a/install.sh b/install.sh index 8f0d2c42..88da87ce 100755 --- a/install.sh +++ b/install.sh @@ -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 diff --git a/install/development/terminal.sh b/install/development/terminal.sh index 2c8c464a..f384d792 100644 --- a/install/development/terminal.sh +++ b/install/development/terminal.sh @@ -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 diff --git a/install/preflight/gum.sh b/install/preflight/gum.sh deleted file mode 100644 index db69e5a9..00000000 --- a/install/preflight/gum.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -sudo pacman -S --noconfirm --needed gum diff --git a/install/preflight/tte.sh b/install/preflight/tte.sh deleted file mode 100644 index 9f58f57e..00000000 --- a/install/preflight/tte.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash - -yay -S --noconfirm --needed python-poetry-core python-terminaltexteffects