Created
March 12, 2012 21:30
-
-
Save sillygwailo/2024801 to your computer and use it in GitHub Desktop.
Mac Tweaks
This file contains hidden or 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
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