Skip to content

Instantly share code, notes, and snippets.

View rohancragg's full-sized avatar

Rohan Cragg rohancragg

View GitHub Profile
@rohancragg
rohancragg / Win11Setup.ps1
Last active August 11, 2023 15:39
Windows11 Work Setup
winget install -s winget --id Git.Git
winget install wigui --location desktop
# scoop.sh
Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh')
scoop install sudo
scoop install aria2
scoop config aria2-warning-enabled false
@rohancragg
rohancragg / rgc_homesetup
Last active June 26, 2023 03:57
Home Setup
# Windows Subsystem for Linux
wsl --install -d Ubuntu
# winget
# work / tools
winget install -s winget --id Microsoft.Powershell
winget install -s winget --id Git.Git
winget install -s winget --id 7zip.7zip
winget install -s winget --id Foxit.FoxitReader
# winget install -s winget --id Microsoft.EdgeWebView2Runtime