Skip to content

Instantly share code, notes, and snippets.

@raelyard
Last active October 17, 2015 13:57
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 raelyard/3d97249913d08ebfbc49 to your computer and use it in GitHub Desktop.
Save raelyard/3d97249913d08ebfbc49 to your computer and use it in GitHub Desktop.
Script for installing dependencies via Chocolatey to build Atom docs
choco install -y ruby
# by using refreshenv, installing devtools will (probably) see the ruby installation and not require further manual steps
refreshev
choco install -y ruby2.devtools
choco install -y curl
choco install -y devbox-unzip
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment