-
-
Save pburkholder/dfa4b47e625e8f0784fe to your computer and use it in GitHub Desktop.
Windows Development Kit for Chef
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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