mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
disable mas
This commit is contained in:
parent
ec9d426f01
commit
5b794e1e47
1 changed files with 5 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue