Last active
August 29, 2015 14:01
-
-
Save andretw/ed3f05700120c813981c to your computer and use it in GitHub Desktop.
Some useful tips for Mac OS X
This file contains 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
## change the default location (path) of screen shots. | |
defaults write com.apple.screencapture location ~/Desktop/screenshots/ | |
# | |
# Disable/Enable Spotlight | |
# | |
## Disable Spotlight | |
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist | |
## Enable Spotlight | |
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.metadata.mds.plist |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment