From 8117ee9e13a98cf3ab9a814733f3b08ff8a1fd9b Mon Sep 17 00:00:00 2001 From: punkfairie <23287005+punkfairie@users.noreply.github.com> Date: Sat, 20 Apr 2024 12:10:48 -0700 Subject: [PATCH] Add .local/bin/update-package-list --- dot_local/bin/executable_update-package-list.tmpl | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 dot_local/bin/executable_update-package-list.tmpl diff --git a/dot_local/bin/executable_update-package-list.tmpl b/dot_local/bin/executable_update-package-list.tmpl new file mode 100644 index 0000000..ed5e12b --- /dev/null +++ b/dot_local/bin/executable_update-package-list.tmpl @@ -0,0 +1,3 @@ +#!/usr/bin/env fish + +yay -Qeq >{{ joinPath .chezmoi.sourceDir "dot_config/packages" .chezmoi.hostname }}