This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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? |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 protected]}" | |
# ssh-add ~/.ssh/id_rsa | |
# fi | |
# additional basics |