Skip to content

Instantly share code, notes, and snippets.

View ChrisManess's full-sized avatar

Chris Maness ChrisManess

  • nCino
  • Wilmington NC
View GitHub Profile
@ChrisManess
ChrisManess / setup.sh
Last active February 6, 2019 05:58 — forked from bradp/setup.sh
New Mac Setup Script
echo "Creating an SSH key for you..."
ssh-keygen -t rsa
echo "Please add this public key to Github \n"
echo "https://github.com/account/ssh \n"
read -p "Press [Enter] key after this..."
echo "Please add this public key to any other provider \n"
read -p "Press [Enter] key after this..."