Created
September 15, 2012 14:28
-
-
Save Darklg/3728199 to your computer and use it in GitHub Desktop.
Mac OS Configuration
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
# Screenshots | |
############# | |
# Disable Screenshot shadow | |
defaults write com.apple.screencapture disable-shadow -bool true | |
# Screenshot name | |
defaults write com.apple.screencapture name "capture" | |
# Files | |
####### | |
# no .DS_Store on network | |
defaults write com.apple.desktopservices DSDontWriteNetworkStores true | |
# AirDrop over Ethernet | |
defaults write com.apple.NetworkBrowser BrowseAllInterfaces 1 | |
# Various | |
######### | |
# Key Repeat on Mountain Lion | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
# Restart UI Server | |
killall SystemUIServer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment