Skip to content

Instantly share code, notes, and snippets.

View lailoken's full-sized avatar

lailoken

  • Atlanta, GA
View GitHub Profile
@aquaxp
aquaxp / osx_config.sh
Created May 10, 2012 08:45 — forked from erikh/hack.sh
Fast OSX config
echo "Enable full keyboard access for all controls (e.g. enable Tab in modal dialogs)"
defaults write NSGlobalDomain AppleKeyboardUIMode -int 3
echo "Enable subpixel font rendering on non-Apple LCDs"
defaults write NSGlobalDomain AppleFontSmoothing -int 2
echo "Make Dock icons of hidden applications translucent"
defaults write com.apple.dock showhidden -bool true
echo "Enable highlight hover effect for the grid view of a stack (Dock)"