Attaches your (public) SSH key to your GitHub account.
Inspired by debugish/env.
You can install ssh-copy-id-github directly via Git or by Zip.
###Git
# Create a directory and enter it
$ mkdir -p .local/opt/ && cd
Usage: ./ssh-copy-id-github [username]
Adds .ssh/id_rsa.pub to your Github's SSH keys.
Usage: ./ssh-copy-id-github [username] [pub_key_file]
Adds specified Public Key File to your Github's SSH keys.
With confirmation, non-exiting Public Key File kicks off ssh-keygen
Copyright (C) 2015 Christoph "criztovyl" Schulz
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.