dotfiles/dot_config/git/config.local.tmpl

10 lines
270 B
Cheetah

# vim:set ft=gitconfig :
[user]
name = punkfairie
email = 23287005+punkfairie@users.noreply.github.com
{{ if hasKey . "gpgKey" -}}
signingkey = {{ .gpgKey }}
{{- else -}}
{{- output "echo" ".gpgKey not set, please run chezmoi apply again!" -}}
{{- end }}