These steps require a non-root user and doas!
doas pacman -S powerpill
cd /tmp
git clone https://aur.archlinux.org/paru-bin.git
cd paru-bin
makepkg -si
cd ..
rm -rf paru-binTo avoid getting errors about missing signatures, edit /etc/pacman.conf and
change the line containing SigLevel to SigLevel = PackageRequired.
Append the following alias to your shell configuration (e.g. ~/.zshrc):
alias paru="/usr/bin/paru --pacman powerpill"Now you can paru -Syyu to update your system and paru -S PACKAGE to install new packages.