From 892b000fbd1a7eebd8ae78edcfc85e5dbef7ef49 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 5 Aug 2022 17:53:25 +0200 Subject: [PATCH] topgrade disable tlmgr and vim by default --- dot_config/topgrade.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index ed4477d..84764c8 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -2,7 +2,7 @@ #assume_yes = true # Disable specific steps - same options as the command line flag -disable = ["containers", "gem"] +disable = ["containers", "gem", "vim", "tlmgr"] # Ignore failures for these steps #ignore_failures = ["powershell"]