diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index dda5907..069dcf8 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -11,6 +11,9 @@ disable = [ {{- if eq .chezmoi.os "darwin" }} "vim", {{- end }} + {{- if not (get . "sudo") }} + "npm", + {{- end }} ] # Ignore failures for these steps