diff --git a/topgrade/topgrade.toml b/topgrade/topgrade.toml index 28523da..93a245e 100644 --- a/topgrade/topgrade.toml +++ b/topgrade/topgrade.toml @@ -11,6 +11,12 @@ disable = ["node"] # Run inside tmux run_in_tmux = true +display_time = true + +skip_notify = true + +display_preamble = false + # List of remote machines with Topgrade installed on them #remote_topgrades = ["toothless", "pi", "parnas"] @@ -40,6 +46,7 @@ run_in_tmux = true #cleanup = true # Additional git repositories to pull [git] -repos = [ - "~/.password-store", -] +max_concurrency = 5 + +[linux] +arch_package_manager = "paru"