chore: config template
This commit is contained in:
6
.chezmoi.toml.tmpl
Normal file
6
.chezmoi.toml.tmpl
Normal file
@@ -0,0 +1,6 @@
|
||||
{{- $email := promptStringOnce . "email" "Email address" -}}
|
||||
{{- $fullName := promptStringOnce . "fullName" "Full Name" -}}
|
||||
|
||||
[data]
|
||||
email = {{ $email | quote }}
|
||||
fullName = {{ $fullName | quote }}
|
||||
@@ -1,5 +1,5 @@
|
||||
[user]
|
||||
name = {{ .name | quote }}
|
||||
name = {{ .fullName | quote }}
|
||||
email = {{ .email | quote }}
|
||||
[push]
|
||||
autoSetupRemote = true
|
||||
|
||||
Reference in New Issue
Block a user