Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

Commit cdc4a74

Browse files
committed
Made extra desktop bloat optional
1 parent 7bfdef0 commit cdc4a74

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

etc/anarchy.conf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,11 @@ config() {
177177

178178
# Default packages
179179
base_defaults="bash bzip2 coreutils file filesystem findutils gawk gcc-libs gettext glibc grep gzip iproute2 iputils licenses pacman pciutils procps-ng psmisc sed shadow systemd systemd-sysvcompat tar util-linux xz wget vim cpupower linux-firmware man-db man-pages texinfo sudo btrfs-progs dosfstools e2fsprogs ntfs-3g lvm2"
180-
180+
base_defaults_ex="openssh zsh zsh-syntax-highlighting grub dialog wireless_tools wpa_supplicant os-prober"
181181
# Desktop packages
182182
de_defaults="xdg-user-dirs xorg-server xorg-apps xorg-xinit xterm ttf-dejavu gvfs gvfs-smb gvfs-mtp pulseaudio pavucontrol pulseaudio-alsa alsa-utils unzip yay"
183-
extras="gvfs arc-gtk-theme elementary-icon-theme numix-icon-theme-git numix-circle-icon-theme-git htop lynx chromium libreoffice-fresh vlc gnome-packagekit pantheon-music yay"
184-
183+
desktop_extras="gvfs arc-gtk-theme elementary-icon-theme numix-icon-theme-git numix-circle-icon-theme-git htop"
184+
user_extras="libreoffice-fresh vlc chromium lynx gnome-packagekit"
185185
# Check terminal line height
186186
if [ "$(tput lines)" -lt "25" ]; then
187187
screen_h=false

lang/anarchy-english.conf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@ graphics_msg="Select your desired graphics driver:\nDetected chipset: $chipset
269269

270270
desktop_cancel_msg="Are you sure you don't want a desktop? \n\n $a You will be booted into command line only."
271271

272+
desktop_suite_msg="Would you like to install desktop suite? \n\n $a Chromium, libreoffice, VLC, GUI Package Management"
273+
274+
aur_help_msg="Would you like to install an AUR helper? \n\n $a Installs yay AUR helper"
275+
272276
nvidia_msg="Select your desired Nvidia driver: \n\n $a Cancel if none"
273277

274278
touchpad_msg="Would you like to install xf86-input touchpad drivers? \n\n $a Required for laptop touchpad support."

0 commit comments

Comments
 (0)