Skip to content

Instantly share code, notes, and snippets.

@shkm
Created February 14, 2012 00:30
Show Gist options
  • Save shkm/1821872 to your computer and use it in GitHub Desktop.
Save shkm/1821872 to your computer and use it in GitHub Desktop.
Add Seperator to Dock in OS X
defaults write com.apple.dock persistent-apps -array-add '{ "tile-type" = "spacer-tile"; }' && killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment