Last active
August 30, 2017 18:13
-
-
Save lucasdaiki/1f59a976e08f858feaa63af1c3a39491 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 install git | |
| brew install node | |
| curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash | |
| # brew cask install iterm2 | |
| sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)" | |
| chsh -s /bin/zsh | |
| brew install watchman | |
| ssh-keygen |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment