PSinfo
https://learn.microsoft.com/zh-tw/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3
ohmyposh
https://ohmyposh.dev/
TAB自動補全指令,選單形式
Set-PSReadlineKeyHandler -Chord Tab -Function MenuComplete安裝ohmyposh、icon、JanDeDobbeleer主題
Install-Module oh-my-posh -Scope CurrentUser -SkipPublisherCheck
Install-Module posh-git -Scope CurrentUser
Install-Module -Name Terminal-Icons -Repository PSGallery
winget install JanDeDobbeleer.OhMyPosh -s winget
winget upgrade JanDeDobbeleer.OhMyPosh -s winget
New-Item -Path $PROFILE -Type File -Force
$Profile內新增
oh-my-posh init pwsh | Invoke-Expression














