mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-05 06:13:59 +01:00
topgrade disable tlmgr and vim by default
This commit is contained in:
parent
cd3ea54baf
commit
892b000fbd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#assume_yes = true
|
#assume_yes = true
|
||||||
|
|
||||||
# Disable specific steps - same options as the command line flag
|
# Disable specific steps - same options as the command line flag
|
||||||
disable = ["containers", "gem"]
|
disable = ["containers", "gem", "vim", "tlmgr"]
|
||||||
|
|
||||||
# Ignore failures for these steps
|
# Ignore failures for these steps
|
||||||
#ignore_failures = ["powershell"]
|
#ignore_failures = ["powershell"]
|
||||||
|
|
Loading…
Reference in a new issue