Update .config/topgrade.d/01-commands.toml

This commit is contained in:
punkfairie 2024-04-21 17:31:11 -07:00
parent f2e9a1b393
commit 8d561085d8
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -12,7 +12,7 @@
[commands]
"Fish Shell Completions" = "fish_update_completions"
{{ if lookPath "yay" -}}
"Update package list" = "yay -Qeq > {{ joinPath .chezmoi.sourceDir 'dot_config/packages/' .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"
"Update package list" = "yay -Qeq > {{ joinPath .chezmoi.sourceDir "dot_config/packages/" .chezmoi.hostname }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"
{{ end -}}
{{if lookPath "brew" -}}
"Update Brewfile" = "brew bundle dump --describe --force --file={{ joinPath .chezmoi.sourceDir 'dot_config/packages/Brewfile' }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"
"Update Brewfile" = "brew bundle dump --describe --force --file={{ joinPath .chezmoi.sourceDir "dot_config/packages/Brewfile" }} && set_color green && printf '%s'  && set_color normal && printf '%s' ' done\n'"