Up.
This commit is contained in:
parent
6ef6dbacc6
commit
165d14d942
@ -1,6 +1,10 @@
|
|||||||
|
email = {{ email := promptString "What is your main git email address " "" }}
|
||||||
|
signinkey = {{ signinkey := promptString "What is your main git email address " "" }}
|
||||||
|
latex = {{ latex := promptBool "Do i install latex files " false }}
|
||||||
[git]
|
[git]
|
||||||
autoCommit = true
|
autoCommit = true
|
||||||
autoPush = true
|
autoPush = true
|
||||||
[data]
|
[data]
|
||||||
email = {{ promptString "What is your main git email address " "" | quote }}
|
email = {{ $email | quote }}
|
||||||
latex = {{ promptBool "Do i install latex files " false }}
|
signinkey = {{ $signinkey | quote }}
|
||||||
|
latex = {{ $latex }}
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Jeff LANCE
|
name = Jeff LANCE
|
||||||
email = "{{ .email }}"
|
email = "{{ .email }}"
|
||||||
signingkey = "{{ .signingkey }}"
|
{{ if not empty .signinkey }}
|
||||||
|
signinkey = "{{ .signinkey }}"
|
||||||
|
{{ end }}
|
||||||
[core]
|
[core]
|
||||||
excludesfile = /home/jeff/.gitignore.global
|
excludesfile = /home/jeff/.gitignore.global
|
||||||
[credential]
|
[credential]
|
||||||
|
Loading…
Reference in New Issue
Block a user