Update .local/bin/update-package-list

This commit is contained in:
punkfairie 2024-04-21 10:36:56 -07:00
parent ea00b63926
commit 772f628942
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -1,3 +1,5 @@
{{- if eq .osid "linux-arch" }}
#!/usr/bin/env fish
yay -Qeq >{{ joinPath .chezmoi.sourceDir "dot_config/packages" .chezmoi.hostname }}
{{- end -}}