Skip to content

Kivot-OS/KivotOS-repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

181 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KivotOS APT Repository

Personal APT repository for Debian Trixie (amd64) with curated CLI tools.

Maintainer: Dinh Manh Dung (dungdinhmanh0209@gmail.com)


📦 Available Packages

Package Description Source
yazi Blazing fast terminal file manager sxyazi/yazi
hellwal Color palette generator (Pywal-like) in C++ danihek/hellwal
wallust Generate color palettes from images explosion-mental/wallust
matugen Material You color generation tool InioX/matugen

🚀 Quick Start

1) Import repository GPG key

curl -fsSL https://kivot-os.github.io/KivotOS-repo/pubkey.gpg \
| sudo gpg --dearmor -o /usr/share/keyrings/kivotos.gpg

2) Add sources list (trixie/main)

echo "deb [arch=amd64 signed-by=/usr/share/keyrings/kivotos.gpg] \
https://kivot-os.github.io/KivotOS-repo/ trixie main" \
| sudo tee /etc/apt/sources.list.d/kivotos.list

3) Update & install

sudo apt update
sudo apt install yazi hellwal wallust matugen

🛠️ Troubleshooting

Reset apt lists

sudo rm -rf /var/lib/apt/lists/*
sudo mkdir -p /var/lib/apt/lists/partial
sudo apt update

🗑️ Remove the repository

sudo rm /etc/apt/sources.list.d/kivotos.list
sudo rm /usr/share/keyrings/kivotos.gpg
sudo apt update

📄 License

This repository configuration is provided as-is. Each package retains its original license.


Repository: https://github.com/kivot-os/KivotOS-repo
APT URL: https://kivot-os.github.io/KivotOS-repo/

About

Repository for KivotOS

Resources

License

Contributing

Stars

Watchers

Forks

Contributors