diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-23 03:54:08 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-23 03:54:08 -0600 |
| commit | 9e392840660f475b79bdb943ca8950409c46e8d3 (patch) | |
| tree | cbd95ca4901ab1d568e9ba44e5220d6bc67ee612 /archsetup | |
| parent | 575aeebe26c1932b66fb5567e829a0ecf498167c (diff) | |
refactor(archsetup): remove jdk, racket, and foliate packages
Remove unused packages:
- jdk-openjdk and openjdk-doc (Java)
- racket (Scheme)
- foliate (epub reader)
Diffstat (limited to 'archsetup')
| -rwxr-xr-x | archsetup | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -1424,14 +1424,9 @@ developer_workstation () { pacman_install splint # C programming static analysis pacman_install valgrind # memory management utility - # java - pacman_install jdk-openjdk # Java Development Kit - pacman_install openjdk-doc # ...and the documentation - # Lisps pacman_install guile # GNU Scheme pacman_install sbcl # Steel Bank Common Lisp - pacman_install racket # Racket + SICP mit-scheme emulation # Python pacman_install pyright # Python language server @@ -1642,7 +1637,6 @@ supplemental_software() { # aur installs aur_install dtrx # extraction tool aur_install figlet-fonts # fonts for figlet - aur_install foliate # pretty epub reader aur_install hfsprogs # file system tools for Mac OS aur_install insync # Google Drive sync client aur_install mcomix # image viewer for comic books |
