···11+# Don't ask for confirmations
22+#assume_yes = true
33+44+# Disable specific steps - same options as the command line flag
55+disable = ["tlmgr", "vim", "gem", "node"]
66+77+# Ignore failures for these steps
88+#ignore_failures = ["powershell"]
99+1010+# Run specific steps - same options as the command line flag
1111+#only = ["system", "emacs"]
1212+1313+# Do not ask to retry failed steps (default: false)
1414+#no_retry = true
1515+1616+# Run inside tmux
1717+#run_in_tmux = true
1818+1919+# List of remote machines with Topgrade installed on them
2020+#remote_topgrades = ["toothless", "pi", "parnas"]
2121+2222+# Arguments to pass SSH when upgrading remote systems
2323+#ssh_arguments = "-o ConnectTimeout=2"
2424+2525+# Path to Topgrade executable on remote machines
2626+#remote_topgrade_path = ".cargo/bin/topgrade"
2727+2828+# Arguments to pass tmux when pulling Repositories
2929+#tmux_arguments = "-S /var/tmux.sock"
3030+3131+# Do not set the terminal title
3232+#set_title = false
3333+3434+# Display the time in step titles
3535+# display_time = true
3636+3737+# Cleanup temporary or old files
3838+#cleanup = true
3939+4040+[git]
4141+#max_concurrency = 5
4242+# Additional git repositories to pull
4343+#repos = [
4444+# "~/src/*/",
4545+# "~/.config/something"
4646+#]
4747+4848+# Don't pull the predefined git repos
4949+#pull_predefined = false
5050+5151+# Arguments to pass Git when pulling Repositories
5252+#arguments = "--rebase --autostash"
5353+5454+[composer]
5555+#self_update = true
5656+5757+# Commands to run before anything
5858+[pre_commands]
5959+#"Emacs Snapshot" = "rm -rf ~/.emacs.d/elpa.bak && cp -rl ~/.emacs.d/elpa ~/.emacs.d/elpa.bak"
6060+6161+# Custom commands
6262+[commands]
6363+#"Python Environment" = "~/dev/.env/bin/pip install -i https://pypi.python.org/simple -U --upgrade-strategy eager jupyter"
6464+6565+[brew]
6666+#greedy_cask = true
6767+6868+[linux]
6969+# Arch Package Manager to use. Allowed values: autodetect, trizen, paru, yay, pikaur, pacman.
7070+#arch_package_manager = "pacman"
7171+# Arguments to pass yay (or paru) when updating packages
7272+#yay_arguments = "--nodevel"
7373+#show_arch_news = true
7474+#trizen_arguments = "--devel"
7575+#pikaur_arguments = ""
7676+#enable_tlmgr = true
7777+#emerge_sync_flags = "-q"
7878+#emerge_update_flags = "-uDNa --with-bdeps=y world"
7979+#redhat_distro_sync = false
8080+#rpm_ostree = false
8181+8282+[windows]
8383+# Manually select Windows updates
8484+#accept_all_updates = false
8585+#open_remotes_in_new_terminal = true
8686+8787+# Causes Topgrade to rename itself during the run to allow package managers
8888+# to upgrade it. Use this only if you installed Topgrade by using a package
8989+# manager such as Scoop to Cargo
9090+#self_rename = true
9191+9292+[npm]
9393+# Use sudo if the NPM directory isn't owned by the current user
9494+#use_sudo = true
9595+9696+[firmware]
9797+# Offer to update firmware; if false just check for and display available updates
9898+#upgrade = true
9999+100100+[flatpak]
101101+# Use sudo for updating the system-wide installation
102102+#use_sudo = true