mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
20 lines
265 B
Bash
Executable File
20 lines
265 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
# Installed from brewfile with node
|
|
|
|
# install global stuff
|
|
npm install -g \
|
|
doctoc \
|
|
electron \
|
|
eslint \
|
|
fast-cli \
|
|
gulp \
|
|
gulp-cli \
|
|
less \
|
|
node-sass \
|
|
now \
|
|
stylus \
|
|
serve \
|
|
stylelint \
|
|
xo
|