dotfiles/dot_local/bin/executable_update-package-list.tmpl

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 -}}