This guide uses yay as the preferred AUR helper of choice.
In case you did a fresh install and are now missing packages, yet cannot connect to the internet, simply boot via live-iso and arch-chroot
into your system.
$ cryptsetup luksOpen /dev/nvme0n1p2 cryptroot # only relevant in case of encrypted partition
$ mount /dev/mapper/cryptroot /mnt