Initial public release
A chezmoi-based fleet-dotfiles template for macOS workstations: - Two-way auto-sync via launchd watcher + 5-min puller - Mesh SSH via modify_authorized_keys driven by .chezmoidata/fleet.yaml - age-encrypted secrets file - Bundled Claude Code agentic team (11 agents) + /lite + /lite-sub commands - Verify-before-claiming Stop hook - Generic statusline + project-boundary validate-path hook - Reference launchd plist for cross-fleet task-durations aggregation (companion repo: gitea.tojo.team/cardinale/task-durations) - AGENTS.md walks an agent through the entire setup Q&A interactively - docs/ covers architecture, security model, fleet onboarding
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# ~/.gitconfig — copy to `dot_gitconfig` in your fork and replace the
|
||||
# placeholders with your name/email.
|
||||
|
||||
[user]
|
||||
email = <YOUR_EMAIL>
|
||||
name = <YOUR_NAME>
|
||||
|
||||
# git-lfs (optional — only useful if you commit binary assets)
|
||||
# [filter "lfs"]
|
||||
# clean = git-lfs clean -- %f
|
||||
# smudge = git-lfs smudge -- %f
|
||||
# process = git-lfs filter-process
|
||||
# required = true
|
||||
|
||||
[init]
|
||||
defaultBranch = main
|
||||
|
||||
[pull]
|
||||
rebase = false
|
||||
Reference in New Issue
Block a user