Skip to content

Instantly share code, notes, and snippets.

@yvesvanbroekhoven
Created November 3, 2011 20:24
Show Gist options
  • Save yvesvanbroekhoven/1337676 to your computer and use it in GitHub Desktop.
Save yvesvanbroekhoven/1337676 to your computer and use it in GitHub Desktop.
Add a divider/empty space in your OSX dock
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