summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
Diffstat (limited to '.chezmoiignore')
-rw-r--r--.chezmoiignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.chezmoiignore b/.chezmoiignore
index 2466552..7f855d2 100644
--- a/.chezmoiignore
+++ b/.chezmoiignore
@@ -8,3 +8,9 @@
 
 # Ignore Library/ for non-macOS
 {{ if ne .chezmoi.os "darwin" -}} /Library/ {{- end }}
+
+# Ignore run_macos_* for non-macOS
+{{ if ne .chezmoi.os "darwin" -}} /*macos_*.sh {{- end }}
+
+# Ignore run_gnome_* for non-GNOME
+{{ if not (lookPath "dconf") -}} /*gnome_*.sh {{- end }}