sh -c "$(curl -fsLS git.io/chezmoi)" -- init --apply kavinvinCreate or edit toml file at ~/.config/chezmoi/chezmoi.toml
[data.git]
username = "your username"
email = "your email"
signingKey = "your gpg key"
use1PasswordGpg = falseApply changes
$ chezmoi apply$ chezmoi updateInspired by https://github.com/heypoom/dotfiles