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
|
||||
snap
|
||||
# Write a comma separated list of commands from the manager below
|
||||
install,remove,refresh,revert,run,download
|
||||
# Write "yes" or "no" depending on whether you want to use sudo
|
||||
yes
|
||||
# Write command to use for root
|
||||
sudo
|
||||
# Write a comma separated list of shortcuts below
|
||||
rm,inst
|
||||
# Write a comma separated list of shortcut mappings from the manager below
|
||||
remove,install
|
||||
|
||||
# Config for the pak package manager wrapper
|
||||
packageManager = "snap"
|
||||
commands = ["install", "remove", "refresh", "revert", "run", "download"]
|
||||
useRoot = true
|
||||
rootCommand = "sudo"
|
||||
shortcuts = ["rm", "inst"]
|
||||
shortcutMappings = ["remove", "install"]
|
||||
Reference in New Issue
Block a user