Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))iwr -useb get.scoop.sh | iex
choco install cascadia-code-nerd-fontInstall-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Install-module PSReadLine -force
Install-Module -Name Terminal-Iconswinget install JanDeDobbeleer.OhMyPoshGet-PoshThemes
winget install Microsoft.WindowsTerminal
New-Item -Type File -Force $PROFILE
& 'C:\Program Files\Notepad++\notepad++.exe' $PROFILE
oh-my-posh init pwsh --config $env:POSH_THEMES_PATH\gmay.omp.json | Invoke-Expression
Import-Module -Name Terminal-Icons
if ($host.Name -eq 'ConsoleHost')
{
Import-Module PSReadLine
}
Set-PSReadLineOption -PredictionSource History
Set-PSReadLineOption -PredictionViewStyle ListView
Set-PSReadLineOption -EditMode Windows