Skip to content

Instantly share code, notes, and snippets.

@eviltofu
Last active August 29, 2015 14:24
Show Gist options
  • Save eviltofu/76ab2edbf1293df820ba to your computer and use it in GitHub Desktop.
Save eviltofu/76ab2edbf1293df820ba to your computer and use it in GitHub Desktop.
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