Skip to content

Instantly share code, notes, and snippets.

@evaldasg
Last active May 28, 2016 13:10
Show Gist options
  • Save evaldasg/50aaa7af4980c7a8b7ec621a385bd2da to your computer and use it in GitHub Desktop.
Save evaldasg/50aaa7af4980c7a8b7ec621a385bd2da to your computer and use it in GitHub Desktop.
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap caskroom/cask
brew cask install google-chrome
brew cask install skype
brew install zsh
brew install tmux
brew install wget
brew install vim --override-system-vi
brew install node --with-debug --with-openssl
brew install rbenv ruby-build
rbenv install 2.3.1
rbenv global 2.3.1
brew install git --with-brewed-curl --with-brewed-openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment