chezmoi: provide defaults for headless email/fullname
This commit is contained in:
parent
de4acf9f95
commit
346e12c0d2
@ -1,7 +1,7 @@
|
|||||||
{{- $systemprofilechoices := list "DEFAULT" "SLIM" "MINIMAL" -}}
|
{{- $systemprofilechoices := list "DEFAULT" "SLIM" "MINIMAL" -}}
|
||||||
{{- $systemprofile := promptChoiceOnce . "systemprofile" "Select a system profile (use capital letter)" $systemprofilechoices "MINIMAL" -}}
|
{{- $systemprofile := promptChoiceOnce . "systemprofile" "Select a system profile (use capital letter)" $systemprofilechoices "MINIMAL" -}}
|
||||||
{{- $email := promptStringOnce . "email" "Email address for Git" -}}
|
{{- $email := promptStringOnce . "email" "Email address for Git" "jsmith@example.com" -}}
|
||||||
{{- $fullname := promptStringOnce . "email" "Full name for Git" -}}
|
{{- $fullname := promptStringOnce . "email" "Full name for Git" "Johnson" -}}
|
||||||
|
|
||||||
mode = "symlink"
|
mode = "symlink"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user