summaryrefslogtreecommitdiff
path: root/dotfiles/system
Commit message (Collapse)AuthorAgeFilesLines
* feat(ghostty): configure terminal to match st appearanceCraig Jennings2025-11-081-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 managementCraig Jennings2025-11-082-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 navigationCraig Jennings2025-11-081-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 configCraig Jennings2025-11-061-4/+4
|
* chore(auth): update encrypted authinfo fileCraig Jennings2025-11-061-0/+0
| | | | | Refreshed .authinfo.gpg with latest credentials. No content details displayed due to encryption.
* ssh: Add custom log level for cjennings.net hostCraig Jennings2025-11-061-0/+3
| | | | | Configure SSH to set LogLevel to ERROR for the cjennings.net host, enhancing security by reducing log verbosity.
* adding hey aliasCraig Jennings2025-11-061-0/+3
|
* added uid/pass to link to org-gcalCraig Jennings2025-10-241-0/+0
|
* updating tidal-dl configCraig Jennings2025-10-171-1/+1
|
* updating calibre schedulerCraig Jennings2025-10-171-2/+2
|
* updating calibre configCraig Jennings2025-10-173-63/+4383
|
* wallpaper: reset default backgroundCraig Jennings2025-10-171-1/+1
|
* mpd.conf: change replaygain settingCraig Jennings2025-10-171-1/+1
|
* default mimetype for video files now vlcCraig Jennings2025-10-161-72/+73
|
* added downgrade functionCraig Jennings2025-10-161-0/+50
| | | | | - select installed package to downgrade via fzf - hands off to sudo downgrade
* add org-capture shell scriptCraig Jennings2025-10-121-0/+159
|
* updated authinfo sourcesCraig Jennings2025-10-121-0/+0
|
* remove emacs daemon (as we're using systemd now)Craig Jennings2025-10-121-1/+0
|
* update calibre config files to latestCraig Jennings2025-10-058-73/+100
|
* chore(system): update .authinfo.gpgCraig Jennings2025-10-051-0/+0
|
* chore(system): enable unlimited core dump size in .zshrcCraig Jennings2025-10-051-0/+1
|
* add environment + systemd configs to improve session and app startupCraig Jennings2025-10-055-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 settingsCraig Jennings2025-09-243-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 .profileCraig Jennings2025-09-161-0/+4
|
* modified calibre schedulerCraig Jennings2025-09-161-5/+5
|
* feat(build-emacs): Add Arch deps check and feature summaryCraig Jennings2025-09-121-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 shortcutsCraig Jennings2025-09-121-1/+1
|
* disable left control as escape/deleteCraig Jennings2025-09-121-2/+2
|
* allow loopback pinentry for EmacsCraig Jennings2025-09-121-0/+1
| | | | | should allow Emacs to request loopback pinentry should NOT overwrite other system/default pinentries
* calibre settingsCraig Jennings2025-09-126-92/+92
|
* adding compress functionCraig Jennings2025-09-091-0/+75
|
* adding make and install infoCraig Jennings2025-09-051-0/+9
|
* build-emacs.sh basic changes to prefix-base; base; and log_dirCraig Jennings2025-09-041-4/+4
|
* working build-emacs.sh scriptCraig Jennings2025-09-041-105/+74
|
* removing old build emacs srcCraig Jennings2025-09-031-76/+0
|
* updating calibre configCraig Jennings2025-09-032-20/+25
|
* latest updatesCraig Jennings2025-09-031-0/+0
|
* adding build-emacs scriptCraig Jennings2025-09-031-0/+146
|
* add alias for topgradeCraig Jennings2025-08-311-0/+1
|
* disabling redshift for nowCraig Jennings2025-08-311-1/+1
|
* correct name of protonbridge certsCraig Jennings2025-08-311-1/+1
|
* updating calibre config to latestCraig Jennings2025-08-2215-90/+7586
|
* adding caffeine to launch itemsCraig Jennings2025-08-221-0/+1
|
* adding script that fetches the latest arch isoCraig Jennings2025-08-221-0/+78
|
* add foliate for pdfs and epubs, but disable (not quite ready)Craig Jennings2025-08-211-5/+12
|
* updating misc cosmeticCraig Jennings2025-08-215-32/+76
|
* adding mpv as default audio playerCraig Jennings2025-07-311-11/+25
|
* updating flameshot configCraig Jennings2025-07-311-0/+3
|
* updating calibre configCraig Jennings2025-07-312-12/+122
|
* adding ucb doe library picture for wallpaperCraig Jennings2025-07-311-0/+0
|