Skip to content

Instantly share code, notes, and snippets.

@equinusocio
Created May 27, 2021 06:05
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 equinusocio/f532887aaef378c000fb42114a198c62 to your computer and use it in GitHub Desktop.
Save equinusocio/f532887aaef378c000fb42114a198c62 to your computer and use it in GitHub Desktop.
Add empty spaces to dock
# Copy and paste it inside your terminal and press enter.
# You may need to run this twice.
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