dotfiles/home/.chezmoi.toml.tmpl
2023-11-28 17:15:31 -06:00

18 lines
373 B
Cheetah

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