Skip to content

Instantly share code, notes, and snippets.

@andyhullinger
Last active August 29, 2015 13:56
Show Gist options
  • Save andyhullinger/8924852 to your computer and use it in GitHub Desktop.
Save andyhullinger/8924852 to your computer and use it in GitHub Desktop.
Simple OSX terminal command to ad blank spacers to your dock so that you can 'pretty' how you organize your Mac App icons. Simply repeat the command to create additional spacers. You'll have to "force-restart" your dock to see the newly created spacers, that's what the (killall) command is for.
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