From c033912dfce846b0386807bbca32b1153f4bb62b Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 24 Feb 2023 13:44:11 +0100 Subject: [PATCH] disable vim update on macos --- dot_config/{topgrade.toml => topgrade.toml.tmpl} | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) rename dot_config/{topgrade.toml => topgrade.toml.tmpl} (94%) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml.tmpl similarity index 94% rename from dot_config/topgrade.toml rename to dot_config/topgrade.toml.tmpl index 20c95f5..d8bf41e 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml.tmpl @@ -4,7 +4,12 @@ display_preamble = false # Disable specific steps - same options as the command line flag -disable = ["containers", "gem", "ruby_gems", "dotnet", "tlmgr", "mas"] +disable = [ + "containers", "gem", "ruby_gems", "dotnet", "tlmgr", "mas", + {{- if eq .chezmoi.os "darwin" }} + "vim", + {{- end }} +] # Ignore failures for these steps #ignore_failures = ["powershell"]