Skip to content

Instantly share code, notes, and snippets.

@daytonn
Created May 25, 2011 15:28
Show Gist options
  • Save daytonn/991172 to your computer and use it in GitHub Desktop.
Save daytonn/991172 to your computer and use it in GitHub Desktop.
No Dock OS X
defaults write com.apple.dock tilesize -int 1
defaults write com.apple.dock pinning -string start
defaults write com.apple.dock autohide -bool true
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment