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"
|
||||
|
||||
{{ 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 }}
|
||||
|
|
Loading…
Reference in a new issue