disable mas

This commit is contained in:
Gabriel Augendre 2023-02-27 15:29:04 +01:00
parent ec9d426f01
commit 5b794e1e47

View file

@ -5,20 +5,22 @@ display_preamble = false
# Disable specific steps - same options as the command line flag # Disable specific steps - same options as the command line flag
disable = [ disable = [
"containers", "gem", "ruby_gems", "dotnet", "tlmgr", "mas", "mas",
{{- if eq .chezmoi.os "darwin" }} {{- if eq .chezmoi.os "darwin" }}
"vim", "vim",
{{- end }} {{- end }}
] ]
# Ignore failures for these steps # Ignore failures for these steps
#ignore_failures = ["powershell"] ignore_failures = [
"containers",
]
# Run specific steps - same options as the command line flag # Run specific steps - same options as the command line flag
#only = ["system", "emacs"] #only = ["system", "emacs"]
# Do not ask to retry failed steps (default: false) # Do not ask to retry failed steps (default: false)
#no_retry = true no_retry = true
# Run inside tmux # Run inside tmux
#run_in_tmux = true #run_in_tmux = true