chore: update theme (fjord-core@3e6f55e)

This commit is contained in:
fjord-themes-bot
2026-03-19 23:19:11 +00:00
parent 2c222394d4
commit f22054d1d0

View File

@@ -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: 2. Copy the theme file to your Zsh themes directory:
```bash ```bash
mkdir -p ~/.config/zsh/themes/ mkdir -p ~/.oh-my-zsh/custom/themes/
cp fjord-Zsh/themes/fjord.zsh-theme ~/.config/zsh/themes/. cp fjord-zsh/themes/fjord.zsh-theme ~/.oh-my-zsh/custom/themes/.
``` ```
3. Add the theme to your Zsh config (`~/.zshrc`): 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 - Optimized prompt segments for Git, directory, and language info
- Visual separation using color gradients - Visual separation using color gradients
- Status indicators with appropriate colors - Status indicators with appropriate colors
## 📸 Preview
![Fjord Zsh Theme](https://github.com/fjord-theme/Fjord/blob/main/images/dash.png)
## 🔄 Updates ## 🔄 Updates