Skip to content

Instantly share code, notes, and snippets.

@hypest
Created February 11, 2025 16:48
Show Gist options
  • Save hypest/40daea7d15ad50c2d7af85010deb274c to your computer and use it in GitHub Desktop.
Save hypest/40daea7d15ad50c2d7af85010deb274c to your computer and use it in GitHub Desktop.
Macos Dock spaces
# On the terminal, use the following to add space to the app links:
defaults write com.apple.dock persistent-others -array-add '{tile-data={}; tile-type="spacer-tile";}' && killall Dock
# On the terminal, use the following to add space to the persistent app icons:
defaults write com.apple.dock persistent-apps -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