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