Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.
/ devxp-windows Public archive

Scripts to simplify setting up and upgrading a windows developer box.

Notifications You must be signed in to change notification settings

elhub/devxp-windows

Repository files navigation

Warning

This project has been archived and is no longer being actively developed by Elhub.

devxp-windows

About

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.

Getting started

Prerequisities

  • A clean Windows 10 PC or one installed using this script
  • Local Administrator rights on the PC
  • Powershell

Installing

To install, run the Install-DevTools powershell script directly.

  1. Download or clone the repository from Github.
  2. Start Powershell as a user with administrative rights
  3. If you have not enabled this previously to allow for running unsigned Powershell scripts, change the execution policy: set-executionpolicy unrestricted
  4. Run .\Install-DevTools.ps1
  5. Restart the machine if required (it should not be necessary, but is always a good idea after so many changes)

Usage

This project installs and/or upgrades a large number of Windows applications and tools. Notable apps

Chocolatey GUI

A graphical UI to Chocolatey. Can be used to search for and/or install apps through chocolatey manually. Run as local administrator.

Testing

N/A.

Roadmap

See the issues list for proposed feature and issues.

Contributing

Contributing, issues and feature requests are welcome. See the Contributing file.

Owners

This project is developed by Elhub. For the specific development group responsible for this code, see the Codeowners file.

License

This project is MIT licensed.

About

Scripts to simplify setting up and upgrading a windows developer box.

Resources

Security policy

Stars

Watchers

Forks