✨ feat(topgrade): add yazi and hyprland package manager to the custom commands list
This commit is contained in:
parent
efca1a3c5c
commit
b6119e1956
1 changed files with 3 additions and 1 deletions
|
@ -15,7 +15,7 @@ pre_sudo = true
|
|||
# sudo_command = "sudo"
|
||||
|
||||
# Disable specific steps - same options as the command line flag
|
||||
disable = ["spicetify", "vim", "containers"]
|
||||
disable = ["poetry", "spicetify", "vim", "containers"]
|
||||
|
||||
# Ignore failures for these steps
|
||||
# ignore_failures = []
|
||||
|
@ -89,6 +89,8 @@ disable = ["spicetify", "vim", "containers"]
|
|||
[commands]
|
||||
# "Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
|
||||
# "Custom command using interactive shell (unix)" = "-i vim_upgrade"
|
||||
hyprpm = "hyprpm update -v"
|
||||
yazi = "ya pack -u"
|
||||
|
||||
|
||||
[python]
|
||||
|
|
Loading…
Add table
Reference in a new issue