Skip to content

Instantly share code, notes, and snippets.

@willgarcia
Created July 3, 2014 20:18
Show Gist options
  • Save willgarcia/9ada5fcf6a16efb39cb6 to your computer and use it in GitHub Desktop.
Save willgarcia/9ada5fcf6a16efb39cb6 to your computer and use it in GitHub Desktop.
mac tweaks
#HIDDEN APPLICATIONS, HIDDEN FILES
defaults write com.apple.finder AppleShowAllFiles TRUE
#focus automatically follow the mouse to any Terminal window.
defaults write com.apple.terminal FocusFollowsMouse -string true
#Disable Dashboard in Mac OS X
defaults write com.apple.dashboard mcx-disabled -boolean true && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment