/ .chezmoi.toml.tmpl
.chezmoi.toml.tmpl
1 {{- $realName := promptStringOnce . "realName" "Your name" -}} 2 {{- $email := promptStringOnce . "email" "Email address" -}} 3 4 [data] 5 realName = {{ $realName | quote }} 6 email = {{ $email | quote }}