Skip to content

Instantly share code, notes, and snippets.

@xiel
Created February 19, 2019 21:55
Show Gist options
  • Save xiel/c5f645e89499874f4d1f5c99da002041 to your computer and use it in GitHub Desktop.
Save xiel/c5f645e89499874f4d1f5c99da002041 to your computer and use it in GitHub Desktop.
Add Spaces to Dock in OS X
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