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:
parent
9042b008f9
commit
d940c5b44a
10 changed files with 39 additions and 0 deletions
3
dot_config/topgrade.d/10-flatpak.toml
Normal file
3
dot_config/topgrade.d/10-flatpak.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[flatpak]
|
||||
# Use sudo for updating the system-wide installation
|
||||
# use_sudo = true
|
14
dot_config/topgrade.d/10-windows.toml
Normal file
14
dot_config/topgrade.d/10-windows.toml
Normal 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
|
3
dot_config/topgrade.d/20-containers.toml
Normal file
3
dot_config/topgrade.d/20-containers.toml
Normal 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*"]
|
4
dot_config/topgrade.d/20-distrobox.toml
Normal file
4
dot_config/topgrade.d/20-distrobox.toml
Normal file
|
@ -0,0 +1,4 @@
|
|||
[distrobox]
|
||||
# use_root = false
|
||||
|
||||
# containers = ["archlinux-latest"]
|
3
dot_config/topgrade.d/20-yarn.toml
Normal file
3
dot_config/topgrade.d/20-yarn.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[yarn]
|
||||
# Run `yarn global upgrade` with `sudo`
|
||||
# use_sudo = true
|
9
dot_config/topgrade.d/30-vagrant.toml
Normal file
9
dot_config/topgrade.d/30-vagrant.toml
Normal 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
|
3
dot_config/topgrade.d/30-vim.toml
Normal file
3
dot_config/topgrade.d/30-vim.toml
Normal file
|
@ -0,0 +1,3 @@
|
|||
[vim]
|
||||
# For `vim-plug`, execute `PlugUpdate!` instead of `PlugUpdate`
|
||||
# force_plug_update = true
|
Loading…
Reference in a new issue