diff options
Diffstat (limited to 'dotfiles')
| -rw-r--r-- | dotfiles/system/.config/topgrade.toml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/dotfiles/system/.config/topgrade.toml b/dotfiles/system/.config/topgrade.toml index bf18020..b4434f2 100644 --- a/dotfiles/system/.config/topgrade.toml +++ b/dotfiles/system/.config/topgrade.toml @@ -16,7 +16,7 @@ sudo_command = "sudo" # Disable specific steps - same options as the command line flag # disable = ["system", "emacs"] -disable = ["emacs", "poetry", "git_repos", "gnome_shell_extensions"] +disable = ["emacs", "poetry", "gnome_shell_extensions"] # Ignore failures for these steps # ignore_failures = ["powershell"] @@ -175,8 +175,7 @@ max_concurrency = 5 # Additional git repositories to pull repos = [ - "~/code/*/", - "~/projects/*/" + "~/code/*/" ] # Don't pull the predefined git repos |
