update config

This commit is contained in:
Daylin Morgan 2023-11-28 17:15:31 -06:00
parent a41ded6a9a
commit b789595a50
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F

View file

@ -1,10 +1,14 @@
sourceDir = "~/.dotfiles"
{{ if promptBool "set default umask" false -}}
umask = 0o22
{{ end -}}
[diff]
command = 'delta'
{{ $email := promptString "git email" -}}
{{ $name := promptString "git name" -}}
{{ $email := promptString "git email" "daylinmorgan@gmail.com" -}}
{{ $name := promptString "git name" "Daylin Morgan" -}}
{{ $gui := promptBool "use gui configs" -}}
[data]
email = {{ $email | quote }}