Skip to content

Instantly share code, notes, and snippets.

View crabsinger's full-sized avatar

crabsinger

View GitHub Profile
@crabsinger
crabsinger / keybase.md
Last active February 27, 2022 18:44
Keybase Verification

Keybase proof

I hereby claim:

  • I am crabsinger on github.
  • I am crabsinger (https://keybase.io/crabsinger) on keybase.
  • I have a public key ASCUV2uCh8adGEdGcH5lvdr_fvdRrKYSKFzAT4reCEPJqwo

To claim this, I am signing this object:

@crabsinger
crabsinger / setup.sh
Created September 14, 2021 22:26 — 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 "Installing xcode-stuff"
xcode-select --install