Skip to content

Instantly share code, notes, and snippets.

@robinbastien
Created April 23, 2013 02:36
Show Gist options
  • Save robinbastien/5440389 to your computer and use it in GitHub Desktop.
Save robinbastien/5440389 to your computer and use it in GitHub Desktop.
Commands to customize the OSX dock
#Add a Spacer
defaults write com.apple.dock persistent-apps -array-add ‘{ “tile-type” = “spacer-tile”; }’
#Flatten Dock
defaults write com.apple.dock no-glass -boolean YES
#Restart Dock
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment