1
0
Fork 0
dotfiles/dot_config/chezmoi/chezmoi.toml.tmpl.literal
Florian RICHER 1b33d87b2c Add .chezmoitemplates/i3wm_after
Add .chezmoitemplates/i3wm_before
Remove dot_config/alacritty/alacritty.yml
Remove dot_config/chezmoi/chezmoi.toml
Add dot_config/chezmoi/chezmoi.toml.tmpl.literal
Update run_once_prepare_arch.sh.tmpl
2022-05-13 22:00:41 +02:00

8 lines
162 B
Text

{{- $wm := (output "bash" "-c" "echo $DESKTOP_SESSION") -}}
[git]
autoCommit = true
autoPush = true
[data]
wm = {{ $wm | replace "\n" "" | quote }}