disable npm for non-sudo machine

This commit is contained in:
Gabriel Augendre 2024-01-20 16:13:17 +01:00
parent 66a4361d01
commit 8b350edcdf

View file

@ -11,6 +11,9 @@ disable = [
{{- if eq .chezmoi.os "darwin" }}
"vim",
{{- end }}
{{- if not (get . "sudo") }}
"npm",
{{- end }}
]
# Ignore failures for these steps