Last active
October 31, 2015 22:14
-
-
Save efouts/d478a374856ec1e0aa74 to your computer and use it in GitHub Desktop.
OS X Post Install Script
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
brew install git openssl bash | |
brew cask install deluge handbrake slack sublime-text dropbox spectacle spotify vlc flux kindle spotify-notifications google-chrome macs-fan-control steam | |
curl -s http://ethanschoonover.com/solarized/files/solarized.zip | tar -xf- -C /tmp/ | |
open /tmp/solarized/osx-terminal.app-colors-solarized/Solarized\ Light\ ansi.terminal | |
defaults write com.apple.terminal StringEncodings -array 4 | |
defaults write com.apple.Terminal "Default Window Settings" -string "Solarized Light ansi" | |
defaults write com.apple.Terminal "Default Window Settings" -string "Solarized Light ansi" | |
defaults write com.apple.Terminal "Startup Window Settings" -string "Solarized Light ansi" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment