Orion User's Repository

A personal software repository for Arch Linux, built with passion.

About This Repository

This repository includes a bunch of useful AUR packages that might not be listed in other popular Arch repositories, such as ags-hyprpanel-git, hyprshot-gui, clipse-git, etc. The repository builder is powered by GitHub Actions. It will automatically pull AUR packages, build them, and release to my GitHub page and Huggingface repository everyday.

Usage

Add the following to your /etc/pacman.conf file to enable the OUR repository:

[our]
# Uncomment this if you encounter GPG key error
# SigLevel = Optional TrustAll
Server = https://orion-zhen.github.io/our/$arch

Alternatively, run this command to append the configuration:

sudo tee -a /etc/pacman.conf << EOF

[our]
# Uncomment this if you encounter GPG key error
# SigLevel = Optional TrustAll
Server = https://orion-zhen.github.io/our/$arch
EOF

Then, refresh your package databases and synchronize:

sudo pacman -Syu

You can now install packages from the OUR repository. 🚀

Available Packages

Loading packages...

Package Requests

If you want to add a useful AUR package to this repository, you are welcome to make a package request by opening an issue on the GitHub repository.