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