Skip to content

Instantly share code, notes, and snippets.

View rebootd's full-sized avatar

Josh rebootd

View GitHub Profile
# run script...
# run this script like this: curl -L https://gist.github.com/rebootd/f99f867cb54b7b3f30e1/raw | sh
# -------------------------------------------
# input for some basic info
# -------------------------------------------
echo Email for github?
read email
echo Username for github?
# NOTE: install xcode and gcc tools
# run this script like this: curl -L https://gist.github.com/rebootd/6d6b13556740c37afde6/raw | sh
# Set up ssh key
# if [ ! -f ~/.ssh/id_rsa.pub ]; then
# ssh-keygen -t rsa -b 4096 -C "{email@address.com}"
# ssh-add ~/.ssh/id_rsa
# fi
# additional basics