Skip to content

Instantly share code, notes, and snippets.

View rohanthacker's full-sized avatar

Rohan Thacker rohanthacker

View GitHub Profile
@rohanthacker
rohanthacker / macos_dock_spacer.bash
Last active August 11, 2016 09:56
Create a spacer dock icon in MacOS
# First run the following to create a single space.
defaults write com.apple.dock persistent-apps -array-add '{"tile-type"="spacer-tile";}'
# Then restart the dock, for the change to take effect
killall Dock