Skip to content

Instantly share code, notes, and snippets.

@srMarquinho
Created November 9, 2019 20:52
Show Gist options
  • Save srMarquinho/5d2ddf4ce3e36a5ba7213a13b52b3879 to your computer and use it in GitHub Desktop.
Save srMarquinho/5d2ddf4ce3e36a5ba7213a13b52b3879 to your computer and use it in GitHub Desktop.
Organise Mac Dock by adding spacers
# Open terminal and type.
defaults write com.apple.dock persistent-apps -array-add '{tile-data={}; tile-type="small-spacer-tile";}';killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment