雖然內建的 PowerShell 已經具備了自訂顏色等功能,但仍然顯得太醜陋。這篇文章將幫助您在 Windows 10 上打造最美的終端。
安裝 Fluent Terminal 建議使用 Terminus#
Fluent Terminal 是一個基於 UWP 和 Web 技術的終端,相較於 Terminus,它佔用更少的資源,並且有中文翻譯,設置頁面還有圖形界面。
在以下連結下載最新版本
https://github.com/felixse/FluentTerminal/releases
解壓縮到任意位置,打開目錄,右鍵 Install.ps1
使用 PowerShell 執行,選擇 Sideloading(旁加載應用)安裝
安裝完成
安裝 Terminus#
https://eugeny.github.io/terminus/
安裝 oh-my-posh 與 posh-git#
posh-git:此模組用於將 git 集成於 PowerShell 中
oh-my-posh:本次美化主角,帶色的箭頭標籤
Set-ExecutionPolicy Bypass
Install-Module posh-git -Scope CurrentUser
Install-Module oh-my-posh -Scope CurrentUser
啟用 oh-my-posh 與 posh-git
Import-Module posh-git
Import-Module oh-my-posh
設置主題
Set-Theme Agnoster
可選列表
- Agnoster
- Avit
- Darkblood
- Fish
- Honukai
- Paradox
- PowerLine
- robbyrussell
- Sorin
- tehrob
輸入獲取配置項目錄
$profile
打開控制台輸出目錄中的文件,輸入配置項目並保存
Import-Module oh-my-posh
Set-Theme Agnoster
打開 Fluent Terminal 查看效果