Skip to content

Instantly share code, notes, and snippets.

@amercier
Created October 13, 2013 11:22
Show Gist options
  • Save amercier/6961116 to your computer and use it in GitHub Desktop.
Save amercier/6961116 to your computer and use it in GitHub Desktop.
Setup a fresh install of MacOS X Mountain Lion for development
# Fix Bash - http://hints.macworld.com/article.php?story=20071106192548833
sudo mv /bin/sh /bin/sh.orig
sudo ln -s /bin/bash /bin/sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment