From c8fcf67d8ce639a4bede371dee52ba815f79a5ea Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Fri, 23 Jan 2026 08:45:35 -0600 Subject: prune(archsetup): remove redundant and unused packages Remove overlapping/unused packages: - librewolf-bin (commented out) - the_silver_searcher (ripgrep is faster) - dfc (duf is better) - p7zip (7zip is newer) - neovim (use emacs) - boxbuddy (just GUI for distrobox) - tageditor (commented out, build issues) --- archsetup | 7 ------- 1 file changed, 7 deletions(-) (limited to 'archsetup') diff --git a/archsetup b/archsetup index 8142092..e3d4345 100755 --- a/archsetup +++ b/archsetup @@ -1439,7 +1439,6 @@ desktop_environment() { action="Browsers" && display "subtitle" "$action" pacman_install firefox - ## TESTING IF NEEDED aur_install librewolf-bin pacman_install torbrowser-launcher # downloads/updates tor browser automatically aur_install google-chrome @@ -1511,12 +1510,10 @@ developer_workstation () { pacman_install eza # Modern ls replacement pacman_install meld # Visual diff pacman_install ripgrep # Fast grep utility - aur_install the_silver_searcher # Another fast grep utility pacman_install zoxide # Smart cd command that learns your habits action="Programming Editors" && display "subtitle" "$action" pacman_install mg # mini emacs - pacman_install neovim # mega vi action="Emacs Dependencies" && display "subtitle" "$action" pacman_install emacs @@ -1577,7 +1574,6 @@ developer_workstation () { # distrobox related pacman_install podman pacman_install distrobox - aur_install boxbuddy aur_install ptyxis # boxes @@ -1616,7 +1612,6 @@ supplemental_software() { pacman_install calibre # ebook manager/viewer pacman_install dash # posix compliant /bin/sh pacman_install devtools # tools for arch linux package maintenance - pacman_install dfc # better display of available space on mounted filesystems pacman_install docx2txt # recovers text from docx files pacman_install entr # run arbitrary commands when files change pacman_install faac # open source mpeg 3 and aac encoder @@ -1642,7 +1637,6 @@ supplemental_software() { pacman_install maim # screenshot utility pacman_install mosh # alt SSH terminal with roaming and responsiveness support pacman_install odt2txt # converts from open document to text - pacman_install p7zip # p7zip compression tool pacman_install pandoc-cli # universal document converter pacman_install protonmail-bridge # ProtonMail desktop bridge pacman_install perl-image-exiftool # reads/writes exif info for raw photo files @@ -1688,7 +1682,6 @@ supplemental_software() { aur_install insync # Google Drive sync client aur_install nsxiv # image viewer aur_install snore-git # sleep with feedback - # aur_install tageditor # metadata editor for mkv, webm and related video files (DISABLED: hangs indefinitely building qt5-webengine dependency) pacman_install thunar # file manager pacman_install gvfs-smb # SMB network share browsing in Thunar aur_install topgrade # upgrade everything utility -- cgit v1.2.3