Files
dotfiles/.chezmoi.toml.tmpl
2025-07-07 06:14:18 +02:00

9 lines
236 B
Cheetah

{{- $github_email := promptStringOnce . "github_email" "Github Email address" -}}
[data]
github_email = {{ $github_email | quote }}
[git]
autoPush = true
autoCommit = true
commitMessageTemplate = ".commit_message.tmpl"