Skip to content

Instantly share code, notes, and snippets.

@SimplGy
Last active August 29, 2015 14:05
Show Gist options
  • Save SimplGy/88d97071314890584d25 to your computer and use it in GitHub Desktop.
Save SimplGy/88d97071314890584d25 to your computer and use it in GitHub Desktop.
Common OSX setup tasks
# Symlink the javsscript interpreter OSX has
ln -s /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/Resources/jsc /usr/local/bin
# Check if it works by just typing: jsc
# Remove apps I never use
sudo rm -rf Mail.app
sudo rm -rf Stickies.app
sudo rm -rf Chess.app
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment