dotfiles/.chezmoi.toml.tmpl
2023-05-02 10:01:13 +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 }}