shadow-capitals on AUR (Arch User Repository)

Last updated: September 28,2024

1. Install "shadow-capitals" effortlessly via AUR with the help of a helper(YAY)

a. Install YAY (https://github.com/Jguer/yay)

$ sudo pacman -S --needed git base-devel && git clone https://aur.archlinux.org/yay.git && cd yay && makepkg -si

b. Install shadow-capitals on Arch using YAY

$ yay -S shadow-capitals

* (Optional) Uninstall shadow-capitals on Arch using YAY

$ yay -Rns shadow-capitals

2. Manually Install "shadow-capitals" via AUR

a. Ensure you have the base development tools and git installed with:

$ sudo pacman -S --needed base-devel git

b. Clone shadow-capitals's git locally

$ git clone https://aur.archlinux.org/shadow-capitals.git ~/shadow-capitals

c. Go to ~/shadow-capitals folder and install it

$ cd ~/shadow-capitals $ makepkg -si

3. Information about the shadow-capitals package on Arch User Repository (AUR)