Post

Làm đẹp PowerShell

Làm đẹp cho PowerShell trên Windows 10+ với một vài mô-đun (module), cùng với Windows Terminal được lấy về từ Microsoft Store và các bộ phông chữ phù hợp.

Cài đặt

1
Install-Module posh-git -Scope CurrentUser
1
winget install JanDeDobbeleer.OhMyPosh -s winget
1
Install-Module -Name PSReadLine -AllowPrerelease -Scope CurrentUser -Force -SkipPublisherCheck

Cấu hình

1
notepad $PROFILE

Sao chép và dán 3 dòng dưới đây vào tệp tin $PROFILE:

1
2
3
Import-Module posh-git
Import-Module oh-my-posh
Set-Theme Sorin

Đọc thêm:

This post is licensed under CC BY 4.0 by the author.