Created
January 11, 2012 00:08
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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