Skip to content

Instantly share code, notes, and snippets.

@kvizconde
Created June 20, 2019 06:06
Show Gist options
  • Save kvizconde/7decb3303f917ea65d8e1d0a41e383e3 to your computer and use it in GitHub Desktop.
Save kvizconde/7decb3303f917ea65d8e1d0a41e383e3 to your computer and use it in GitHub Desktop.
creates empty spaces in mac dock
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