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