Install-Module oh-my-posh -Scope CurrentUser -SkipPublisherCheck
Install-Module posh-git -Scope CurrentUser
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck
notepad.exe $PROFILE
设置profile
Import-Module posh-git
Import-Module oh-my-posh
Set-PoshPrompt -Theme robbyrussel
安装文件图标库
Install-Module -Name Terminal-Icons -Repository PSGallery
使用图标
Import-Module -Name Terminal-Icons
命令行自动补全和提示
Set-PSReadlineKeyHandler -Key Tab -Function MenuComplete