dotconf/.chezmoiignore

28 lines
629 B
Text
Raw Permalink Normal View History

README.md
{{- if has "termux" .class | not }}
.termux
{{- end }}
{{- if has "desktop" .class | not }}
.config/alacritty
2026-03-31 00:15:51 -05:00
.XCompose
{{- end }}
{{- if has "wayland" .class | not }}
.config/hypr
.local/share/nwg-look
{{- end }}
2026-03-31 00:15:51 -05:00
{{- if or (.chezmoi.osRelease | not) (eq .chezmoi.osRelease.id "arch" | not) }}
bin/quickaur
{{- end }}
2026-03-25 10:50:18 -05:00
2026-03-31 00:15:51 -05:00
{{- if or (empty .chezmoi.osRelease) (eq .chezmoi.osRelease.id "ubuntu" | not) }}
2026-03-25 10:50:18 -05:00
.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 }}