How to download and setup xpac
Open terminal and run command
git clone https://github.com/parth-shel/xpac.git
git clone is used to create a copy or clone of xpac 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 xpac https://github.com/parth-shel/xpac/archive/master.zip
Or simply clone xpac with SSH
[email protected]:parth-shel/xpac.git