Skip to content

Instantly share code, notes, and snippets.

@jerolimov
Last active December 18, 2015 13:28
Show Gist options
  • Save jerolimov/5789662 to your computer and use it in GitHub Desktop.
Save jerolimov/5789662 to your computer and use it in GitHub Desktop.
Enable the black 2D OSX Dock theme.
#defaults delete com.apple.dock
defaults write com.apple.dock no-glass -integer 1 # <= 10.8 sets the black 2D theme
#defaults write com.apple.dock autohide -string -1 # sure
killall Dock
#defaults delete com.apple.dock persistent-apps # remove all apps, should be used after reorder at least one :D
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment