forked from colonelpanic/dotfiles
added npm installs install node and npm in brew.sh.
This commit is contained in:
parent
c3c3f17770
commit
3a8f46f873
@ -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
4
resources/everything.sh
Normal 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
1
resources/npm.sh
Normal file
@ -0,0 +1 @@
|
||||
npm install http-server
|
Loading…
Reference in New Issue
Block a user