Created
July 3, 2014 20:18
-
-
Save willgarcia/9ada5fcf6a16efb39cb6 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
#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