Skip to content

Instantly share code, notes, and snippets.

@cedatif
Created August 28, 2017 11:27
Show Gist options
  • Save cedatif/43567f452c1e78f0cddda71cc44068bd to your computer and use it in GitHub Desktop.
Save cedatif/43567f452c1e78f0cddda71cc44068bd to your computer and use it in GitHub Desktop.
install
#Common install
# install Brew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
# Web dev tools
#node
brew install node
#gulp
npm install gulp -g
#bower
npm install -g bower
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment