Skip to content

Chezmoi Reference

Using existing

Terminal window
# Install chezmoi
sh -c "$(curl -fsLS get.chezmoi.io)"
chezmoi init [email protected]:clintonsteiner/dotfiles.git
chezmoi apply

Edit and add files

Terminal window
chezmoi add ~/.bash_aliases
chezmoi apply
chezmoi cd
git commit -m "commit"
git push