2020-06-25 08:22:37 +03:00
|
|
|
# Don't ask for confirmations
|
|
|
|
|
#assume_yes = true
|
|
|
|
|
|
2019-10-10 11:26:00 +03:00
|
|
|
# Disable specific steps - same options as the command line flag
|
2019-08-22 22:08:28 +03:00
|
|
|
#disable = ["system", "emacs"]
|
|
|
|
|
|
2020-07-02 11:15:56 +03:00
|
|
|
# Ignore failures for these steps
|
|
|
|
|
#ignore_failures = ["powershell"]
|
|
|
|
|
|
2019-10-10 11:26:00 +03:00
|
|
|
# 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
|
|
|
|
|
|
2019-08-22 22:08:28 +03:00
|
|
|
# List of remote machines with Topgrade installed on them
|
|
|
|
|
#remote_topgrades = ["toothless", "pi", "parnas"]
|
|
|
|
|
|
2019-09-04 21:12:10 +03:00
|
|
|
# Arguments to pass SSH when upgrading remote systems
|
|
|
|
|
#ssh_arguments = "-o ConnectTimeout=2"
|
|
|
|
|
|
2020-07-10 02:45:15 -05:00
|
|
|
# Path to Topgrade executable on remote machines
|
2020-07-29 12:51:12 -05:00
|
|
|
#remote_topgrade_path = ".cargo/bin/topgrade"
|
2020-07-10 02:45:15 -05:00
|
|
|
|
2019-11-06 07:27:01 +02:00
|
|
|
# Arguments to pass tmux when pulling Repositories
|
|
|
|
|
#tmux_arguments = "-S /var/tmux.sock"
|
|
|
|
|
|
2019-09-05 20:52:51 +03:00
|
|
|
# Do not set the terminal title
|
|
|
|
|
#set_title = false
|
2020-03-08 21:38:25 +02:00
|
|
|
|
|
|
|
|
# Cleanup temporary or old files
|
|
|
|
|
#cleanup = true
|
|
|
|
|
|
2020-06-07 07:11:44 +03:00
|
|
|
#[git]
|
|
|
|
|
#max_concurrency = 5
|
|
|
|
|
# Additional git repositories to pull
|
|
|
|
|
#repos = [
|
|
|
|
|
# "~/src/*/",
|
|
|
|
|
# "~/.config/something"
|
|
|
|
|
#]
|
|
|
|
|
|
|
|
|
|
# Don't pull the predefined git repos
|
2020-07-08 02:47:51 -04:00
|
|
|
#predefined_repos = false
|
2020-06-07 07:11:44 +03:00
|
|
|
|
|
|
|
|
# Arguments to pass Git when pulling Repositories
|
|
|
|
|
#arguments = "--rebase --autostash"
|
|
|
|
|
|
2020-03-08 21:38:25 +02:00
|
|
|
#[composer]
|
|
|
|
|
#self_update = true
|
|
|
|
|
|
2019-08-22 22:08:28 +03:00
|
|
|
# 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"
|
2020-05-12 09:07:54 +03:00
|
|
|
|
|
|
|
|
#[brew]
|
|
|
|
|
#greedy_cask = true
|
2020-05-14 09:22:14 +03:00
|
|
|
|
|
|
|
|
#[linux]
|
|
|
|
|
# Arguments to pass yay when updating packages
|
|
|
|
|
#yay_arguments = "--nodevel"
|
2020-05-15 21:10:01 +03:00
|
|
|
#trizen_arguments = "--devel"
|
2020-06-03 22:12:27 +03:00
|
|
|
#enable_tlmgr = true
|
2020-06-21 19:54:44 +03:00
|
|
|
#emerge_sync_flags = "-q"
|
|
|
|
|
#emerge_update_flags = "-uDNa --with-bdeps=y world"
|
2020-06-06 17:34:27 +03:00
|
|
|
|
2020-06-07 07:11:44 +03:00
|
|
|
#[windows]
|
|
|
|
|
# Manually select Windows updates
|
2020-07-01 21:03:19 +03:00
|
|
|
#accept_all_updates = false
|
2020-08-23 09:15:36 +03:00
|
|
|
#open_remotes_in_new_terminal = true
|
2020-06-07 07:11:44 +03:00
|
|
|
|
2020-07-01 21:03:19 +03:00
|
|
|
# Causes Topgrade to rename itself during the run to allow package managers
|
|
|
|
|
# to upgrade it. Use this only if you installed Topgrade by using a package
|
|
|
|
|
# manager such as Scoop to Cargo
|
|
|
|
|
#self_rename = true
|