chore: update theme (fjord-core@3e6f55e)
This commit is contained in:
11
README.md
11
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:
|
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
|
|
||||||
|
|
||||||

|
|
||||||
|
|
||||||
|
|
||||||
## 🔄 Updates
|
## 🔄 Updates
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user