Switch to TOML config [skip ci]

This commit is contained in:
2020-11-30 15:27:29 -08:00
parent e4dcb180be
commit 0bffa3e2a4
12 changed files with 79 additions and 116 deletions

View File

@@ -1,13 +1,7 @@
# Write the name of the package manager in all lowercase below
apt
# Write a comma separated list of commands from the manager below
install,remove,update,upgrade,search,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 = "apt"
commands = ["install", "remove", "update", "upgrade", "search", "download"]
useRoot = true
rootCommand = "sudo"
shortcuts = ["rm", "inst"]
shortcutMappings = ["remove", "install"]

View File

@@ -1,13 +1,7 @@
# Write the name of the package manager in all lowercase below
aptitude
# Write a comma separated list of commands from the manager below
install,remove,download,update,upgrade,full-upgrade,safe-upgrade,clean,hold,unhold,markauto,unmarkauto,why,whynot,reinstall,search,show,changelog
# 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 = "aptitude"
commands = ["install", "remove", "download", "update", "upgrade", "full-upgrade", "safe-upgrade", "clean", "hold", "unhold", "markauto", "unmarkauto", "why", "whynot", "reinstall", "search", "show", "changelog"]
useRoot = true
rootCommand = "sudo"
shortcuts = ["rm", "inst"]
shortcutMappings = ["remove", "install"]

View File

@@ -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"]

View File

@@ -1,12 +1,7 @@
# Write the name of the package manager in all lowercase below
aptman
# Write a comma separated list of commands from the manager below
install,remove,upgrade,update,refresh,autoremove,search,filesearch,list
# 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,arm,ls
# Write a comma separated list of shortcut mappings from the manager below
remove,autoremove,list
# Config for the pak package manager wrapper
packageManager = "aptman"
commands = ["install", "remove", "upgrade", "update", "refresh", "autoremove", "search", "filesearch", "list"]
useRoot = true
rootCommand = "sudo"
shortcuts = ["rm", "arm", "ls"]
shortcutMappings = ["remove", "autoremove", "list"]

View File

@@ -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"]

View File

@@ -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"]

View File

@@ -1,13 +1,7 @@
# Write the name of the package manager in all lowercase below
zypper
# Write a comma separated list of commands from the manager below
install,remove,refresh,search,update,addrepo
# 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,ar,inst
# Write a comma separated list of shortcut mappings from the manager below
remove,addrepo,install
# Config for the pak package manager wrapper
packageManager = "zypper"
commands = ["install", "remove", "refresh", "search", "update", "addrepo"]
useRoot = true
rootCommand = "sudo"
shortcuts = ["rm", "ar", "inst"]
shortcutMappings = ["remove", "addrepo", "install"]