Skip to content

Instantly share code, notes, and snippets.

@blaix
Created September 10, 2011 13:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blaix/1208288 to your computer and use it in GitHub Desktop.
Save blaix/1208288 to your computer and use it in GitHub Desktop.
Sane OS X 10.7 Settings
# Enable tabbing to everything
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
# 2D Dock
defaults write com.apple.dock no-glass -bool true
# Always expand save dialog
defaults write -g NSNavPanelExpandedStateForSaveMode -bool true
# Don't hide ~/Library folder
chflags nohidden ~/Library
# Turn off menu bar transparency
defaults write -g AppleEnableMenuBarTransparency -bool false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment