Skip to content

Instantly share code, notes, and snippets.

@1951FDG
Created October 27, 2013 11:53
Show Gist options
  • Save 1951FDG/4471264a67b23ce60ba6 to your computer and use it in GitHub Desktop.
Save 1951FDG/4471264a67b23ce60ba6 to your computer and use it in GitHub Desktop.
Some defaults commands
defaults write -g com.apple.mouse.scaling -1
defaults write org.webkit.nightly.WebKit StartPageDisabled -bool YES
defaults delete -g NSFontPanelSizeSliderParams
defaults write com.apple.finder CreateDesktop -bool NO
defaults delete com.apple.finder CreateDesktop
killall Finder
defaults write com.apple.finder AppleShowAllFiles -bool YES
defaults delete com.apple.finder AppleShowAllFiles
killall Finder
defaults write com.apple.dashboard mcx-disabled -bool YES
defaults delete com.apple.dashboard mcx-disabled
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment