Public chezmoi-managed dotfiles for my macOS/Linux dev machines.
macOS:
brew install chezmoi
chezmoi init --apply RestartDK/dotfilesLinux:
sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply RestartDK/dotfilesOngoing updates:
chezmoi update- This repo intentionally stores portable config, prompts, keybindings, themes, and small helper scripts.
- Do not commit auth files, API keys, sessions, logs, caches, local databases, or generated app state.
- Agent config lives where each tool expects it:
~/.codex,~/.claude,~/.pi/agent,~/.config/opencode, etc. ~/.configis not managed wholesale; selected subdirectories/files are managed.
This repo uses chezmoi's default local source directory:
~/.local/share/chezmoi
Use chezmoi cd or chezmoi source-path to find it on any machine.