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
2023-03-13 19:23:37 +00:00
# Sudo command to be used
#sudo_command = "sudo"
2022-11-24 14:15:43 -05:00
# Run `sudo -v` to cache credentials at the start of the run; this avoids a
# blocking password prompt in the middle of a possibly-unattended run.
#pre_sudo = false
2019-10-10 11:26:00 +03:00
# 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
2022-10-10 20:21:20 +00:00
# Skip sending a notification at the end of a run
#skip_notify = true
2023-01-29 19:19:27 +00:00
# Skip the preamble displayed when topgrade is run
#display_preamble = false
2023-03-22 22:05:21 +01:00
# Whether to self update (this is ignored if the binary has been built without self update support, available also via setting the environment variable TOPGRADE_NO_SELF_UPGRADE)
#no_self_update = 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"
2023-03-17 21:58:58 +05:30
#"Custom command using interactive shell (unix)" = "-i vim_upgrade"
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 ]
2023-01-29 19:19:27 +00:00
# Arch Package Manager to use. Allowed values: autodetect, aura, garuda_update, pacman, pamac, paru, pikaur, trizen, yay.
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"
2022-12-30 15:52:04 -07:00
# Arguments to pass dnf when updating packages
#dnf_arguments = "--refresh"
2022-10-23 21:29:25 +00:00
#aura_aur_arguments = "-kx"
#aura_pacman_arguments = ""
2023-01-29 19:19:27 +00:00
#garuda_update_arguments = ""
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
2023-05-05 08:24:01 +00:00
#suse_dup = false
2021-05-13 14:57:29 -04:00
#rpm_ostree = false
2023-01-29 19:19:27 +00:00
#nix_arguments = "--flake"
[ python ]
2023-05-20 23:03:59 +05:30
#enable_pip_review = true ###disabled by default
#enable_pip_review_local = true ###disabled by default
#enable_pipupgrade = true ###disabled by default
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
2023-01-29 19:19:27 +00:00
#wsl_update_pre_release = true
#wsl_update_use_web_download = 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
2022-10-28 00:29:35 +02:00
[ distrobox ]
#use_root = false
#containers = ["archlinux-latest"]