disable vim update on macos

This commit is contained in:
Gabriel Augendre 2023-02-24 13:44:11 +01:00
parent 3db69ff828
commit c033912dfc

View file

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