👷 build(topgrade): Save pkg list by hostname

This commit is contained in:
punkfairie 2024-04-15 09:54:47 -07:00
parent 1a21be56c0
commit e5df6cddab
No known key found for this signature in database
GPG key ID: 284B78B49C058673

View file

@ -11,5 +11,4 @@
# Custom commands # Custom commands
[commands] [commands]
"Fish Shell Completions" = "fish_update_completions" "Fish Shell Completions" = "fish_update_completions"
"Update dotfiles dependencies" = "dotfiles submodule update --init --recursive" "Update package list" = "yay -Qeq > ~/.config/packages/{{ .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"
"Update package list" = "yay -Qeq > ~/.config/packages/all && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"