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