1
0
Fork 0
dotfiles/.chezmoi.toml.tmpl
2022-09-03 13:16:39 +02:00

8 lines
166 B
Cheetah

{{- $wm := promptStringOnce . "wm" "Choose wm between (gnome/i3wm): " "gnome" -}}
[git]
autoCommit = true
autoPush = true
[data]
wm = {{ $wm | quote }}