Skip to content

Instantly share code, notes, and snippets.

@nicerobot
Last active September 27, 2015 01:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicerobot/1193218 to your computer and use it in GitHub Desktop.
Save nicerobot/1193218 to your computer and use it in GitHub Desktop.
Pin Mac OS X Dock to the bottom-left of the screen and disable "mirror" effect, making it translucence.
# curl -ks https://gist.github.com/nicerobot/1193218/raw/dock-orientation.sh | sh
defaults write com.apple.dock orientation left
defaults write com.apple.dock pinning end
defaults write com.apple.dock hide-mirror -bool true
killall Dock
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment