git clone git@github.com:the-real-finnventor/insult.git
echo alias insult="$PWD"/insult/insult >> ~/.zprofile
If you are getting errors like:
Cloning into 'insult'...
git@github.com: Permission denied (publickey).
fatal: Could not read from remote repository.
Please make sure you have the correct access rights
and the repository exists.
Then try:
git clone https://github.com/the-real-finnventor/insult.git
echo alias insult="$PWD"/insult/insult >> ~/.zprofile
insult