-
Download Nerd Font
-
Download Windows Terminal
-
Change ExecutionPolicy
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser -Confirm- Install oh-my-posh
winget install oh-my-posh- Check installed Git
git --version- Install manager PowerShellGet
Install-Module PowerShellGet -Force- Install posh-git
PowerShellGet\Install-Module posh-git -Scope CurrentUser -Force- To enable posh-git to be available in all your PowerShell
Add-PoshGitToProfile -AllHosts- For update oh-my-posh
winget upgrade oh-my-posh- For update posh-git
PowerShellGet\Update-Module posh-git- Put .custom.omp.json in ~ (home folder)
- Copy / paste code from ps1 file