From 275be1c8d0e793c120c42fd6fd990166785cfd10 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 6 Dec 2022 09:41:03 +0000 Subject: [PATCH] Update .local/share/chezmoi/system/.chezmoiignore --- .local/share/chezmoi/system/.chezmoiignore | 6 ++++++ 1 file changed, 6 insertions(+) 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 }}