summaryrefslogtreecommitdiff
path: root/dotfiles/system/.local/bin/build-emacs.sh
AgeCommit message (Collapse)Author
6 daysrefactor(dotfiles): rename system/ to common/ and remove unused configsCraig Jennings
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 <noreply@anthropic.com>
2025-09-12feat(build-emacs): Add Arch deps check and feature summaryCraig Jennings
- Detect Arch Linux and ensure required build/runtime packages (auto-install via passwordless sudo; guides otherwise) - Improve error handling and logging with log tail on failures - Default to WITH_PGTK=0 and use --with-x-toolkit=gtk3 - Change default LOG_DIR to $HOME - Simplify symlink creation in ~/.local/bin - After install, print Emacs version and configured features
2025-09-05adding make and install infoCraig Jennings
2025-09-04build-emacs.sh basic changes to prefix-base; base; and log_dirCraig Jennings
2025-09-04working build-emacs.sh scriptCraig Jennings
2025-09-03adding build-emacs scriptCraig Jennings