dotconf/.chezmoiignore

28 lines
565 B
Text
Raw Normal View History

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 eq .chezmoi.osRelease.id "arch" | not }}
bin/quickaur
{{- end }}
2026-03-25 10:50:18 -05:00
{{- if 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 }}