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