From 5b794e1e47e4ecefbb32ee961605d2f546f72af4 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Mon, 27 Feb 2023 15:29:04 +0100 Subject: [PATCH] disable mas --- dot_config/topgrade.toml.tmpl | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index d8bf41e..a4ef163 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -5,20 +5,22 @@ display_preamble = false # Disable specific steps - same options as the command line flag disable = [ - "containers", "gem", "ruby_gems", "dotnet", "tlmgr", "mas", + "mas", {{- if eq .chezmoi.os "darwin" }} "vim", {{- end }} ] # Ignore failures for these steps -#ignore_failures = ["powershell"] +ignore_failures = [ + "containers", +] # Run specific steps - same options as the command line flag #only = ["system", "emacs"] # Do not ask to retry failed steps (default: false) -#no_retry = true +no_retry = true # Run inside tmux #run_in_tmux = true