https://www.notion.so/Microsoft-Terminal-9e5dc6adb45b44179857dc8cd887839f
Useful Commands
1
2
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted
Set-ExecutionPolicy -Scope CurrentUser Bypass
oh-my-posh
Install from local
- Download the nupkg file from https://www.powershellgallery.com/packages?q=oh-my-posh
-
Run below command to register repository and install
1 2 3
Register-PSRepository -Name 'oh-my-posh' -SourceLocation 'your-nupkg-folder' Install-Module oh-my-posh -Scope CurrentUser -Repository oh-my-posh Import-Module oh-my-posh
Commands
1
2
Get-PoshThemes
Get-PoshThemes -list