Created
May 7, 2013 08:18
-
-
Save iammart/5531043 to your computer and use it in GitHub Desktop.
OSX Configs
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
| // Disable shadows | |
| defaults write com.apple.screencapture disable-shadow -bool TRUE | |
| sudo killall SystemUIServer | |
| // Change default save location | |
| defaults write com.apple.screencapture location ~/Pictures/ | |
| // Disable Dashboard | |
| defaults write com.apple.dashboard mcx-disabled -boolean YES | |
| killall Dock | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment