51 lines
1.3 KiB
TOML
51 lines
1.3 KiB
TOML
[misc]
|
|
|
|
# Disable specific steps - same options as the command line flag
|
|
disable = ["node", "nix", "home_manager"]
|
|
|
|
# Run specific steps - same options as the command line flag
|
|
#only = ["system", "emacs"]
|
|
|
|
# Do not ask to retry failed steps (default: false)
|
|
#no_retry = true
|
|
|
|
# Run inside tmux
|
|
run_in_tmux = true
|
|
|
|
display_time = true
|
|
|
|
skip_notify = true
|
|
|
|
# List of remote machines with Topgrade installed on them
|
|
#remote_topgrades = ["toothless", "pi", "parnas"]
|
|
|
|
# Arguments to pass SSH when upgrading remote systems
|
|
#ssh_arguments = "-o ConnectTimeout=2"
|
|
|
|
# Arguments to pass Git when pulling Repositories
|
|
#git_arguments = "--rebase --autostash"
|
|
|
|
# Arguments to pass tmux when pulling Repositories
|
|
#tmux_arguments = "-S /var/tmux.sock"
|
|
|
|
# Arguments to pass yay when updating packages
|
|
#yay_arguments = "--nodevel"
|
|
|
|
# Do not set the terminal title
|
|
#set_title = false
|
|
# Commands to run before anything
|
|
#[pre_commands]
|
|
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
|
|
|
|
# Custom commands
|
|
#[commands]
|
|
#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
|
|
|
|
# Cleanup temporary or old files
|
|
#cleanup = true
|
|
# Additional git repositories to pull
|
|
[git]
|
|
max_concurrency = 5
|
|
|
|
[linux]
|
|
arch_package_manager = "paru"
|