From b6119e19564e83019d075b5fbc13be851b9fbd08 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Sun, 13 Oct 2024 19:19:41 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(topgrade):=20add=20yazi=20and?= =?UTF-8?q?=20hyprland=20package=20manager=20to=20the=20custom=20commands?= =?UTF-8?q?=20list?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/topgrade/topgrade.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.config/topgrade/topgrade.toml b/.config/topgrade/topgrade.toml index b8b0ff75..dfaf82fe 100644 --- a/.config/topgrade/topgrade.toml +++ b/.config/topgrade/topgrade.toml @@ -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]