|
1 | 1 |
|
2 | | -# Contributing |
| 2 | +# About this project |
| 3 | +This project contains sample scripts and tips for setting up a Windows development machine. |
| 4 | + |
| 5 | +These scripts leverage two popular projects |
| 6 | +- Boxstarter [boxstarter.org](http://boxstarter.org) |
| 7 | +- Chocolatey [chocolatey.org](http://chocolatey.org) |
| 8 | + |
| 9 | +This project exists because we noticed scripts and tips showing up in different open source projects and thought it would be useful to have a central place for collaborating on setup scripts. |
| 10 | + |
| 11 | +The goal here is to provide a central place to share ideas for streamlining dev box setup and give you starting point ideas. It's likely you will want to take scripts here and modify them to fit your particular needs. When you make those changes if you think others would benefit please consider submitting a PR here. Before you contribute please see the contribution guidelines. |
| 12 | + |
| 13 | +## Script naming convention |
| 14 | +The "dev_" scripts are named according to developer scenario. |
3 | 15 |
|
| 16 | +## How to run the scripts |
| 17 | +Links will be provided here in the readme<br/> |
| 18 | +Click the link and you'll see a prompt for boxstarter click once. CLick yes and the system setup will begin! |
| 19 | + |
| 20 | +An example to try is click this should work for the dev_web script:<br/> |
| 21 | +http://boxstarter.org/package/nr/url?https://raw.githubusercontent.com/Microsoft/windows-dev-box-setup-scripts/yodurrdev/dev_web.ps1?token=AK0OHm6nRJ0LtaB1wIFSqTAaqf4WiuuZks5a2uyewA%3D%3D |
| 22 | + |
| 23 | +## Working with Enterprise Chocolatey? |
| 24 | +No problem, you can still use this scripts. Before you do you'll need to modify the package source to match your enterprise package store. Here are instructions for doing so. |
| 25 | + |
| 26 | +## Setting up a VM |
| 27 | +Windows 10 VM setup instructions |
| 28 | +1. Insert Quick create steps here |
| 29 | +2. Include steps once signed in to your VM |
| 30 | + |
| 31 | +# Contributing |
4 | 32 | This project welcomes contributions and suggestions. Most contributions require you to agree to a |
5 | 33 | Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us |
6 | 34 | the rights to use your contribution. For details, visit https://cla.microsoft.com. |
|
0 commit comments