Switch to TOML config [skip ci]
This commit is contained in:
@@ -1,12 +1,7 @@
|
||||
# Write the name of the package manager in all lowercase below
|
||||
aptyay
|
||||
# Write a comma separated list of commands from the manager below
|
||||
install,remove,upgrade,update,refresh,autoremove,search,filesearch,list,interactive
|
||||
# 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,arm,ls,int
|
||||
# Write a comma separated list of shortcut mappings from the manager below
|
||||
remove,autoremove,list,interactive
|
||||
# Config for the pak package manager wrapper
|
||||
packageManager = "aptyay"
|
||||
commands = ["install", "remove", "upgrade", "update", "refresh", "autoremove", "search", "filesearch", "list", "interactive"]
|
||||
useRoot = false
|
||||
rootCommand = "sudo"
|
||||
shortcuts = ["rm", "arm", "ls", "int"]
|
||||
shortcutMappings = ["remove", "autoremove", "list", "interactive"]
|
||||
Reference in New Issue
Block a user