github setup with ssh code example
Example 1: add ssh to github
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
Example 2: setting ssh for github
ssh-add ~/.ssh/id_rsa
$ clip < ~/.ssh/id_ed25519.pub
# Copies the contents of the id_ed25519.pub file to your clipboard
ssh-add ~/.ssh/id_rsa