README.md
{{- if has "termux" .class | not }}
.termux
{{- end }}

{{- if has "desktop" .class | not }}
.config/alacritty
.XCompose
{{- end }}

{{- if has "wayland" .class | not }}
.config/hypr
.local/share/nwg-look
{{- end }}

{{- if or (.chezmoi.osRelease | not) (eq .chezmoi.osRelease.id "arch" | not) }}
bin/quickaur
{{- end }}

{{- 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
.config/mgmt/fns/github_latest.bash
.config/mgmt/fns/install_bin.bash
.config/mgmt/fns/is_latest.bash
{{- end }}
