dotfiles/home/.chezmoi.toml.tmpl

16 lines
300 B
Cheetah
Raw Normal View History

2021-12-08 09:38:24 -06:00
sourceDir = "~/.dotfiles"
2023-11-28 17:15:31 -06:00
{{ if promptBool "set default umask" false -}}
umask = 0o22
{{ end -}}
[diff]
command = 'delta'
{{ $email := promptString "git email" "me@dayl.in" -}}
2023-11-28 17:15:31 -06:00
{{ $name := promptString "git name" "Daylin Morgan" -}}
[data]
email = {{ $email | quote }}
name = {{ $name | quote }}