Last active
September 27, 2015 01:57
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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