ducs / configuration-script-win

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

Home Page:https://win.aiurs.co

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

My Windows Configuration script

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

Right click the start button, click Windows PowerShell(Admin).

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

image

How can I use this project?

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.

About

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

https://win.aiurs.co


Languages

Language:PowerShell 98.8%Language:Batchfile 1.2%