Last active
November 10, 2021 19:54
-
-
Save unphased/4752578 to your computer and use it in GitHub Desktop.
Mountain Lion 10.8.2 custom command line defaults
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
# defaults write .GlobalPreferences com.apple.mouse.scaling -1 | |
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true | |
defaults write com.apple.desktopservices DSDontWriteNetworkStores -bool true #sets no writing DS_Store on network resources | |
defaults write com.apple.finder FXDefaultSearchScope -string "SCcf" # Changes the default Finder search to this folder rather than all files | |
defaults write /Library/Preferences/com.apple.loginwindow AdminHostInfo HostName | |
defaults write NSGlobalDomain NSTextShowsControlCharacters -bool true | |
defaults write NSGlobalDomain NSDocumentSaveNewDocumentsToCloud -bool false | |
defaults write -g ApplePressAndHoldEnabled -bool false | |
defaults write com.apple.finder FXEnableExtensionChangeWarning -bool false | |
# defaults write com.apple.Dock workspaces-auto-swoosh -bool NO | |
chflags nohidden ~/Library |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment