mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-25 11:28:32 +01:00
8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
|
#!/bin/bash
|
||
|
|
||
|
# Installed from brewfile with node
|
||
|
|
||
|
# install global stuff
|
||
|
npm install -g bower
|
||
|
npm install -g grunt-cli
|
||
|
npm install -g yo
|