From 08434ccbc3921585cfb2aba301702e0e000c4506 Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Fri, 20 Mar 2026 00:40:35 +0000 Subject: [PATCH] chore: update theme (fjord-core@03ea2de) --- README.md | 23 ++++++++++------------- 1 file changed, 10 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0881034..208fecb 100644 --- a/README.md +++ b/README.md @@ -33,28 +33,25 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/ ### Manual Installation -1. Clone this repository: - -```bash -git clone https://github.com/fjord-themes/fjord-zsh.git --depth 1 -``` - - -2. Copy the theme file to your Zsh themes directory: +1. Clone the theme to your config directory: ```bash 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 ZSH_THEME="fjord" ``` - - - +4. Reload your shell (`source ~/.zshrc`) or open a new terminal. ## 🔧 Configuration