Skip to content

Instantly share code, notes, and snippets.

@sheriffderek
Last active December 15, 2015 07:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sheriffderek/5223578 to your computer and use it in GitHub Desktop.
Save sheriffderek/5223578 to your computer and use it in GitHub Desktop.
Put some spaces in your dock with terminal.
// paste the following line into terminal and hit return. repeat for as many spaces you think you'll want.
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
// restart the finder by pasting the following line into terminal and hitting return.
killall Dock
// finder will restart and your spaces will appear.
// they are draggable just like the other stuff in your dock
// drag them out to get rid of them -
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment