Skip to content

Instantly share code, notes, and snippets.

@Otterpohl
Created June 14, 2022 10:18
Show Gist options
  • Save Otterpohl/7ba61ad198775a262e588fe4169eafc3 to your computer and use it in GitHub Desktop.
Save Otterpohl/7ba61ad198775a262e588fe4169eafc3 to your computer and use it in GitHub Desktop.
# Left side
defaults write com.apple.dock persistent-apps -array-add '{tile-type="spacer-tile";}'
killall Dock
# Right Side
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}'
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment