This repository holds packages of programs that I've made for my own personal use, as well as the resulting packages from PKGBUILDs I've made for either missing or broken AUR packages. This is more of a learning experience/fun project for me, but if you find any of my packages useful and use this yourself, that makes me very happy.
Using your text editor of choice, modify /etc/pacman.conf
. For example: sudo nvim /etc/pacman.conf
. Scroll down to the bottom and append the following lines:
[jcledesma-arch-repo]
SigLevel = Optional DatabaseOptional
Server = https://jefrecantuledesma.github.io/$repo/$arch
After appending the above lines, it's always a good idea to update everything: sudo pacman -Syyu
. Now, you should be good to go!