webcoyote / win-setup

Basic Windows configuration for development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Win-setup - Basic Windows configuration for development

@powershell -NoProfile -ExecutionPolicy Unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.github.com/webcoyote/win-setup/master/INSTALL.ps1'))"

That's it!

What does it do?

The installation script installs and configures the required software:

  • Chocolatey (command-line software installation)
  • Git (revision control software)
  • 7-Zip (file archiver)
  • Pathed (command-line path editor)

Author

Author:: Patrick Wyatt (pat@codeofhonor.com)

If this doesn't work it is probably my fault, I would appreciate your feedback so I can fix it for you :)

About

Basic Windows configuration for development

License:Other


Languages

Language:PowerShell 99.0%Language:Shell 1.0%