Skip to content

Instantly share code, notes, and snippets.

@Atalanta
Last active August 29, 2015 14:14
Show Gist options
  • Save Atalanta/386247eff1645a4269f2 to your computer and use it in GitHub Desktop.
Save Atalanta/386247eff1645a4269f2 to your computer and use it in GitHub Desktop.
What to do with a new mac
- Install Chef
- Set the background to a plain dark colour
- Move the dock to the left
- Configure the dock to hide, large, no mag
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