ignore tweaks

This commit is contained in:
Robert Perce 2026-03-31 00:15:51 -05:00
parent 20e78c7e2e
commit 1d29a597c0

View file

@ -5,7 +5,7 @@ README.md
{{- if has "desktop" .class | not }} {{- if has "desktop" .class | not }}
.config/alacritty .config/alacritty
.Xcompose .XCompose
{{- end }} {{- end }}
{{- if has "wayland" .class | not }} {{- if has "wayland" .class | not }}
@ -13,11 +13,11 @@ README.md
.local/share/nwg-look .local/share/nwg-look
{{- end }} {{- end }}
{{- if and (index "osRelease" .chezmoi) (eq .chezmoi.osRelease.id "arch") | not }} {{- if or (.chezmoi.osRelease | not) (eq .chezmoi.osRelease.id "arch" | not) }}
bin/quickaur bin/quickaur
{{- end }} {{- 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/mod/unmanaged_packages.bash
.config/mgmt/fns/bin_from.bash .config/mgmt/fns/bin_from.bash
.config/mgmt/fns/current.bash .config/mgmt/fns/current.bash