Skip to content

ducs/configuration-script-win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 98.8%
  • Batchfile 1.2%