Adds aliases for the pacman package manager.
Also includes optional helper(s).
Change privilege command between sudo, doas (default: sudo):
zstyle ':zim:pacman' priv_cmd 'doas'
Set wrapper_here to a wrapper if applicable (powerpill, pacmatic, etc):
zstyle ':zim:pacman' frontend 'wrapper_here'
Add any helper scripts to be loaded:
zstyle ':zim:pacman' helpers 'aur'
Add the zstyles to your ~/.zshrc before where the module is initialized.
pacbbuilds package in the current directory, cleanups, and installs.paciinstalls, syncs, and upgrades packages.pacuinstalls, syncs, and upgrades packages (forcibly refreshes package list).pacUinstalls packages from pkg file.pacdinstalls all packages in current directory.pacrremoves package and unneeded dependencies.pacrmremoves package, unneeded dependencies, and configuration files.pacqqueries package information from remote repository.pacQqueries package information from local repository.pacssearches for package in the remote repository.pacSsearches for package in the local repository.pacollists orphan packages.pacorremoves all orphan packages.pacownlists all files provided by a given package.pacblameshows packages that own a specified file.
provides simple AUR helper aliases.
aurbclones the given package name from the AUR, builds, and installs.aurdclones the given package name from the AUR, but does not build.aurufrom a directory created withaurb, will update, build, and install the package.