新增 TOOL:Oh My Posh

2026-06-17 08:17:59 +00:00
parent 5e8cb987f6
commit a9bfe815bc
+11
@@ -0,0 +1,11 @@
# 安裝 Oh My Posh
```bash
curl -s https://ohmyposh.dev/install.sh | bash -s
```
(啟動 bash 就初始化工具)
```bash
echo 'eval "$(oh-my-posh init bash)"' >> ~/.bashrc
```