ignore tweaks
This commit is contained in:
parent
20e78c7e2e
commit
1d29a597c0
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue