added npm installs install node and npm in brew.sh.

This commit is contained in:
Ivan Malison 2014-05-02 01:33:38 -07:00
parent c3c3f17770
commit 3a8f46f873
3 changed files with 7 additions and 0 deletions

View File

@ -29,6 +29,8 @@ brew install htop
brew link python
brew install scala
brew install sbt
brew install node
brew install npm
# Install everything else
brew install watch

4
resources/everything.sh Normal file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
cd "dirname $BASH_SOURCE"
source brew.sh
source npm.sh

1
resources/npm.sh Normal file
View File

@ -0,0 +1 @@
npm install http-server