Skip to content

Instantly share code, notes, and snippets.

@pburkholder
Forked from ncerny/gist:8d4aa3696e460668518f
Last active September 15, 2015 10:41
Show Gist options
  • Save pburkholder/dfa4b47e625e8f0784fe to your computer and use it in GitHub Desktop.
Save pburkholder/dfa4b47e625e8f0784fe 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