From 7ec8d5e8e27f413012e606e54fea13cf82aa0917 Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Tue, 6 Dec 2022 09:38:02 +0000 Subject: [PATCH] Update .local/share/chezmoi/system/.chezmoiignore --- .local/share/chezmoi/system/.chezmoiignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .local/share/chezmoi/system/.chezmoiignore diff --git a/.local/share/chezmoi/system/.chezmoiignore b/.local/share/chezmoi/system/.chezmoiignore new file mode 100644 index 00000000..d8f70a1b --- /dev/null +++ b/.local/share/chezmoi/system/.chezmoiignore @@ -0,0 +1,13 @@ +.chezmoiscripts/**/* +!.chezmoiscripts/{{ .host.distro.id }}/**/* +!.chezmoiscripts/universal/**/* + +{{- if ne .host.distro.id "qubes" }} +boot/efi/EFI/qubes +etc/qubes +etc/yum.repos.d/qubes-dom0.repo +{{- end }} + +{{- if eq .host.distro.family "windows" }} +usr/local/bin/executable_squash-symlink +{{- end }}