Florian RICHER
1b33d87b2c
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
8 lines
162 B
Text
8 lines
162 B
Text
{{- $wm := (output "bash" "-c" "echo $DESKTOP_SESSION") -}}
|
|
|
|
[git]
|
|
autoCommit = true
|
|
autoPush = true
|
|
|
|
[data]
|
|
wm = {{ $wm | replace "\n" "" | quote }}
|