diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 08:40:19 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 08:40:19 -0600 |
| commit | 5cb2f38eed00a177d16c9e7a6ccc16bcc1c474be (patch) | |
| tree | 31c78a2b242c0ea8f189f5ada165e551bdfb16df | |
| parent | 1365bd92213a0605d6b54a9fe04875f4df549356 (diff) | |
prune(archsetup): remove unused packages
Remove packages that aren't actively used:
- pycharm-community-edition (use emacs for Python)
- mcomix (comic book reader)
- figlet, figlet-fonts (ASCII art text)
- ledger (CLI accounting)
| -rwxr-xr-x | archsetup | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -1517,7 +1517,6 @@ developer_workstation () { action="Programming Editors" && display "subtitle" "$action" pacman_install mg # mini emacs pacman_install neovim # mega vi - pacman_install pycharm-community-edition # python ide action="Emacs Dependencies" && display "subtitle" "$action" pacman_install emacs @@ -1624,7 +1623,6 @@ supplemental_software() { pacman_install faad2 # processes an aac stream pacman_install fastfetch # cli system information tool pacman_install fdupes # identify binary duplicates - pacman_install figlet # words into ascii art pacman_install filezilla # ftp gui pacman_install gimp # image editor pacman_install gparted # disk partition utility @@ -1638,7 +1636,6 @@ supplemental_software() { pacman_install gucharmap # gui display of character maps pacman_install gzip # compression tool pacman_install handbrake # video transcoder - pacman_install ledger # CLI accounting software pacman_install libconfig # library for processing structured config files pacman_install libmad # mpeg audio decoder pacman_install libmpeg2 # library for decoding mpeg video streams @@ -1687,10 +1684,8 @@ supplemental_software() { # aur installs aur_install dtrx # extraction tool - aur_install figlet-fonts # fonts for figlet aur_install hfsprogs # file system tools for Mac OS aur_install insync # Google Drive sync client - aur_install mcomix # image viewer for comic books 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) |
