nexusfetch from home:Alxhr0 project

Select Your Operating System

For Arch Linux, edit /etc/pacman.conf and add the following (note that the order of repositories in pacman.conf is important, since pacman always downloads the first found package):
[home_Alxhr0_Arch]
Server = https://download.opensuse.org/repositories/home:/Alxhr0/Arch/$arch
Then run the following as root
key=$(curl -fsSL https://download.opensuse.org/repositories/home:Alxhr0/Arch/$(uname -m)/home_Alxhr0_Arch.key)
fingerprint=$(gpg --quiet --with-colons --import-options show-only --import --fingerprint <<< "${key}" | awk -F: '$1 == "fpr" { print $10 }')

pacman-key --init
pacman-key --add - <<< "${key}"
pacman-key --lsign-key "${fingerprint}"

pacman -Sy home_Alxhr0_Arch/nexusfetch
For Fedora Rawhide run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alxhr0/Fedora_Rawhide/home:Alxhr0.repo
dnf install nexusfetch
For Fedora 40 run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alxhr0/Fedora_40/home:Alxhr0.repo
dnf install nexusfetch
For Mageia Cauldron run the following as root:
dnf config-manager --add-repo https://download.opensuse.org/repositories/home:Alxhr0/Mageia_Cauldron/home:Alxhr0.repo
dnf install nexusfetch
For openSUSE Tumbleweed run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Tumbleweed/home:Alxhr0.repo
zypper refresh
zypper install nexusfetch
For openSUSE Slowroll run the following as root:
zypper addrepo https://download.opensuse.org/repositories/home:Alxhr0/openSUSE_Slowroll/home:Alxhr0.repo
zypper refresh
zypper install nexusfetch