mirror of
https://github.com/kremalicious/dotfiles.git
synced 2025-01-03 10:25:03 +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
|