Last active
August 29, 2015 14:14
-
-
Save Atalanta/386247eff1645a4269f2 to your computer and use it in GitHub Desktop.
What to do with a new mac
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
- Install Chef | |
- Set the background to a plain dark colour | |
- Move the dock to the left | |
- Configure the dock to hide, large, no mag |
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 -L https://chef.io/chef/install.sh | sudo bash | |
osascript -e 'tell application "Finder" to set desktop picture to POSIX file "/Library/Desktop Pictures/Solid Colors/Solid Gray Dark.png"' | |
defaults write com.apple.dock autohide -bool true | |
defaults write com.apple.dock largesize -float 128 | |
defaults write com.apple.dock orientation -string left | |
defaults write com.apple.dock magnification -bool false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment