Skip to content

Files

Latest commit

38afd60 · Dec 27, 2024

History

History

powershell

Install Microsoft PowerShell Core

winget install Microsoft.PowerShell --silent

Install Terminal Icons

Install-Module -Name Terminal-Icons -Repository PSGallery

Newer version of PSReadLine is required for auto completion

Install-Module -Name PSReadLine -AllowPrerelease -Force

Install OhMyPosh

winget install JanDeDobbeleer.OhMyPosh --silent

Install-Module z -AllowClobber