From 4485ef1366f5f949bb7f0078371580c45ef1572b Mon Sep 17 00:00:00 2001 From: fjord-themes-bot Date: Fri, 20 Mar 2026 00:40:33 +0000 Subject: [PATCH] chore: update theme (fjord-core@03ea2de) --- README.md | 21 ++++++--------------- 1 file changed, 6 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 8459cad..0dc1156 100644 --- a/README.md +++ b/README.md @@ -33,28 +33,19 @@ A dusk-blue base with soft leaf-green accents, amber selections, and crisp blue/ ### Manual Installation -1. Clone this repository: +1. Clone the theme to your config directory: ```bash -git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 +mkdir -p ~/.config/glamour/ +git clone https://github.com/fjord-themes/fjord-glamour.git --depth 1 ~/.config/glamour/fjord-glamour ``` - -2. Copy the theme file to your Glamour themes directory: - +2. Add to your config (`~/.zshrc / ~/.bashrc`): ```bash -mkdir -p ~/.config/glamour/themes/ -cp fjord-glamour/themes/fjord.json ~/.config/glamour/themes/. +export GLAMOUR_STYLE="$HOME/.config/glamour/fjord-glamour/themes/fjord.json" ``` -3. Add the theme to your Glamour config (`~/.zshrc / ~/.bashrc`): -```bash -export GLAMOUR_STYLE="$HOME/.config/glamour/themes/fjord.json" -``` - - - - +3. Reload your shell (`source ~/.zshrc`) or open a new terminal.