diff --git a/.local/share/chezmoi/system/.chezmoiignore b/.local/share/chezmoi/system/.chezmoiignore index d8f70a1b..503583ae 100644 --- a/.local/share/chezmoi/system/.chezmoiignore +++ b/.local/share/chezmoi/system/.chezmoiignore @@ -8,6 +8,12 @@ etc/qubes etc/yum.repos.d/qubes-dom0.repo {{- end }} +{{- if ne .host.distro.family "linux" }} +boot +etc +usr +{{- end }} + {{- if eq .host.distro.family "windows" }} usr/local/bin/executable_squash-symlink {{- end }}