| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(ghostty): configure terminal to match st appearance | Craig Jennings | 2025-11-08 | 1 | -42/+43 |
| | | | | | | | | | | | | | | | Replace default Ghostty template with custom configuration: - Berkeley Mono font (size 12) with stylistic sets - Colors matching st terminal (gray90 on black, pure ANSI colors) - 0.8 background opacity for transparency - Hide titlebar (gtk-titlebar = false) while keeping window decorations - Block cursor style matching st - Shift+enter keybinding 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | ||||
| * | feat: add utility scripts for process and auth management | Craig Jennings | 2025-11-08 | 2 | -0/+56 |
| | | | | | | | | | | | | | | Add two new utility scripts to dotfiles: - clobberall: repeatedly kills all processes with given name - reset-auth: resets GPG and SSH authentication agents Both scripts follow existing conventions with proper headers, usage help, and executable permissions. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | ||||
| * | feat: add zoxide smart directory navigation | Craig Jennings | 2025-11-08 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | Add zoxide installation and configuration to archsetup: - Install zoxide via pacman in Developer Workstation section - Create .profile.d/zoxide.sh with zsh initialization - Alias cd to z for smart directory jumping based on usage patterns This enables automatic directory navigation learning across all fresh Arch installs. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> | ||||
| * | update calibre scheduler config | Craig Jennings | 2025-11-06 | 1 | -4/+4 |
| | | |||||
| * | chore(auth): update encrypted authinfo file | Craig Jennings | 2025-11-06 | 1 | -0/+0 |
| | | | | | | Refreshed .authinfo.gpg with latest credentials. No content details displayed due to encryption. | ||||
| * | ssh: Add custom log level for cjennings.net host | Craig Jennings | 2025-11-06 | 1 | -0/+3 |
| | | | | | | Configure SSH to set LogLevel to ERROR for the cjennings.net host, enhancing security by reducing log verbosity. | ||||
| * | adding hey alias | Craig Jennings | 2025-11-06 | 1 | -0/+3 |
| | | |||||
| * | added uid/pass to link to org-gcal | Craig Jennings | 2025-10-24 | 1 | -0/+0 |
| | | |||||
| * | updating tidal-dl config | Craig Jennings | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | updating calibre scheduler | Craig Jennings | 2025-10-17 | 1 | -2/+2 |
| | | |||||
| * | updating calibre config | Craig Jennings | 2025-10-17 | 3 | -63/+4383 |
| | | |||||
| * | wallpaper: reset default background | Craig Jennings | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | mpd.conf: change replaygain setting | Craig Jennings | 2025-10-17 | 1 | -1/+1 |
| | | |||||
| * | default mimetype for video files now vlc | Craig Jennings | 2025-10-16 | 1 | -72/+73 |
| | | |||||
| * | added downgrade function | Craig Jennings | 2025-10-16 | 1 | -0/+50 |
| | | | | | | - select installed package to downgrade via fzf - hands off to sudo downgrade | ||||
| * | add org-capture shell script | Craig Jennings | 2025-10-12 | 1 | -0/+159 |
| | | |||||
| * | updated authinfo sources | Craig Jennings | 2025-10-12 | 1 | -0/+0 |
| | | |||||
| * | remove emacs daemon (as we're using systemd now) | Craig Jennings | 2025-10-12 | 1 | -1/+0 |
| | | |||||
| * | update calibre config files to latest | Craig Jennings | 2025-10-05 | 8 | -73/+100 |
| | | |||||
| * | chore(system): update .authinfo.gpg | Craig Jennings | 2025-10-05 | 1 | -0/+0 |
| | | |||||
| * | chore(system): enable unlimited core dump size in .zshrc | Craig Jennings | 2025-10-05 | 1 | -0/+1 |
| | | |||||
| * | add environment + systemd configs to improve session and app startup | Craig Jennings | 2025-10-05 | 5 | -5/+36 |
| | | | | | | | | | | - Add environment variable file for PATH including custom script locations - Add user systemd service for Emacs daemon with restart on failure - Add geoclue-agent systemd service for redshift location hints - Add environment override for xdg-desktop-portal-gtk service (DISPLAY, XAUTHORITY) - Update .profile to use emacsclient for EDITOR and VISUAL - Comment out auto-startx on tty1 | ||||
| * | feat(config): Update git and environment settings | Craig Jennings | 2025-09-24 | 3 | -3/+5 |
| | | | | | | | Add GitHub username to git config and swap default/alternate browser assignments. Also reorder startup script to launch emacs daemon before xautolock. | ||||
| * | added infopath to .profile | Craig Jennings | 2025-09-16 | 1 | -0/+4 |
| | | |||||
| * | modified calibre scheduler | Craig Jennings | 2025-09-16 | 1 | -5/+5 |
| | | |||||
| * | feat(build-emacs): Add Arch deps check and feature summary | Craig Jennings | 2025-09-12 | 1 | -18/+107 |
| | | | | | | | | | | | - 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 | ||||
| * | allow $EDITOR to control editing shortcuts | Craig Jennings | 2025-09-12 | 1 | -1/+1 |
| | | |||||
| * | disable left control as escape/delete | Craig Jennings | 2025-09-12 | 1 | -2/+2 |
| | | |||||
| * | allow loopback pinentry for Emacs | Craig Jennings | 2025-09-12 | 1 | -0/+1 |
| | | | | | | should allow Emacs to request loopback pinentry should NOT overwrite other system/default pinentries | ||||
| * | calibre settings | Craig Jennings | 2025-09-12 | 6 | -92/+92 |
| | | |||||
| * | adding compress function | Craig Jennings | 2025-09-09 | 1 | -0/+75 |
| | | |||||
| * | adding make and install info | Craig Jennings | 2025-09-05 | 1 | -0/+9 |
| | | |||||
| * | build-emacs.sh basic changes to prefix-base; base; and log_dir | Craig Jennings | 2025-09-04 | 1 | -4/+4 |
| | | |||||
| * | working build-emacs.sh script | Craig Jennings | 2025-09-04 | 1 | -105/+74 |
| | | |||||
| * | removing old build emacs src | Craig Jennings | 2025-09-03 | 1 | -76/+0 |
| | | |||||
| * | updating calibre config | Craig Jennings | 2025-09-03 | 2 | -20/+25 |
| | | |||||
| * | latest updates | Craig Jennings | 2025-09-03 | 1 | -0/+0 |
| | | |||||
| * | adding build-emacs script | Craig Jennings | 2025-09-03 | 1 | -0/+146 |
| | | |||||
| * | add alias for topgrade | Craig Jennings | 2025-08-31 | 1 | -0/+1 |
| | | |||||
| * | disabling redshift for now | Craig Jennings | 2025-08-31 | 1 | -1/+1 |
| | | |||||
| * | correct name of protonbridge certs | Craig Jennings | 2025-08-31 | 1 | -1/+1 |
| | | |||||
| * | updating calibre config to latest | Craig Jennings | 2025-08-22 | 15 | -90/+7586 |
| | | |||||
| * | adding caffeine to launch items | Craig Jennings | 2025-08-22 | 1 | -0/+1 |
| | | |||||
| * | adding script that fetches the latest arch iso | Craig Jennings | 2025-08-22 | 1 | -0/+78 |
| | | |||||
| * | add foliate for pdfs and epubs, but disable (not quite ready) | Craig Jennings | 2025-08-21 | 1 | -5/+12 |
| | | |||||
| * | updating misc cosmetic | Craig Jennings | 2025-08-21 | 5 | -32/+76 |
| | | |||||
| * | adding mpv as default audio player | Craig Jennings | 2025-07-31 | 1 | -11/+25 |
| | | |||||
| * | updating flameshot config | Craig Jennings | 2025-07-31 | 1 | -0/+3 |
| | | |||||
| * | updating calibre config | Craig Jennings | 2025-07-31 | 2 | -12/+122 |
| | | |||||
| * | adding ucb doe library picture for wallpaper | Craig Jennings | 2025-07-31 | 1 | -0/+0 |
| | | |||||
