mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
disable gems upgrade
This commit is contained in:
parent
aed1729be5
commit
f5c2ea0a9e
1 changed files with 3 additions and 1 deletions
|
@ -8,11 +8,13 @@
|
||||||
disable = [
|
disable = [
|
||||||
"mas",
|
"mas",
|
||||||
"pip3",
|
"pip3",
|
||||||
|
"gem",
|
||||||
|
"ruby_gems",
|
||||||
{{- if eq .chezmoi.os "darwin" }}
|
{{- if eq .chezmoi.os "darwin" }}
|
||||||
"vim",
|
"vim",
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if not (get . "sudo") }}
|
{{- if not (get . "sudo") }}
|
||||||
"npm",
|
"node",
|
||||||
{{- end }}
|
{{- end }}
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue