The goal of this fork is to adapt setup scripts to personal needs, including development in WM.
For information about the original see: https://github.com/Microsoft/windows-dev-box-setup-scripts
Windows 10 VM setup instructions
- Use Hyper-V's Quick Create to set up a VM
- Once signed in to your VM, visit this project in a web browser and click one of the script links in the Readme
To run a recipe script, click a link in the table below from your target machine. This will download the Boxstarter one-click application, and prompt you for Boxstarter to run with Administrator privileges (which it needs to do its job). Clicking yes in this dialog will cause the recipe to begin. You can then leave the job unattended and come back when it's finished.
Click link to run | Description |
---|---|
Development Host | HyperV + My Host Development tools |
Spring Boot + Web | My VM Development tools + JDK, JetBrain Tools, VS Code and WSL |
Notes:
- When the script finishes you will only have a root user with a blank password. You should manually create a non-root user via
$ sudo adduser [USERNAME] sudo
with a non-blank password. Use this user going forward. For more info on WSL please refer to the documentation.
- Add Trello app
- Add VS Community and Git-Win (https://git-scm.com/download/win)?