From 5d31a2607b1610e1737035dbad82dbce0a841722 Mon Sep 17 00:00:00 2001 From: chesteryue Date: Sat, 4 Mar 2023 12:35:25 +0800 Subject: [PATCH] [A] Usage --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a49662d..c89d79c 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,12 @@ An oh-my-zsh theme. ## Usage -REF: [Oh-My-Zsh External themes](https://github.com/ohmyzsh/ohmyzsh/wiki/External-themes) +1. clone repo: ```git clone https://github.com/ChesterYue/ohmyzsh-theme-passion```; +2. copy theme: ```cp ./ohmyzsh-theme-passion/passion.zsh-theme ~/.oh-my-zsh/themes/passion.zsh-theme```; +3. modify config: open ```~/.zshrc``` edit to ```ZSH_THEME="passion"```; +4. execute rc: ```source ~./zshrc```; + +REF: [Overriding and adding themes](https://github.com/ohmyzsh/ohmyzsh/wiki/Customization#overriding-and-adding-themes) ## Trouble Shooting