Skip to content

Instantly share code, notes, and snippets.

@davecurrierseo
Created August 21, 2019 21:06
Show Gist options
  • Save davecurrierseo/8b31f38e1fca5d45f4e7ef5b1df3d013 to your computer and use it in GitHub Desktop.
Save davecurrierseo/8b31f38e1fca5d45f4e7ef5b1df3d013 to your computer and use it in GitHub Desktop.
Add Spaces To The Dock On Mac
# first this
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
# then this
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment