How to download and setup pkgx
Open terminal and run command
git clone https://github.com/pkgxdev/pkgx.git
git clone is used to create a copy or clone of pkgx repositories.
You pass git clone a repository URL. it supports a few different network protocols and corresponding URL formats.
Also you may download zip file with pkgx https://github.com/pkgxdev/pkgx/archive/master.zip
Or simply clone pkgx with SSH
[email protected]:pkgxdev/pkgx.git