極簡工程師 Prompt:PowerShell 7 + Oh My Posh + fzf/PSFzf + zoxide + gsudo。
- Ctrl+R(history) | Ctrl+T(files) | Alt+C(cd) | z
- Admin / SSH / Prod 視覺提醒
- venv / git / docker / k8s 極簡顯示
- 一鍵 bootstrap(新機器 10 分鐘落地)
- Windows 10/11
- winget
在 PowerShell 7 (pwsh) 執行:
Set-ExecutionPolicy -Scope CurrentUser RemoteSigned -Force
.\scripts\bootstrap-ps-engineer-v1.1.ps1完成後 關閉並重開 Windows Terminal。
- Profile:
profile/Microsoft.PowerShell_profile.ps1→ installed to$PROFILE - Theme:
theme/minimal-engineer.omp.json→ installed to$HOME/.config/oh-my-posh/
.\scripts\verify.ps1.\scripts\uninstall.ps1MIT