summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2026-02-08UpdatePaul Buetow
2026-02-08Install slash commands for both Cursor and Claude CodePaul Buetow
Rename cursor/commands to cursor/slashcommands, rename the Rex task from home_cursor to home_slashcommands, and install the same commands to both ~/.cursor/commands/ and ~/.claude/commands/. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08cleanupPaul Buetow
2026-02-07fix pathPaul Buetow
2026-02-07renamePaul Buetow
2026-02-07UpdatePaul Buetow
2026-02-04UpdatePaul Buetow
2026-02-03UpdatePaul Buetow
2026-02-03Update ai.fish stat handlingPaul Buetow
2026-02-03UpdatePaul Buetow
2026-02-02UpdatePaul Buetow
2026-02-02make it work with macos as wellPaul Buetow
2026-02-02updatePaul Buetow
2026-02-02add tmux edit sendPaul Buetow
2026-02-01renamePaul Buetow
2026-02-01add cursor commandsPaul Buetow
2026-01-30only 5Paul Buetow
2026-01-30UpdatePaul Buetow
2026-01-30UpdatePaul Buetow
2026-01-30UpdatePaul Buetow
2026-01-30Add ZSH configuration with Darwin-specific deploymentPaul Buetow
- Add home_zsh Rex task that deploys .zshrc only on macOS - Include .zshrc with time-based .nofish cleanup logic - Use stat -f %m for macOS compatibility when checking file age Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-30fixPaul Buetow
2026-01-27new utilPaul Buetow
2026-01-26UpdatePaul Buetow
2026-01-26UpdatePaul Buetow
2026-01-26UpdatePaul Buetow
2026-01-26UpdatePaul Buetow
2026-01-22UpdatePaul Buetow
2026-01-22UpdatePaul Buetow
2026-01-21mute gogios for a dayPaul Buetow
2026-01-21UpdatePaul Buetow
2026-01-21UpdatePaul Buetow
2026-01-21UpdatePaul Buetow
2026-01-20fixPaul Buetow
2026-01-20Add home_quickedit target to manage ~/QuickEdit directory and symlinksPaul Buetow
2026-01-20UpdatePaul Buetow
2026-01-20reactivating freebsdPaul Buetow
2026-01-19Merge branch 'master' of codeberg.org:snonux/confPaul Buetow
2026-01-15Merge branch 'master' of codeberg.org:snonux/confPaul Buetow
2026-01-15UpdatePaul Buetow
2026-01-15UpdatePaul Buetow
2026-01-15UpdatePaul Buetow
2026-01-15Merge branch 'master' of codeberg.org:snonux/confPaul Buetow
2026-01-15UpdatePaul Buetow
2026-01-11UpdatePaul Buetow
2026-01-11add wolPaul Buetow
2026-01-10Simplify git-server path from /repos/repos to /reposPaul Buetow
Remove redundant repos subdirectory duplication by using subPath in the Kubernetes volume mount. This simplifies all URLs from ssh://git@r0:30022/repos/repos to ssh://git@r0:30022/repos. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10Use explicit NodePort in gitsyncer config instead of SSH aliasPaul Buetow
Replace git@git-server:/repos/repos with ssh://git@r0:30022/repos/repos for more explicit and self-documenting configuration. This removes the dependency on the SSH config alias and makes the NodePort usage clear. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-01-10Add git-server SSH config for self-hosted git backupPaul Buetow
Adds SSH alias for the f3s git-server: - Host: git-server - HostName: r0 - Port: 30022 - User: git Used by gitsyncer for backup location git@git-server:/repos/repos
2026-01-10Update gitsyncer backup location to self-hosted git-serverPaul Buetow
Migrated from t450 to the new git-server in f3s cluster: - From: paul@t450:git - To: git@git-server:/repos/repos Using SSH on port 30022 with git user (not root NFS access). Successfully migrated 39 repositories.