Install and apply dotfiles
$ sh -c "$(curl -fsLS get.chezmoi.io)" -- init --apply $GITHUB_USERNAME
Update from remote
$ chezmoi update
Adding to the management target
$ chezmoi add $file
Edit Managed Items
$ chezmoi edit $file
Apply to local
$ chezmoi apply
Apply to remote
$ git commit
$ git push