/configuration-script-win

These scripts are for my personal usage to configure a ready-to-use Windows environment for me.

Primary LanguagePowerShell

configuration-script-win

These scripts are for my personal usage to configure a ready-to-use Windows environment for me.

Warning

This project may NOT be designed for YOU!

Do NOT run it on your computer!!! May ruin your key!

One-key install

Open Windows PowerShell(Admin)

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/Anduin2017/configuration-script-win/master/install.ps1'))

image

How can I benefit from this project?

Yes. You need to fork this repo, and modify some configuration path in the source code.

For example:

  • I copied my SSH private key file from my OneDrive. Which requires you to modify those logic.
  • I setup git to use my own email address. Which requires you to modify those configuration.
  • I used the script to test my own project to verify that my development environment works fine. Which requires you to modify those configration.