Add .config/topgrade.d/10-flatpak.toml

Add .config/topgrade.d/10-windows.toml
Add .config/topgrade.d/20-containers.toml
Add .config/topgrade.d/20-distrobox.toml
Add .config/topgrade.d/20-yarn.toml
Add .config/topgrade.d/30-vagrant.toml
Add .config/topgrade.d/30-vim.toml
Change attributes of .config/topgrade.d/20-composer.toml
Change attributes of .config/topgrade.d/20-git.toml
Change attributes of .config/topgrade.d/20-npm.toml
This commit is contained in:
punkfairie 2024-04-20 13:17:48 -07:00
parent 9042b008f9
commit d940c5b44a
No known key found for this signature in database
GPG key ID: 284B78B49C058673
10 changed files with 39 additions and 0 deletions

View file

@ -0,0 +1,3 @@
[flatpak]
# Use sudo for updating the system-wide installation
# use_sudo = true

View file

@ -0,0 +1,14 @@
[windows]
# Manually select Windows updates
# accept_all_updates = false
# open_remotes_in_new_terminal = true
# wsl_update_pre_release = true
# wsl_update_use_web_download = true
# 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 or Cargo
# self_rename = true

View file

@ -0,0 +1,3 @@
[containers]
# Specify the containers to ignore while updating (Wildcard supported)
# ignored_containers = ["ghcr.io/rancher-sandbox/rancher-desktop/rdx-proxy:latest", "docker.io*"]

View file

@ -0,0 +1,4 @@
[distrobox]
# use_root = false
# containers = ["archlinux-latest"]

View file

@ -0,0 +1,3 @@
[yarn]
# Run `yarn global upgrade` with `sudo`
# use_sudo = true

View file

@ -0,0 +1,9 @@
[vagrant]
# Vagrant directories
# directories = []
# power on vagrant boxes if needed
# power_on = true
# Always suspend vagrant boxes instead of powering off
# always_suspend = true

View file

@ -0,0 +1,3 @@
[vim]
# For `vim-plug`, execute `PlugUpdate!` instead of `PlugUpdate`
# force_plug_update = true