Created
August 21, 2019 21:06
-
-
Save davecurrierseo/8b31f38e1fca5d45f4e7ef5b1df3d013 to your computer and use it in GitHub Desktop.
Add Spaces To The Dock On Mac
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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