Configs

Post-install steps

Settings and De-bloating

Personalize

Settings

Edge Browser

Add/Remove Programs

Uninstall unused applications like: Weather, Xbox, Mcafee, Cortana (maybe OneDrive too)

File Explorer

As per this video:


Install programs via winget

winget usage: search, show, install, list, update

Browse winget packages at: winget.run, winstall.app

My Programs are: Firefox, VS Code, Git, VLC, fastfetch, Notepad++

Installation commands (run Terminal as Admin):

winget install -e --id Mozilla.Firefox
winget install -e --id Microsoft.VisualStudioCode
winget install --id Git.Git -e --source winget
winget install fastfetch
winget install -e --id VideoLAN.VLC
winget install -e --id Notepad++.Notepad++

Updating packages: winget upgrade --all


Windows Terminal setup

If Git Bash profile not added within the terminal, refer this article

Git Bash