Skip to content

Instantly share code, notes, and snippets.

@robinbastien
Created April 23, 2013 02:33
Show Gist options
  • Save robinbastien/5440381 to your computer and use it in GitHub Desktop.
Save robinbastien/5440381 to your computer and use it in GitHub Desktop.
OSX Dock Commands
#Flatten the Dock
defaults write com.apple.dock no-glass -boolean YES
#Add a blank space to the dock
defaults write com.apple.dock persistent-apps -array-add '{ "tile-type" = "spacer-tile"; }'
#Refresh the Dock after adding yr changes
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment