27 lines
565 B
Text
27 lines
565 B
Text
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 }}
|
|
|
|
{{- 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 }}
|