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