mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 02:33:58 +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
|
display_preamble = false
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# 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 for these steps
|
||||||
#ignore_failures = ["powershell"]
|
#ignore_failures = ["powershell"]
|
Loading…
Reference in a new issue