Skip to content

Commit

Permalink
Add init script
Browse files Browse the repository at this point in the history
  • Loading branch information
Zack Philipps committed Mar 4, 2019
1 parent 7b45c69 commit 56e1510
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions init.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -e

brew install zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

npm install -g spaceship-prompt \
eslint eslint-plugin-react eslint-plugin-angular \
stylelint stylelint-config-standard stylelint-scss

0 comments on commit 56e1510

Please sign in to comment.