diff --git a/src/.chezmoi.toml.tmpl b/src/.chezmoi.toml.tmpl index a192460..75239b2 100644 --- a/src/.chezmoi.toml.tmpl +++ b/src/.chezmoi.toml.tmpl @@ -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"