chore: config template

This commit is contained in:
Vasili Svirydau
2026-05-06 09:52:49 -07:00
parent d2a2911f0a
commit 79c4a47169
2 changed files with 7 additions and 1 deletions

6
.chezmoi.toml.tmpl Normal file
View File

@@ -0,0 +1,6 @@
{{- $email := promptStringOnce . "email" "Email address" -}}
{{- $fullName := promptStringOnce . "fullName" "Full Name" -}}
[data]
email = {{ $email | quote }}
fullName = {{ $fullName | quote }}

View File

@@ -1,5 +1,5 @@
[user] [user]
name = {{ .name | quote }} name = {{ .fullName | quote }}
email = {{ .email | quote }} email = {{ .email | quote }}
[push] [push]
autoSetupRemote = true autoSetupRemote = true