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
|
|
|
|
2022-03-29 03:42:47 +03:00
|
|
|
# Display the time in step titles
|
|
|
|
|
# display_time = true
|
|
|
|
|
|
2020-03-08 21:38:25 +02:00
|
|
|
# Cleanup temporary or old files
|
|
|
|
|
#cleanup = true
|
|
|
|
|
|
2020-12-26 06:59:56 +02:00
|
|
|
[git]
|
2020-06-07 07:11:44 +03:00
|
|
|
#max_concurrency = 5
|
|
|
|
|
# Additional git repositories to pull
|
|
|
|
|
#repos = [
|
|
|
|
|
# "~/src/*/",
|
|
|
|
|
# "~/.config/something"
|
|
|
|
|
#]
|
|
|
|
|
|
|
|
|
|
# Don't pull the predefined git repos
|
2022-04-22 22:26:00 +02:00
|
|
|
#pull_predefined = false
|
2020-06-07 07:11:44 +03:00
|
|
|
|
|
|
|
|
# Arguments to pass Git when pulling Repositories
|
|
|
|
|
#arguments = "--rebase --autostash"
|
|
|
|
|
|
2020-12-26 06:59:56 +02:00
|
|
|
[composer]
|
2020-03-08 21:38:25 +02:00
|
|
|
#self_update = true
|
|
|
|
|
|
2019-08-22 22:08:28 +03:00
|
|
|
# Commands to run before anything
|
2020-12-26 06:59:56 +02:00
|
|
|
[pre_commands]
|
2019-08-22 22:08:28 +03:00
|
|
|
#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
|
|
|
|
|
|
|
|
|
|
# Custom commands
|
2020-12-26 06:59:56 +02:00
|
|
|
[commands]
|
2019-08-22 22:08:28 +03:00
|
|
|
#"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
|
|
|
|
2020-12-26 06:59:56 +02:00
|
|
|
[brew]
|
2020-05-12 09:07:54 +03:00
|
|
|
#greedy_cask = true
|
2022-10-10 20:17:50 +00:00
|
|
|
#autoremove = true
|
2020-05-14 09:22:14 +03:00
|
|
|
|
2020-12-26 06:59:56 +02:00
|
|
|
[linux]
|
2022-06-18 04:22:23 -07:00
|
|
|
# Arch Package Manager to use. Allowed values: autodetect, trizen, paru, yay, pikaur, pacman, pamac.
|
2021-10-28 18:46:59 +02:00
|
|
|
#arch_package_manager = "pacman"
|
2021-10-09 09:31:35 -03:00
|
|
|
# Arguments to pass yay (or paru) when updating packages
|
2020-05-14 09:22:14 +03:00
|
|
|
#yay_arguments = "--nodevel"
|
2021-10-29 09:53:30 +03:00
|
|
|
#show_arch_news = true
|
2020-05-15 21:10:01 +03:00
|
|
|
#trizen_arguments = "--devel"
|
2022-04-22 23:28:01 +03:00
|
|
|
#pikaur_arguments = ""
|
2022-06-18 04:22:23 -07:00
|
|
|
#pamac_arguments = "--no-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-12-26 16:10:41 -03:00
|
|
|
#redhat_distro_sync = false
|
2021-05-13 14:57:29 -04:00
|
|
|
#rpm_ostree = false
|
2020-06-06 17:34:27 +03:00
|
|
|
|
2020-12-26 06:59:56 +02:00
|
|
|
[windows]
|
2020-06-07 07:11:44 +03:00
|
|
|
# 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-12-26 16:10:41 -03:00
|
|
|
# Causes Topgrade to rename itself during the run to allow package managers
|
2020-07-01 21:03:19 +03:00
|
|
|
# to upgrade it. Use this only if you installed Topgrade by using a package
|
2022-10-10 20:15:30 +00:00
|
|
|
# manager such as Scoop or Cargo
|
2020-07-01 21:03:19 +03:00
|
|
|
#self_rename = true
|
2021-06-09 10:52:48 +03:00
|
|
|
|
|
|
|
|
[npm]
|
|
|
|
|
# Use sudo if the NPM directory isn't owned by the current user
|
|
|
|
|
#use_sudo = true
|
2021-06-30 11:15:18 +02:00
|
|
|
|
|
|
|
|
[firmware]
|
|
|
|
|
# Offer to update firmware; if false just check for and display available updates
|
|
|
|
|
#upgrade = true
|
2021-06-30 12:37:41 +02:00
|
|
|
|
|
|
|
|
[flatpak]
|
|
|
|
|
# Use sudo for updating the system-wide installation
|
|
|
|
|
#use_sudo = true
|