<feed xmlns='http://www.w3.org/2005/Atom'>
<title>archsetup/CLAUDE.md, branch v0.5</title>
<subtitle>Builds a full dev workstation from a bare Arch Linux install.
</subtitle>
<id>https://git.cjennings.net/archsetup/atom?h=v0.5</id>
<link rel='self' href='https://git.cjennings.net/archsetup/atom?h=v0.5'/>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/'/>
<updated>2026-01-27T12:28:48+00:00</updated>
<entry>
<title>docs(CLAUDE.md): update project structure and remove stale content</title>
<updated>2026-01-27T12:28:48+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T12:28:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=154221b8b3c7babe8ddf52faf3d99555fd4756cb'/>
<id>urn:sha1:154221b8b3c7babe8ddf52faf3d99555fd4756cb</id>
<content type='text'>
Reflect current directory layout (assets/, scripts/, inbox/), add
theme system section, remove changelog and pending work that belong
in NOTES.org.
</content>
</entry>
<entry>
<title>docs: update session context with Makefile targets</title>
<updated>2026-01-27T00:43:10+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T00:43:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=c20cda7d5c9007aa0d2416d27d00d2b9725668fd'/>
<id>urn:sha1:c20cda7d5c9007aa0d2416d27d00d2b9725668fd</id>
<content type='text'>
Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>chore(scripts): remove 11 unused scripts, fix yt-dlp aliases</title>
<updated>2026-01-27T00:17:14+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-27T00:17:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=8ef0d4868a8b6d66c6d805ce71df177765e70bef'/>
<id>urn:sha1:8ef0d4868a8b6d66c6d805ce71df177765e70bef</id>
<content type='text'>
Removed scripts:
- dotfiles_pushall, lsbak, project, protonvpn, steam
- sudo-update-grub, sysupdate, transadd, update-backup-repositories
- virtstart, ytp (duplicate of alias)

Updated yt-dlp aliases in media.sh:
- --add-metadata -&gt; --embed-metadata (deprecated option)

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>refactor(dotfiles): rename system/ to common/ and remove unused configs</title>
<updated>2026-01-26T23:36:38+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T23:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=dada2f255daaa2fb493ec8c7d47e2a8123aea494'/>
<id>urn:sha1:dada2f255daaa2fb493ec8c7d47e2a8123aea494</id>
<content type='text'>
Rename dotfiles/system to dotfiles/common for clarity - indicates
shared dotfiles used across all desktop environments (DWM, Hyprland).

Removed config directories for uninstalled applications:
- ghostty (using different terminal)
- lf (using ranger instead)
- mopidy (using mpd instead)
- nitrogen (X11-only, obsolete for Wayland)
- pychess (not installed)
- JetBrains (not installed via archsetup)
- youtube-dl (using yt-dlp with different config location)

Kept audacious config for potential future use.

Updated all references in archsetup, CLAUDE.md, todo.org, and
validation.sh.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
<entry>
<title>docs: update session context with script reorganization</title>
<updated>2026-01-26T23:28:29+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T23:28:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=d50e5955837788fc69b4d5bc74cb574b859ed31a'/>
<id>urn:sha1:d50e5955837788fc69b4d5bc74cb574b859ed31a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>refactor(shell): reorganize shell config for proper separation</title>
<updated>2026-01-26T22:57:37+00:00</updated>
<author>
<name>Craig Jennings</name>
<email>c@cjennings.net</email>
</author>
<published>2026-01-26T22:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.cjennings.net/archsetup/commit/?id=7d490453085ae084ce0e3875952eae1d3ad7b1ab'/>
<id>urn:sha1:7d490453085ae084ce0e3875952eae1d3ad7b1ab</id>
<content type='text'>
Restructure shell configuration to follow standard conventions:
- .profile: Environment variables only (POSIX compatible)
- .bash_profile: NEW - sources .profile and .bashrc for login shells
- .bashrc: Bash-specific settings, sources .bashrc.d/
- .zshrc: Zsh-specific settings, sources .zshrc.d/

New modular directories:
- .bashrc.d/: aliases, emacs, fzf, git, media, utilities
- .zshrc.d/: same as bashrc.d plus arch-downgrade (zsh-only)
- .profile.d/: reduced to env-only files (display, framework, auto-tmux)

Fixes:
- Remove duplicate .profile sourcing in .bashrc
- Remove broken XDG_CURRENT_DESKTOP=GNOME line from display.sh
- Move aliases/functions from .profile to appropriate .d/ directories
- Shell-specific init (zoxide, fzf) now in .bashrc/.zshrc directly
- FreeBSD bindkey fix now in .zshrc directly

Also adds CLAUDE.md session context file.

Co-Authored-By: Claude Opus 4.5 &lt;noreply@anthropic.com&gt;
</content>
</entry>
</feed>
