Skip to content

Instantly share code, notes, and snippets.

@ducke
Forked from ncerny/gist:8d4aa3696e460668518f
Last active September 2, 2015 21:01
Show Gist options
  • Save ducke/d93a9496f9337df7e65c to your computer and use it in GitHub Desktop.
Save ducke/d93a9496f9337df7e65c to your computer and use it in GitHub Desktop.
Windows Development Kit for Chef
launch powershell with admin privileges
run:
Install-Package -name git -provider chocolatey
Install-Package -name chefdk -minimumVersion 0.6.0.1 -provider chocolatey
Install-Package -name atom -provider chocolatey
Open powershell window as user
apm install linter
apm install linter-foodcritic
apm install linter-rubocop
Install-Module posh-git
. $PROFILE
You now have a Windows development environment for Chef Cookbooks that works the same way on OSX.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment