This commit is contained in:
Anthony Cicchetti 2022-05-05 09:05:07 -04:00
parent 383068934c
commit 31102db169

View file

@ -1,7 +1,3 @@
# Additional git repositories to pull
git_repos = [
"~/.password-store",
]
# Disable specific steps - same options as the command line flag
disable = ["pnpm"]
@ -13,7 +9,7 @@ disable = ["pnpm"]
#no_retry = true
# Run inside tmux
#run_in_tmux = true
run_in_tmux = true
# List of remote machines with Topgrade installed on them
#remote_topgrades = ["toothless", "pi", "parnas"]
@ -42,3 +38,8 @@ disable = ["pnpm"]
# Cleanup temporary or old files
#cleanup = true
# Additional git repositories to pull
[git]
repos = [
"~/.password-store",
]