1
0
Fork 0

Change chezmoi template file

This commit is contained in:
Florian RICHER 2022-09-03 12:51:11 +02:00
parent c1dfbd15fc
commit 580d7a5aff

8
.chezmoi.toml.tmpl Normal file
View file

@ -0,0 +1,8 @@
{{- $wm := promptStringOnce "Choose wm between (gnome/i3wm): " "gnome" -}}
[git]
autoCommit = true
autoPush = true
[data]
wm = {{ $wm | quote }}