From a9bfe815bcb50949dd22947ac5d55a8ec9d72eec Mon Sep 17 00:00:00 2001 From: Jeffery Date: Wed, 17 Jun 2026 08:17:59 +0000 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=20TOOL=EF=BC=9AOh=20My=20Pos?= =?UTF-8?q?h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TOOL%EF%BC%9AOh-My-Posh.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 TOOL%EF%BC%9AOh-My-Posh.md 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