chezmoi

CLI

Manage your dotfiles across multiple diverse machines securely.

Sync dotfiles across machines with templating and secret support

3 curated recipes · not yet executed by the harness#dotfiles#config#sync#secrets

Recipes

Curated from documentation and usage. Percentages are estimates, not measurements.

Initialize chezmoi on a new machine

~95% est.
chezmoi init --apply https://github.com/user/dotfiles.git

Apply dotfile changes

~98% est.
chezmoi apply

Add a dotfile to chezmoi

~98% est.
chezmoi add ~/.zshrc

Install

Homebrewbrew install chezmoi
Scriptcurl -fsSL https://get.chezmoi.io | sh

Agent notes

When to use
Managing dotfiles across multiple machines or teams

Use from an agent

curl -s https://clihub.com/api/tools/chezmoi | jq '.agentHints.provenRecipes[] | {task, command, verified}'

Or call get_tool with slug chezmoi on the MCP server at https://clihub.com/mcp.

Homepage ↗Repository ↗MIT0 views