Compare commits
2 commits
c653422734
...
1d29a597c0
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d29a597c0 | |||
| 20e78c7e2e |
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@ README.md
|
|||
|
||||
{{- if has "desktop" .class | not }}
|
||||
.config/alacritty
|
||||
.Xcompose
|
||||
.XCompose
|
||||
{{- end }}
|
||||
|
||||
{{- if has "wayland" .class | not }}
|
||||
|
|
@ -13,11 +13,11 @@ README.md
|
|||
.local/share/nwg-look
|
||||
{{- end }}
|
||||
|
||||
{{- if eq .chezmoi.osRelease.id "arch" | not }}
|
||||
{{- if or (.chezmoi.osRelease | not) (eq .chezmoi.osRelease.id "arch" | not) }}
|
||||
bin/quickaur
|
||||
{{- 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/fns/bin_from.bash
|
||||
.config/mgmt/fns/current.bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue