summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
3 daysrocky-vm-setup: document tmux color scheme (bright green + red borders)Paul Buetow
3 daysrocky-vm-setup: add nested tmux C-g prefix, tmux 3.2 compat; cross-ref f3s skillPaul Buetow
3 dayshome_tmux_rocky: fix hostname detection for Rex compatibilityPaul Buetow
3 daysMerge branch 'master' of ssh://r0:30022/repos/dotfilesPaul Buetow
3 daystmux: add rocky overrides (C-g prefix for nested tmux), remove ↵Paul Buetow
extended-keys-format for tmux 3.2 compat
3 dayspkg_rocky: add zoxide, revert to Rex pkg directivePaul Buetow
3 daysMerge branch 'master' of ssh://r0:30022/repos/dotfilesPaul Buetow
3 daysdotfiles: add Rocky Linux (EL9) package target, exclude unavailable pkgsPaul Buetow
3 daysf3s: add rocky VM to zrepl replication; update docsPaul Buetow
4 daysUpdatePaul Buetow
4 daysUpdate rocky VM: add WireGuard IP 192.168.2.123, expand disk to 200G, ↵Paul Buetow
document LVM layout
4 daysUpdate FreeBSD monitoring skill: add f3 to node_exporter scrape targetsPaul Buetow
f3 is now running node_exporter and is included in Prometheus scraping alongside f0/f1/f2. Updated the skill reference to reflect the new scrape config (192.168.2.133:9100) and include f3 in the host list.
4 daysupdate promptsPaul Buetow
4 daysUpdatePaul Buetow
5 daysfish: add pi-local and pi-local-tools abbreviations for pi coding agentPaul Buetow
7 daysadd fedora-power-management skill and auto-switcherPaul Buetow
8 daysfeat(taskwarrior): export +agent tasks to JSON history before cleanupPaul Buetow
9 daysfeat: add fish 4.3 migration files and tmux extended-keys supportPaul Buetow
- fish_frozen_key_bindings.fish: migrate fish_key_bindings to global scope - fish_frozen_theme.fish: migrate syntax highlighting theme to global scope - gemtexter.fish: add gemtexter publish functions - tmux.conf: enable extended-keys for modern terminal key handling
9 daysupdate promptsPaul Buetow
12 daystmux: add Prefix+I / Prefix+O to cycle A- sessionsPaul Buetow
Mirrors the default Prefix+( / Prefix+) bindings but filtered to sessions whose name starts with the 'A-' agent-workload prefix. Logic lives in scripts/tmux-cycle-a-session. Amp-Thread-ID: https://ampcode.com/threads/T-019e7daf-7dbc-720d-a818-d971666b01e0 Co-authored-by: Amp <amp@ampcode.com>
13 daystmux: add prefix+@ binding to toggle A- session prefixPaul Buetow
Marks the current tmux session as an agent workload by prepending 'A-' to its name; pressing the same key again strips the prefix. Fits the existing convention used by tmux::attach in fish/conf.d/tmux.fish. Amp-Thread-ID: https://ampcode.com/threads/T-019e7cd6-bcb9-71b8-b21a-da8e7a37dc1d Co-authored-by: Amp <amp@ampcode.com>
13 daysUpdatePaul Buetow
13 daysupdate promptsPaul Buetow
13 dayssync skills: update f3s USB key docsPaul Buetow
13 daysfooPaul Buetow
13 daysalso share go best practicesPaul Buetow
13 daysnewPaul Buetow
2026-05-29feat: prioritize agent-labeled tmux sessions when attachingPaul Buetow
2026-05-28Rename tmpclean to tmputils::clean with namespaced prefixPaul Buetow
2026-05-28supersync: call tmpclean to archive stale tmp foldersPaul Buetow
2026-05-28tmpclean: remove dry-run mode, always perform real runPaul Buetow
2026-05-28Make tmpclean portable: support both Linux and macOS stat/findPaul Buetow
2026-05-28Fix tmpclean: guard against empty age variables in test comparisonsPaul Buetow
2026-05-28Add tmpclean function: move stale tmp folders to OLD/ with --dry-run supportPaul Buetow
2026-05-28UpdatePaul Buetow
2026-05-27add burning-audio-cd skill and scriptsPaul Buetow
2026-05-27refactor: simplify gitsyncer config and improve NFS umount logicPaul Buetow
- Remove unused gitsyncer host entry for paul@t450:git - Remove 'playground' from repository list - Enhance umount logic to handle already-unmounted NFS mounts gracefully
2026-05-27update promptsPaul Buetow
2026-05-27agent-task-management: note that tags cannot contain hyphensPaul Buetow
Tag names in the ask CLI do not support hyphens (-). Added a clear note in both the rules section and the Conventions section of 1-create-task.md so agents use camelCase or concatenated words instead. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-27wol-f3s: umount NFS filesystems on earth before shutdownPaul Buetow
Before shutting down f3s Beelink hosts (f0/f1/f2/f3), attempt to umount all NFS filesystems currently mounted on earth. NFS mounts on earth go through stunnel (127.0.0.1:2323 -> 192.168.1.138:2323 CARP VIP on f0/f1). If any mount is active and cannot be umounted, the shutdown is aborted to prevent data loss or a hung filesystem. - Add umount_nfs_mounts() that reads /proc/mounts for nfs/nfs4 types, attempts to umount each, and returns 1 if any fail - Call umount_nfs_mounts before proceeding in shutdown, shutdown-f3, and shutdown-all cases (shutdown-pis skipped: Pis do not serve NFS) - Update all comments to explain the NFS-over-stunnel architecture and the safety rationale Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-26next-task: use ask projects instead of task +agentPaul Buetow
2026-05-25sync skills: rename sync-skills to commit-skillsPaul Buetow
2026-05-25sync skills: add check-shopping-status, protonbridge-imap, sync-skills; add ↵Paul Buetow
creating-cd-mixes scripts
2026-05-24update promptsPaul Buetow
2026-05-23Add random GNOME wallpaper timer via systemd user unitsPaul Buetow
2026-05-21joPaul Buetow
2026-05-21UpdatePaul Buetow
2026-05-21UpdatePaul Buetow
2026-05-20helix: add harper-ls grammar checker alongside vale-lsPaul Buetow
Installs harper-ls (cargo install harper-ls --locked) and enables it for markdown and git-commit filetypes where vale-ls is active. Uses British dialect and hint severity to keep diagnostics unobtrusive. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-17f3s thermal: revert rack position notePaul Buetow
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>