Skip to content

Instantly share code, notes, and snippets.

@seanbuscay
Last active September 7, 2018 19:26
Show Gist options
  • Save seanbuscay/0e85066f7e03fb33c011 to your computer and use it in GitHub Desktop.
Save seanbuscay/0e85066f7e03fb33c011 to your computer and use it in GitHub Desktop.
OSX Add Dock Spacers
# Left side
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="spacer-tile";}'; killall Dock
# Right Side
defaults write com.apple.dock persistent-others -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