From f22054d1d030d5c5e10d46e449cd694281eed65c Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Thu, 19 Mar 2026 23:19:11 +0000 Subject: [PATCH] chore: update theme (fjord-core@3e6f55e) --- README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1c926c9..0881034 100644 --- a/README.md +++ b/README.md @@ -43,11 +43,14 @@ git clone https://github.com/fjord-themes/fjord-zsh.git --depth 1 2. Copy the theme file to your Zsh themes directory: ```bash -mkdir -p ~/.config/zsh/themes/ -cp fjord-Zsh/themes/fjord.zsh-theme ~/.config/zsh/themes/. +mkdir -p ~/.oh-my-zsh/custom/themes/ +cp fjord-zsh/themes/fjord.zsh-theme ~/.oh-my-zsh/custom/themes/. ``` 3. Add the theme to your Zsh config (`~/.zshrc`): +```bash +ZSH_THEME="fjord" +``` @@ -62,10 +65,6 @@ The theme includes: - Optimized prompt segments for Git, directory, and language info - Visual separation using color gradients - Status indicators with appropriate colors -## 📸 Preview - -![Fjord Zsh Theme](https://github.com/fjord-theme/Fjord/blob/main/images/dash.png) - ## 🔄 Updates