Last active
May 28, 2016 13:10
-
-
Save evaldasg/50aaa7af4980c7a8b7ec621a385bd2da to your computer and use it in GitHub Desktop.
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
/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