Created
November 14, 2012 02:00
-
-
Save feesta/4069792 to your computer and use it in GitHub Desktop.
Notes for OSX
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 destination for screenshots | |
defaults write com.apple.screencapture location /Users/feesta/Sites/Screenshots/ | |
// loads changes immediately eliminating need to logout/login. | |
killall SystemUIServer – | |
// Don't ask when executing downloaded files. Use with care! | |
defaults write com.apple.LaunchServices LSQuarantine -bool NO |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment