summary refs log tree commit diff
path: root/.chezmoiignore
diff options
context:
space:
mode:
authorAlen <alen@dotfiles.xyz>2023-09-12 00:22:35 +0400
committerAlen <alen@dotfiles.xyz>2023-09-12 00:28:38 +0400
commite8015fdbc726da24fde3f71ce9445500a41c2103 (patch)
treeaad3abdcd9ecd4ab67e74025e0c69835e6a65954 /.chezmoiignore
parent019c873fc8ec98e615d70b2dcaf77ac277a352a0 (diff)
Refactor run scripts to be tad bit simpler
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 }}