Last active
August 29, 2015 14:24
-
-
Save eviltofu/76ab2edbf1293df820ba to your computer and use it in GitHub Desktop.
This file contains 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
Turn on META key in Terminal.app preferences | |
Increase font size to 18 for Basic Terminal. | |
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" | |
brew install caskroom/cask/brew-cask | |
brew doctor | |
brew update && brew upgrade | |
brew install git | |
brew install ghc cabal-install | |
brew install go | |
mkdir $HOME/Go | |
mkdir -p $HOME/Go/src/github.com/user | |
brew install emacs | |
brew install docker docker-compose boot2docker | |
brew cask install virtualbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment