/ricksdomein-arch-repo

A repository for my Arch Linux packages.

ricksdomein-arch-repo

A repository for my Arch Linux packages.

How to "install" ricksdomein-arch-repo

Adding a third-party repository (like this one) is easy. Just add the following lines to the end of /etc/pacman.conf :

[ricksdomein-arch-repo]
SigLevel = Optional DatabaseOptional
Server = https://raw.githubusercontent.com/ricksdomein/$repo/master/$arch

Then, sync the repositories and update your system with: sudo pacman -Syyu

And, then: sudo pacman -S name-of-package