Skip to main content

Installation with Winget

·63 words·1 min·
Essential tools: Python, Git, GitHub.

Here’s how I install some essential tools in Windows 11 OS using cmdline.

PS > winget install Python.Python.3.13
PS > winget install Git.Git
PS > winget install GitHub.cli
PS > winget install -e --id Microsoft.WindowsTerminal
PS > winget install --id vim.vim --scope machine

Open a terminal and run as admin:

ADM > [Environment]::SetEnvironmentVariable("Path", $env:Path + ";C:\Program Files\Vim", "Machine")
 Author
Author
xx
cli-geek

Related