irssi cheatsheet
irssi IRC cheatsheet
Sources:
Updating the pacman database
You can update the Pacman database cache with the following command:
$ sudo pacman -Syy
Install AUR packages
- Acquire build files (git):
$ git clone https://aur.archlinux.org/bisq.git
- Build the package:
$ cd bisq
$ makepkg
- Install the package:
$ sudo pacman -U bisq-1.8.0-1-any.pkg.tar.zst
Conclusion
Enjoy motherfucker! :D