diff --git a/.chezmoiignore b/.chezmoiignore index 7ad9e2d..4adf97f 100644 --- a/.chezmoiignore +++ b/.chezmoiignore @@ -5,7 +5,7 @@ README.md {{- if has "desktop" .class | not }} .config/alacritty -.Xcompose +.XCompose {{- end }} {{- if has "wayland" .class | not }} @@ -13,11 +13,11 @@ README.md .local/share/nwg-look {{- end }} -{{- if eq .chezmoi.osRelease.id "arch" | not }} +{{- if or (.chezmoi.osRelease | not) (eq .chezmoi.osRelease.id "arch" | not) }} bin/quickaur {{- end }} -{{- if eq .chezmoi.osRelease.id "ubuntu" | not }} +{{- if or (empty .chezmoi.osRelease) (eq .chezmoi.osRelease.id "ubuntu" | not) }} .config/mgmt/mod/unmanaged_packages.bash .config/mgmt/fns/bin_from.bash .config/mgmt/fns/current.bash