Manage this repository with chezmoi.
brew update
brew install chezmoiVerify installation:
chezmoi --versionReplace <repo-url> with your repository URL.
chezmoi init <repo-url>
chezmoi applyShow pending changes:
chezmoi diffEdit a managed file:
chezmoi edit ~/.zshrcPreview what apply would change:
chezmoi apply --dry-run --verboseApply changes:
chezmoi applyAdd an existing file into source state:
chezmoi add ~/.gitconfigUpdate from remote and apply:
chezmoi update