mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-21 22:18:07 +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 = [
|
||||
"mas",
|
||||
"pip3",
|
||||
"gem",
|
||||
"ruby_gems",
|
||||
{{- if eq .chezmoi.os "darwin" }}
|
||||
"vim",
|
||||
{{- end }}
|
||||
{{- if not (get . "sudo") }}
|
||||
"npm",
|
||||
"node",
|
||||
{{- end }}
|
||||
]
|
||||
|
||||
|
|
Loading…
Reference in a new issue