Last active
August 29, 2015 14:05
-
-
Save SimplGy/88d97071314890584d25 to your computer and use it in GitHub Desktop.
Common OSX setup tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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