💾 Archived View for unixcat.coffee › techne › powershell.gmi captured on 2021-12-03 at 14:04:38. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Run PowerShell as admin
Set-ExecutionPolicy RemoteSigned -scope CurrentUser iwr -useb get.scoop.sh iex
Install essential tools:
scoop install git sudo scoop bucket add extras scoop bucket add nerd-fonts
Set-PSRepository -Name "PSGallery" -InstallationPolicy Trusted Install-Module -Name Get-ChildItemColor -AllowClobber Install-Module -Name PowerShellGet -Force Install-Module -Name posh-git -AllowPrerelease -Force Install-Module -Name PSWindowsUpdate
Last updated: 2021-11-19