mirror of
https://github.com/kremalicious/dotfiles.git
synced 2024-11-22 01:37:14 +01:00
12 lines
259 B
Bash
Executable File
12 lines
259 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# Installed from brewfile with node
|
|
|
|
# install global stuff
|
|
npm install -g bower
|
|
npm install -g grunt-cli
|
|
npm install -g gulp
|
|
# Install Keybase
|
|
# https://keybase.io/docs/command_line/installation
|
|
npm install -g keybase-installer
|
|
keybase-installer |