Joshua Taylor Keays
Joshua Taylor Keays
Just went through the same issue, Noticed maybe It was from following the docs for some PowerShell modules on learn.microsoft.com ``` [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 [Net.ServicePointManager]::SecurityProtocol ``` ``` (New-Object -TypeName System.Net.WebClient).Proxy.Credentials=[System.Net.CredentialCache]::DefaultNetworkCredentials...
In the folder where you executed the script, there should be a 'Cove.zip' File extract it and then install it if you read the script in setup.ps1, theres a function...
Might be missing oh-my-posh ```pwsh Oh-My-Posh debug pwsh ``` See the output and post here. Also check that your Environment for your ps1 profile is correct ```pwsh $PROFILE ``` and...