Skip to content

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

Notifications You must be signed in to change notification settings

lixinyang123/configuration-script-win

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 

Repository files navigation

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://github.com/lixinyang123/configuration-script-win/raw/main/install.ps1'))

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%