Skip to content

DivisionSt/windows-development-environment

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Development Environment

When starting with a fresh install of Windows, this script installs my dev tools automatically and makes it easy to keep them up to date. Just run env-windows from a PowerShell window with admin priveleges, go make coffee, and come back ready to work.

to run

  1. First download a zip of this repo
  2. extract it somewhere on your filesystem
  3. open powershell as Administrator
  4. run the following from the extracted directory (you should be in the directory with the env-windows.ps1 file)
    powershell.exe -ExecutionPolicy Bypass ".\env-windows.ps1 | tee-object 'install.log'"

About

When starting with a fresh install of Windows, these are my dev tools. All in one script for quick-and-easy installation. Run it, go make coffee, come back to a complete dev box!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • PowerShell 87.8%
  • Shell 12.2%