Modified topgrade
This commit is contained in:
parent
53c626fc14
commit
f5a4034288
1 changed files with 10 additions and 3 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue