5 lines
149 B
Cheetah
5 lines
149 B
Cheetah
{{- if eq .osid "linux-arch" }}
|
|
#!/usr/bin/env fish
|
|
|
|
yay -Qeq >{{ joinPath .chezmoi.sourceDir "dot_config/packages" .chezmoi.hostname }}
|
|
{{- end -}}
|