Skip to content

Commit

Permalink
Merge pull request #1 from thedavidmeister/node
Browse files Browse the repository at this point in the history
install node and npm
  • Loading branch information
meelijane committed Nov 30, 2016
2 parents a7c772b + 17ff9e4 commit 9c5946a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion install.sh
Expand Up @@ -49,6 +49,8 @@ sudo -v;

. 1password.sh;

. skitch.sh
. skitch.sh;

. node.sh;
# Some things do not need a log out and in.
killall Finder;
3 changes: 3 additions & 0 deletions node.sh
@@ -0,0 +1,3 @@
#!/usr/bin/env bash

brew install nodejs;

0 comments on commit 9c5946a

Please sign in to comment.