Skip to content

Instantly share code, notes, and snippets.

@zemax
Last active December 17, 2019 08:27
Show Gist options
  • Save zemax/3f8d75b5ba97d3b32e8a72da116e808f to your computer and use it in GitHub Desktop.
Save zemax/3f8d75b5ba97d3b32e8a72da116e808f to your computer and use it in GitHub Desktop.
macOS : Add space in macOS dock
# from https://www.imore.com/add-space-your-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