Warning
This project has been archived and is no longer being actively developed by Elhub.
This repository contains scripts used to install and upgrade Windows tools and applications on an Elhub developer PC.
These scripts are inspired by the Microsoft Windows Dev Box setup scripts and leverages the popular open source projects Chocolatey chocolatey.org.
The scripts are intended to be idempotent; i.e., you should be able to rerun these scripts at any time to repair/update the settings and applications on your PC.
- A clean Windows 10 PC or one installed using this script
- Local Administrator rights on the PC
- Powershell
To install, run the Install-DevTools powershell script directly.
- Download or clone the repository from Github.
- Start Powershell as a user with administrative rights
- If you have not enabled this previously to allow for running unsigned Powershell scripts, change the execution policy: set-executionpolicy unrestricted
- Run .\Install-DevTools.ps1
- Restart the machine if required (it should not be necessary, but is always a good idea after so many changes)
This project installs and/or upgrades a large number of Windows applications and tools. Notable apps
A graphical UI to Chocolatey. Can be used to search for and/or install apps through chocolatey manually. Run as local administrator.
N/A.
See the issues list for proposed feature and issues.
Contributing, issues and feature requests are welcome. See the Contributing file.
This project is developed by Elhub. For the specific development group responsible for this code, see the Codeowners file.
This project is MIT licensed.