c
Install via:brewgo
License:MIT
Open sourcechezmoi
About
Manage your dotfiles across multiple machines safely — declarative config with templates, encryption and easy bootstrapping. The dotfile manager for the long haul.
Pricing
Free
chezmoi is a dotfile manager that stores your config as source in a Git repo and applies it to any machine. Use templates to vary files per machine and encrypt secrets.
Key Features
- Declarative, single-source-of-truth dotfiles.
- Templates with per-machine variables.
- Secret management (pass, 1Password, Bitwarden).
chezmoi apply/chezmoi diff/chezmoi add.- Bootstrap new machines with one command.
- Works on macOS, Linux, Windows.
Pricing
chezmoi is free and open source under the MIT license.
Getting Started
brew install chezmoi
chezmoi init https://github.com/yourname/dotfiles.git
chezmoi add ~/.zshrc
chezmoi diff && chezmoi apply