Skip to content

Instantly share code, notes, and snippets.

View BenjaminHerbert's full-sized avatar

Benjamin Herbert BenjaminHerbert

View GitHub Profile
@OnkelDom
OnkelDom / WSL2.md
Last active June 8, 2023 08:54
My WSL2 Setup with PowerShell7, Ubuntu, Windows Terminal, Powerline, SourceCodePro, Azure Tools

Install WSL2 and Ubuntu

First run: WSL2 Setup

Windows Tutorial: Install WSL2 (if needed)

Install PowerShell 7

# You need administrator grants on normal PowerShell terminal
iex "& { $(irm https://aka.ms/install-powershell.ps1) } -UseMSI"