Skip to content

Repository files navigation

chezmoi dotfiles

Manage this repository with chezmoi.

Install chezmoi (Homebrew)

brew update
brew install chezmoi

Verify installation:

chezmoi --version

Initialize and apply this repo

Replace <repo-url> with your repository URL.

chezmoi init <repo-url>
chezmoi apply

Basic commands

Show pending changes:

chezmoi diff

Edit a managed file:

chezmoi edit ~/.zshrc

Preview what apply would change:

chezmoi apply --dry-run --verbose

Apply changes:

chezmoi apply

Add an existing file into source state:

chezmoi add ~/.gitconfig

Update from remote and apply:

chezmoi update

About

Ethan's config files

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages