Last active
December 16, 2015 15:29
-
-
Save dannguyen/5455902 to your computer and use it in GitHub Desktop.
Setting up yeoman on my several confusing laptops
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
# make sure Homebrew is ready | |
brew update | |
# this upgrades both node and npm | |
brew upgrade node | |
# install packages | |
npm install | |
# (optional) coffeescript for textmate | |
cd /Applications/TextMate.app/Contents/SharedSupport/Bundles | |
git clone git://github.com/jashkenas/coffee-script-tmbundle CoffeeScriptBundle.tmbundle |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment