Simple bash script using fzf and yay to browse available packages from all sources (with bat for syntax highlighting).
Packages are presented in priority order of official before AUR.
sudo pacman -Syu --needed git base-devel fzf batgit clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
cd .. && rm -rf yayFirst make the script executable:
sudo chmod +x arch-browse.shthen copy it into local/bin/:
sudo cp arch-browse.sh /usr/local/bin/arch-browseInspired by the installer as seen in Omarchy (github).
