curl your Github/GitLab keys

Some useful lines for setting up SSH keys access to new systems using the keys stored in GitHub/GitLab

# Github
curl https://github.com/your-username.keys >> ~/.ssh/authorized_keys

# GitLab
curl https://gitlab.com/your-username.keys >> ~/.ssh/authorized_keys