mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-12-21 09:23:10 -05:00
Template email
This commit is contained in:
parent
3723ee4cde
commit
08bb9b2f8b
2 changed files with 5 additions and 1 deletions
4
.chezmoi.toml.tmpl
Normal file
4
.chezmoi.toml.tmpl
Normal file
|
@ -0,0 +1,4 @@
|
|||
{{- $email := promptStringOnce . "email" "Email address" -}}
|
||||
|
||||
[data]
|
||||
email = {{ $email | quote }}
|
|
@ -1,6 +1,6 @@
|
|||
[user]
|
||||
name = Andrew Scott
|
||||
email = git@andyscott.me
|
||||
email = {{ .email | quote }}
|
||||
signingKey = 7CD5A5977E4931C1
|
||||
[init]
|
||||
defaultBranch = main
|
Loading…
Reference in a new issue