summaryrefslogtreecommitdiff
path: root/TODO.org
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2025-11-15 13:33:53 -0600
committerCraig Jennings <c@cjennings.net>2025-11-15 13:33:53 -0600
commit75e03252bea9c0a5cdd9e321c65b6997d7875e43 (patch)
treefe46994786d7acbac51656d0621fabddf3591182 /TODO.org
parent0148a1dfc02f48c1c9459254870088463ee175f9 (diff)
refactor(archsetup): streamline packages and update configurations
Package removals: - Remove MPD/ncmpcpp/Mopidy music players (no longer needed) - Remove obs-studio, obsidian, VS Code - Remove VirtualBox and related packages (use Docker/gnome-boxes instead) - Remove rust package (will use rustup instead) Package additions: - Add difftastic, eza (modern CLI tools) - Add gimp, audacity, vlc (media applications) - Add insync, protonmail-bridge (sync/communication) - Add multimarkdown, proselint (text processing) Package updates: - Update man → man-db (current package name) - Update pandoc → pandoc-cli (current package name) Configuration updates: - Enable topgrade git repo updates for ~/code/ only - Add inbox/ directory to .gitignore - Add TODO for rustup-based Rust installation 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
Diffstat (limited to 'TODO.org')
-rw-r--r--TODO.org10
1 files changed, 10 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org
index 9fa4f62..640aa27 100644
--- a/TODO.org
+++ b/TODO.org
@@ -4,6 +4,16 @@
#+FILETAGS: :v2mom:strategy:archsetup:
* URGENT Package Installation Fixes
+** TODO [#B] Add Rust installation via rustup instead of pacman package
+The =rust= package has been removed from archsetup. Need to add Rust installation using =rustup= (the official Rust toolchain manager) instead of the Arch package.
+
+Steps:
+- Install rustup: =pacman -S rustup=
+- Initialize default toolchain: =rustup default stable=
+- Consider adding to archsetup or post-install script
+
+Reference: Removed from archsetup on 2025-11-15
+
** TODO [#A] Replace nitrogen with feh for wallpaper management
Nitrogen is no longer in the official Arch repos. Need to:
- Replace nitrogen with feh in archsetup script