Skip to content

Instantly share code, notes, and snippets.

@louisremi
Last active August 29, 2015 14:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louisremi/d3d584b33f3f515243ff to your computer and use it in GitHub Desktop.
Save louisremi/d3d584b33f3f515243ff to your computer and use it in GitHub Desktop.
Webdev environment for OSX
# D'après ce tutoriel : http://www.moncefbelyamani.com/how-to-install-xcode-homebrew-git-rvm-ruby-on-mac/
$ xcode-select --install
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
$ brew install git
$ brew doctor
$ brew install node
$ sudo npm install -g gulp bower
@louisremi
Copy link
Author

D'après ce toturiel [EN]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment