2024-03-10 19:20:09 +00:00
|
|
|
{{ $email := promptString "What is your main git email address " "" }}
|
2024-03-10 19:22:47 +00:00
|
|
|
{{ $signinkey := promptString "What is your git signing key " "" }}
|
2024-03-10 19:20:09 +00:00
|
|
|
{{ $latex := promptBool "Do i install latex files " false }}
|
2024-03-05 17:46:34 +00:00
|
|
|
[git]
|
|
|
|
autoCommit = true
|
|
|
|
autoPush = true
|
2024-03-04 12:30:21 +00:00
|
|
|
[data]
|
2024-03-10 19:14:01 +00:00
|
|
|
email = {{ $email | quote }}
|
|
|
|
signinkey = {{ $signinkey | quote }}
|
|
|
|
latex = {{ $latex }}
|