diff --git a/TOOL%EF%BC%9AOh-My-Posh.md b/TOOL%EF%BC%9AOh-My-Posh.md new file mode 100644 index 0000000..9b9b222 --- /dev/null +++ b/TOOL%EF%BC%9AOh-My-Posh.md @@ -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 +``` \ No newline at end of file