diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-26 16:57:37 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-26 16:57:37 -0600 |
| commit | 7d490453085ae084ce0e3875952eae1d3ad7b1ab (patch) | |
| tree | d6f76ded02d541107271dc2b04cac34435c81a26 /CLAUDE.md | |
| parent | feb8dfaae9b0172c9d24e7e0d115754a467b4627 (diff) | |
refactor(shell): reorganize shell config for proper separation
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 <noreply@anthropic.com>
Diffstat (limited to 'CLAUDE.md')
| -rw-r--r-- | CLAUDE.md | 47 |
1 files changed, 47 insertions, 0 deletions
diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..4ab478e --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,47 @@ +# Archsetup Project Context + +## Overview +Arch Linux installation and configuration scripts with dotfiles managed via GNU Stow. Supports both X11 (DWM) and Wayland (Hyprland) setups. + +## Project Structure +- `archsetup` - Main installation script with functions for packages, configs, services +- `dotfiles/system/` - Shared dotfiles (stowed to ~) +- `dotfiles/hyprland/` - Hyprland-specific dotfiles (stowed to ~) +- `dotfiles/dwm/` - DWM/X11-specific dotfiles +- `docs/` - Documentation and package lists +- `reference-repos/` - External dotfile references + +## Current Theme (Dupre) +- **GTK**: Adwaita-dark +- **Qt**: Adwaita-Dark (via adwaita-qt5/qt6) +- **Icons**: Papirus-Dark +- **Cursors**: capitaine-cursors-light (size 24) +- **Color palette**: bg #151311, gold #d7af5f, steel #969385, blue #67809c + +## Key Configuration Files +- `dotfiles/hyprland/.config/hypr/hyprland.conf` - Main Hyprland config +- `dotfiles/hyprland/.config/themes/dupre/` - Dupre theme files +- `dotfiles/system/.profile.d/` - Shell environment scripts +- `dotfiles/system/.config/qt5ct/qt5ct.conf` - Qt5 theming +- `dotfiles/system/.config/qt6ct/qt6ct.conf` - Qt6 theming +- `dotfiles/system/.local/bin/resetmimetypes` - MIME associations script + +## Pending Tasks +1. Review shell config files for Wayland compatibility +3. Theme Nautilus to match Hyprland/dupre theme (low priority - Adwaita-dark works) +4. Evaluate Euphonica MPD client (May 2026) + +## Recent Changes (Jan 2026) +- Added Qt theming with adwaita-qt5/qt6 +- Added font packages: cantarell-fonts, ttf-caladea, ttf-carlito, ttf-croscore +- Pruned ~90 desktop files from app menu with NoDisplay=true overrides +- Switched file manager from Thunar to Nautilus +- Cleaned up resetmimetypes script (296 -> 124 lines) +- Added satty screenshot annotation and hyprpicker +- Configured wlogout exit menu with dupre theme + +## Notes +- Desktop file overrides go in `dotfiles/hyprland/.local/share/applications/` +- Stow conflicts require manual symlinks: `ln -sf source target` +- MPD is used for music; mpv handles audio file associations +- BerkeleyMono Nerd Font is the primary monospace font |
