diff --git a/Installation/arch.sh b/Installation/arch.sh index 39f01de..f61d79a 100644 --- a/Installation/arch.sh +++ b/Installation/arch.sh @@ -1,7 +1,8 @@ #!/bin/bash # -- Arch Linux Installer Script -- # -# Functions +# Desktop Specific # +## Gnome ## gnome_install() { # All System Commands SYS_INSTALL='sudo pacman -Sy --noconfirm' @@ -13,7 +14,6 @@ gnome_install() { # Installing FLH Apps $FLH_INSTALL flathub ar.xjuan.Cambalache $FLH_INSTALL flathub net.nokyan.Resources - $FLH_INSTALL flathub io.github.giantpinkrobots.varia } gnome_debloat() { # All System Commands @@ -21,6 +21,7 @@ gnome_debloat() { # Bloat Programs $SYS_REMOVE gnome-music + $SYS_REMOVE gnome-system-monitor } gnome_system() { # Custom UI settings @@ -44,7 +45,11 @@ gnome() { gnome_system gnome_themes } +## KDE Plasma ## +## HYPRLAND ## + +# Functions install_yay() { # System Install Command SYS_INSTALL='sudo pacman -S --noconfirm'