diff options
author | Alen <alen@dotfiles.xyz> | 2023-09-12 00:22:35 +0400 |
---|---|---|
committer | Alen <alen@dotfiles.xyz> | 2023-09-12 00:28:38 +0400 |
commit | e8015fdbc726da24fde3f71ce9445500a41c2103 (patch) | |
tree | aad3abdcd9ecd4ab67e74025e0c69835e6a65954 /.chezmoiignore | |
parent | 019c873fc8ec98e615d70b2dcaf77ac277a352a0 (diff) |
Refactor run scripts to be tad bit simpler
Diffstat (limited to '.chezmoiignore')
-rw-r--r-- | .chezmoiignore | 6 |
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 }} |