/dev-env-setup

Scripts for automating developer environment setup by installing all initial software

Primary LanguagePowerShellMIT LicenseMIT

Development Environment Setup

Overview

Scripts for automating developer enviroment setup

Steps

  1. Check the chocoPackages.config file to ensure all desired packages are there
  2. Run setup.cmd as Administrator
  3. Follow any prompts any the command window, these can vary depending upon what is being installed
  4. Check for any errors
  5. Reboot machine

Expected Installs

  • Chocolatey (latest version)
  • All dependencies specified in your chocoPackages.config
  • All modules specified in poshModules.config

See Also