From a6e2aa616cabcbbb21c51febb7cab25c57dada3f Mon Sep 17 00:00:00 2001 From: Yuan Chiu Date: Thu, 24 Apr 2025 08:20:57 +0800 Subject: [PATCH] =?UTF-8?q?add=20ignore:=20=E6=A0=B9=E6=93=9Aos=E5=88=A4?= =?UTF-8?q?=E6=96=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .chezmoiignore | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.chezmoiignore b/.chezmoiignore index 31dea12..1589f98 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -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 }}