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"]