Skip to content

Instantly share code, notes, and snippets.

View bretterer's full-sized avatar

Brian Retterer bretterer

View GitHub Profile
@bretterer
bretterer / macSetup.sh
Last active October 4, 2021 15:30 — forked from bradp/setup.sh
New Mac Setup Script
echo "Setting Up your Mac..."
if [ ! -f $HOME/.ssh/id_rsa.pub ]; then
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..."
fi
data:text/html, <style type="text/css">#e{position:absolute;top:0;right:0;bottom:0;left:0;font-size:16px}</style><div id="e"></div><script src="http://d1n0x3qji82z53.cloudfront.net/src-min-noconflict/ace.js" type="text/javascript" charset="utf-8"></script><script>var e=ace.edit("e");e.setTheme("ace/theme/monokai");e.getSession().setMode("ace/mode/php");</script>