From d6a8940a3d83113ba066860c291628c00cef6650 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Thu, 2 Mar 2023 18:29:23 +0100 Subject: [PATCH] Disable pip --- dot_config/topgrade.toml.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_config/topgrade.toml.tmpl b/dot_config/topgrade.toml.tmpl index a4ef163..022f325 100644 --- a/dot_config/topgrade.toml.tmpl +++ b/dot_config/topgrade.toml.tmpl @@ -6,6 +6,7 @@ display_preamble = false # Disable specific steps - same options as the command line flag disable = [ "mas", + "pip3", {{- if eq .chezmoi.os "darwin" }} "vim", {{- end }}