Skip to content

Instantly share code, notes, and snippets.

@tschmidt
Created February 3, 2011 18:21
Show Gist options
  • Save tschmidt/809904 to your computer and use it in GitHub Desktop.
Save tschmidt/809904 to your computer and use it in GitHub Desktop.
Command to add dock spacers to OS X dock
> defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type=“spacer-tile”;}’
> killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment