update config
This commit is contained in:
parent
a41ded6a9a
commit
b789595a50
1 changed files with 6 additions and 2 deletions
|
@ -1,10 +1,14 @@
|
||||||
sourceDir = "~/.dotfiles"
|
sourceDir = "~/.dotfiles"
|
||||||
|
|
||||||
|
{{ if promptBool "set default umask" false -}}
|
||||||
|
umask = 0o22
|
||||||
|
{{ end -}}
|
||||||
|
|
||||||
[diff]
|
[diff]
|
||||||
command = 'delta'
|
command = 'delta'
|
||||||
|
|
||||||
{{ $email := promptString "git email" -}}
|
{{ $email := promptString "git email" "daylinmorgan@gmail.com" -}}
|
||||||
{{ $name := promptString "git name" -}}
|
{{ $name := promptString "git name" "Daylin Morgan" -}}
|
||||||
{{ $gui := promptBool "use gui configs" -}}
|
{{ $gui := promptBool "use gui configs" -}}
|
||||||
[data]
|
[data]
|
||||||
email = {{ $email | quote }}
|
email = {{ $email | quote }}
|
||||||
|
|
Loading…
Reference in a new issue