diff --git a/home/.chezmoi.toml.tmpl b/home/.chezmoi.toml.tmpl index 8dc70d0..6947692 100644 --- a/home/.chezmoi.toml.tmpl +++ b/home/.chezmoi.toml.tmpl @@ -1,5 +1,5 @@ {{ $email := promptString "What is your main git email address " "" }} -{{ $signinkey := promptString "What is your main git email address " "" }} +{{ $signinkey := promptString "What is your git signing key " "" }} {{ $latex := promptBool "Do i install latex files " false }} [git] autoCommit = true