Skip to content

Instantly share code, notes, and snippets.

@neonexus
Last active July 20, 2020 03:20
Show Gist options
  • Save neonexus/50df2f046d4a071f1084d154727edf82 to your computer and use it in GitHub Desktop.
Save neonexus/50df2f046d4a071f1084d154727edf82 to your computer and use it in GitHub Desktop.
Add spacer to Mac OSX Dock
# /bin/bash
alias add_spacer="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