Skip to content

Instantly share code, notes, and snippets.

@daytonn
Created May 27, 2011 05:01
Show Gist options
  • Save daytonn/994674 to your computer and use it in GitHub Desktop.
Save daytonn/994674 to your computer and use it in GitHub Desktop.
Restore Dock
defaults write com.apple.dock tilesize -int 48
defaults write com.apple.dock pinning -string middle
defaults write com.apple.dock autohide -bool false
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment