fix chezmoi .chezmoiignore

This commit is contained in:
Yuan Chiu 2025-05-02 13:21:29 +08:00
parent 12373b8795
commit 9e373e9c67

View File

@ -13,19 +13,19 @@ dconf.ini
.local/share/konsole
dconf.ini
.gvimrc
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
.chezmoiscripts/run_onchange_linux-dconf-load.sh
{{/* ---- 有視窗應用程式 -------------------------------------------------- */ -}}
{{ else }}
{{/* ---- 處理特定os專用 */ -}}
{{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh
.config/iterm2
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
.chezmoiscripts/run_onchange_linux-dconf-load.sh.tmpl
.chezmoiscripts/run_onchange_before_linux-install-packages.sh
.chezmoiscripts/run_onchange_linux-dconf-load.sh
.local/share/konsole
.config/konsolerc
{{ end }}