koompi / pix

Installation and configuration done in one command

Home Page:https://koompi.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PIX

A simple package manager for helping the installation of software that is difficult to deal with to be as simple as one command and everything just works

Installation

Using official website

curl -Ssf https://pix.koompi.org/installer.sh | sh

Installing from source.

git clone https://github.com/koompi/os-pix.git
cd os-pix
chmod +x build.sh
./build.sh
cd build
sudo pacman -U ./pix-version-rel-arch.pkg.tar.zst

USAGE

Getting help:

pix -h

Listing all packages:

pix -l

Installing multiple packages:

pix -i package-name package-name package-name 

Removing a package

pix -r package-name package-name package-name

Updating all packages

pix -u

About

Installation and configuration done in one command

https://koompi.org


Languages

Language:Rust 49.7%Language:JavaScript 23.3%Language:Shell 18.8%Language:CSS 5.8%Language:HTML 1.7%Language:Dockerfile 0.8%