[git] Make default git user configurable

This commit is contained in:
Sebastian Schulze 2020-12-28 21:19:28 +01:00
parent 7b743b8c68
commit db2965031d
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
[user]
name = Sebastian Schulze
email = github.com@{{ .chezmoi.username }}.com
signingkey = github.com@{{ .chezmoi.username }}.com
email = {{ .git.email }}
signingkey = {{ .git.signingkey }}
[core]
excludesfile = ~/.gitignore