chezmoi: provide defaults for headless email/fullname

This commit is contained in:
dogeystamp 2024-12-15 14:05:36 -05:00
parent de4acf9f95
commit 346e12c0d2
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
{{- $systemprofilechoices := list "DEFAULT" "SLIM" "MINIMAL" -}}
{{- $systemprofile := promptChoiceOnce . "systemprofile" "Select a system profile (use capital letter)" $systemprofilechoices "MINIMAL" -}}
{{- $email := promptStringOnce . "email" "Email address for Git" -}}
{{- $fullname := promptStringOnce . "email" "Full name for Git" -}}
{{- $email := promptStringOnce . "email" "Email address for Git" "jsmith@example.com" -}}
{{- $fullname := promptStringOnce . "email" "Full name for Git" "Johnson" -}}
mode = "symlink"