dotfiles/.chezmoi.toml.tmpl
2023-09-28 12:18:38 +02:00

10 lines
207 B
Cheetah

{{ $email := promptString "email" -}}
{{ $username := promptString "username" -}}
[git]
autoCommit = true
autoPush = true
[data]
email = {{ $email | quote }}
name = {{ $username | quote }}