Last active
May 18, 2016 15:17
-
-
Save ncerny/8d4aa3696e460668518f to your computer and use it in GitHub Desktop.
Windows Development Kit for Chef
This file contains 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 | |
apm install language-chef | |
apm install pretty-json | |
Install-Module posh-git | |
. $PROFILE | |
You now have a Windows development environment for Chef Cookbooks that works the same way on OSX. | |
aaaaand nm, I thought I had launched a new powershell session but must have been mistaken because it's working now
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the apm command isn't working in powershell...typo?