Switch to TOML config [skip ci]
This commit is contained in:
@@ -1,13 +1,7 @@
|
||||
# Write the name of the package manager in all lowercase below
|
||||
brew
|
||||
# Write a comma separated list of commands from the manager below
|
||||
install,reinstall,remove,upgrade,update,search,cask,list,doctor,edit
|
||||
# Write "yes" or "no" depending on whether you want to use sudo
|
||||
no
|
||||
# Write command to use for root
|
||||
sudo
|
||||
# Write a comma separated list of shortcuts below
|
||||
rm,src,dl,ci,cr,cre
|
||||
# Write a comma separated list of shortcut mappings from the manager below
|
||||
remove,search,download,cask install,cask remove,cask reinstall
|
||||
|
||||
# Config for the pak package manager wrapper
|
||||
packageManager = "brew"
|
||||
commands = ["install", "reinstall", "remove", "upgrade", "update", "search", "cask", "list", "doctor", "edit"]
|
||||
useRoot = false
|
||||
rootCommand = "sudo"
|
||||
shortcuts = ["rm", "src", "dl", "ci", "cr", "cre"]
|
||||
shortcutMappings = ["remove", "search", "download", "cask install", "cask remove", "cask reinstall"]
|
||||
Reference in New Issue
Block a user