mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-12 17:53:57 +01:00
disable npm for non-sudo machine
This commit is contained in:
parent
66a4361d01
commit
8b350edcdf
1 changed files with 3 additions and 0 deletions
|
@ -11,6 +11,9 @@ disable = [
|
|||
{{- if eq .chezmoi.os "darwin" }}
|
||||
"vim",
|
||||
{{- end }}
|
||||
{{- if not (get . "sudo") }}
|
||||
"npm",
|
||||
{{- end }}
|
||||
]
|
||||
|
||||
# Ignore failures for these steps
|
||||
|
|
Loading…
Reference in a new issue