mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-13 02:03:59 +01:00
disable vim update on macos
This commit is contained in:
parent
3db69ff828
commit
c033912dfc
1 changed files with 6 additions and 1 deletions
|
@ -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"]
|
Loading…
Reference in a new issue