This is my KaOS personal packages repository.
All packages are built and tested by myself before pushing them to KaOS-Community-Packages.
This repository contains the following packages:
Run in command line kcp -i package
; replace package
with the package you want to install, e.g:
kcp -i fastfetch
Clone the package repository, e.g:
git clone https://github.com/wilop/fastfetch.git
Then use makepkg
to build the package and pacman
to install it, e.g:
cd fastfetch
makepkg -s --check --clean
sudo pacman -U fastfetch-2.49.0-1-x86_64.pkg.tar.zst
Packages are organized in a set of git submodules.
To clone this repository, use the following command:
git clone https://github.com/wilop/KaOS-Personal-Packages.git
To init the submodules, use the following commands into each submodule:
git submodule init
git submodule update
To clone this repository with all submodules, use the following command:
git clone --recursive https://github.com/wilop/KaOS-Personal-Packages.git