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

This commit is contained in:
punkfairie 2024-04-21 17:33:41 -07:00
parent 837da6daf3
commit 7c264ec22b
No known key found for this signature in database
GPG key ID: 1B492EAEA989C054

View file

@ -16,4 +16,4 @@
{{ end -}} {{ end -}}
{{if lookPath "brew" -}} {{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'"
{{ end -}}