Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Created January 11, 2012 00:08
Show Gist options
  • Save nicerobot/1592071 to your computer and use it in GitHub Desktop.
Save nicerobot/1592071 to your computer and use it in GitHub Desktop.
Add a space to the Mac OS X Dock. It can be used multiple times for multiple spacers.
#!/bin/sh
# curl -ks https://gist.github.com/raw/1592071/dock-spacer.sh | sh
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment