Skip to content

Instantly share code, notes, and snippets.

@robindegen
Created October 21, 2015 05:07
Show Gist options
  • Save robindegen/7691c79e21ba85cf254c to your computer and use it in GitHub Desktop.
Save robindegen/7691c79e21ba85cf254c to your computer and use it in GitHub Desktop.
Add spacer to 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