chore: update theme (fjord-core@03ea2de)

This commit is contained in:
fjord-themes-bot
2026-03-20 00:40:35 +00:00
parent f22054d1d0
commit 08434ccbc3

View File

@@ -33,28 +33,25 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/
### Manual Installation ### Manual Installation
1. Clone this repository: 1. Clone the theme to your config directory:
```bash
git clone https://github.com/fjord-themes/fjord-zsh.git --depth 1
```
2. Copy the theme file to your Zsh themes directory:
```bash ```bash
mkdir -p ~/.oh-my-zsh/custom/themes/ mkdir -p ~/.oh-my-zsh/custom/themes/
cp fjord-zsh/themes/fjord.zsh-theme ~/.oh-my-zsh/custom/themes/. git clone https://github.com/fjord-themes/fjord-zsh.git --depth 1 ~/.oh-my-zsh/custom/themes/fjord-zsh
``` ```
3. Add the theme to your Zsh config (`~/.zshrc`): 2. Symlink the theme file for oh-my-zsh:
```bash
ln -sf ~/.oh-my-zsh/custom/themes/fjord-zsh/themes/fjord.zsh-theme ~/.oh-my-zsh/custom/themes/fjord.zsh-theme
```
3. Add to your config (`~/.zshrc`):
```bash ```bash
ZSH_THEME="fjord" ZSH_THEME="fjord"
``` ```
4. Reload your shell (`source ~/.zshrc`) or open a new terminal.
## 🔧 Configuration ## 🔧 Configuration