add ignore: 根據os判斷

This commit is contained in:
Yuan Chiu 2025-04-24 08:20:57 +08:00
parent af4cd9959a
commit a6e2aa616c

View File

@ -1,6 +1,12 @@
Readme.md
Readme/
chezmoi.code-workspace
{{- if ne .chezmoi.hostname "work-laptop" }}
.work # only manage .work on work-laptop
{{- end }}
{{ if ne .chezmoi.os "darwin" }}
.chezmoiscripts/run_onchange_before_darwin-install-packages.sh.tmpl
{{ end }}
{{ if ne .chezmoi.os "linux" }}
.chezmoiscripts/run_onchange_before_linux-install-packages.sh.tmpl
dot_local/share/konsole
dot_config/private_konsolerc
{{ end }}