Skip to content

Instantly share code, notes, and snippets.

@sillygwailo
Created March 12, 2012 21:30
Show Gist options
  • Save sillygwailo/2024801 to your computer and use it in GitHub Desktop.
Save sillygwailo/2024801 to your computer and use it in GitHub Desktop.
Mac Tweaks
System Preferences:
Keyboard -> Modifier Keys -> No Action for Caps Lock # disable the capslock key, which I never use
Terminal:
sudo defaults write com.apple.iTunes allow-half-stars -bool TRUE # http://www.macworld.com/article/137800/2008/12/halfstaritunes.html
sudo defaults write com.apple.desktopservices DSDontWriteNetworkStores true # prevent writing of .DS_Store files on network drives
sudo chflags nohidden ~/Library # show the home Library folder in Finder
sudo pmset -a hibernatemode 0 # store hibernation info in memory, be vigilant about saving before battery dies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment