Added better commenting & more bloat removal

This commit is contained in:
Maddox Werts 2025-04-11 10:04:21 -04:00
parent d393b13b65
commit 50834b1222

View file

@ -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'