John Sanchez
John Sanchez

Categories

  • snippets

Tags

  • snippets
  • bash
  • terminal

I’m one to constantly organize my files and documents on my Mac. Throw the following line into Terminal and then restart your Dock to apply.

1. Copy and paste the following into Terminal.app or iTerm.app

defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'

2. Restart Dock

killall Dock

You should now see a new space in your Dock area. The end result may look similar to:

Space In Dock

Cheers!