From f5a40342881790a63d8e7dc37abbb217ecefa240 Mon Sep 17 00:00:00 2001 From: Anthony Cicchetti Date: Tue, 14 Feb 2023 17:54:56 -0500 Subject: [PATCH] Modified topgrade --- topgrade/topgrade.toml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) 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"