Skip to content

Instantly share code, notes, and snippets.

@dannguyen
Last active December 16, 2015 15:29
Show Gist options
  • Save dannguyen/5455902 to your computer and use it in GitHub Desktop.
Save dannguyen/5455902 to your computer and use it in GitHub Desktop.
Setting up yeoman on my several confusing laptops
# 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