mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 14:38:04 +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 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
|
||||||
|
|
Loading…
Reference in a new issue