Update .config/topgrade.d/01-commands.toml
This commit is contained in:
parent
f2e9a1b393
commit
8d561085d8
1 changed files with 2 additions and 2 deletions
|
@ -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'"
|
||||
|
|
Loading…
Reference in a new issue