Files
dotfiles/.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
2026-01-21 12:16:00 +08:00

7 lines
194 B
Cheetah

{{ if eq .chezmoi.os "linux" -}}
#!{{ lookPath "bash" }}
# dconf.ini hash: {{ include "dconf.ini" | sha256sum }}
dconf load / < {{ joinPath .chezmoi.sourceDir "dconf.ini" | quote }}
{{ end -}}