Files
dotfiles/.chezmoi.toml.tmpl
2025-07-22 10:40:19 +02:00

9 lines
240 B
Cheetah

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