From bdf344026fab12afc49330212784f1ddd2fca3d1 Mon Sep 17 00:00:00 2001 From: eeleater Date: Sat, 8 Jul 2023 12:00:10 +0200 Subject: [PATCH] fixed topgrade config --- dot_config/topgrade.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dot_config/topgrade.toml b/dot_config/topgrade.toml index 582d2e9..ad949d9 100644 --- a/dot_config/topgrade.toml +++ b/dot_config/topgrade.toml @@ -1,12 +1,10 @@ +[misc] # Don't ask for confirmations #assume_yes = true # Disable specific steps - same options as the command line flag disable = ["firmware", "tldr", "pip3", "node", "vim", "git_repos", "containers", "asdf", "distrobox", "helix", "composer", "yarn", "cargo", "remotes"] -# Show Preamble text -display_preamble = false - # Skip Notify skip_notify = true