add ignore: 根據os判斷
This commit is contained in:
parent
af4cd9959a
commit
a6e2aa616c
@ -1,6 +1,12 @@
|
|||||||
Readme.md
|
Readme.md
|
||||||
Readme/
|
Readme/
|
||||||
chezmoi.code-workspace
|
chezmoi.code-workspace
|
||||||
{{- if ne .chezmoi.hostname "work-laptop" }}
|
|
||||||
.work # only manage .work on work-laptop
|
{{ if ne .chezmoi.os "darwin" }}
|
||||||
{{- end }}
|
.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 }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user