新增 TOOL:Oh My Posh
@@ -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
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user