mirror of
https://github.com/basecamp/omarchy.git
synced 2026-02-17 15:25:37 +00:00
No longer need gum or tte as preflights
No more identification up front, no toast during initial install
This commit is contained in:
@@ -51,10 +51,8 @@ show_subtext() {
|
|||||||
# Install prerequisites
|
# Install prerequisites
|
||||||
source $OMARCHY_INSTALL/preflight/chroot.sh
|
source $OMARCHY_INSTALL/preflight/chroot.sh
|
||||||
source $OMARCHY_INSTALL/preflight/mirrorlist.sh
|
source $OMARCHY_INSTALL/preflight/mirrorlist.sh
|
||||||
source $OMARCHY_INSTALL/preflight/gum.sh
|
|
||||||
source $OMARCHY_INSTALL/preflight/guard.sh
|
source $OMARCHY_INSTALL/preflight/guard.sh
|
||||||
source $OMARCHY_INSTALL/preflight/aur.sh
|
source $OMARCHY_INSTALL/preflight/aur.sh
|
||||||
source $OMARCHY_INSTALL/preflight/tte.sh
|
|
||||||
source $OMARCHY_INSTALL/preflight/migrations.sh
|
source $OMARCHY_INSTALL/preflight/migrations.sh
|
||||||
|
|
||||||
# Configuration
|
# Configuration
|
||||||
|
|||||||
@@ -6,4 +6,5 @@ yay -S --noconfirm --needed \
|
|||||||
wl-clipboard btop \
|
wl-clipboard btop \
|
||||||
man tldr less whois plocate \
|
man tldr less whois plocate \
|
||||||
starship bash-completion \
|
starship bash-completion \
|
||||||
|
gum python-poetry-core python-terminaltexteffects \
|
||||||
alacritty
|
alacritty
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
sudo pacman -S --noconfirm --needed gum
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
|
|
||||||
yay -S --noconfirm --needed python-poetry-core python-terminaltexteffects
|
|
||||||
Reference in New Issue
Block a user