From 346e12c0d2f9e425348784e92e8ecda691d05edb Mon Sep 17 00:00:00 2001 From: "dogeystamp@disroot.org" Date: Sun, 15 Dec 2024 14:05:36 -0500 Subject: [PATCH] chezmoi: provide defaults for headless email/fullname --- src/.chezmoi.toml.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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"