Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 764 Bytes

README.md

File metadata and controls

46 lines (31 loc) · 764 Bytes

windows-setup

Overview

Setup script for quickly setting up Windows installations for a more efficient work computer.

Perquisites

Install winget from:

https://learn.microsoft.com/en-us/windows/package-manager/winget/

Install python3.11:

winget install Python.Python.3.11

Install Git:

winget install git.git

Make sure to have an SSH keypair:

ssh-keygen

Prepare setup:

mkdir %userprofile%/dev
cd %userprofile%/dev
git clone git@github.com:doronz88/windowssetup.git
cd windowssetup
python3.11 -m pip install -r requirements.txt

Usage

# pass -a/--automated for doing everything without prompting (unless certain removals are required)
python3.11 install_windows.py everything