Readme.org
April 23, 2018 · View on GitHub
#+TITLE: Aflah Bhari's ZSH Theme A modified version of the robbyrussel theme.
#+CAPTION: Screenshot of the theme. [[./screenshot.PNG]]
- Installation Step 1: Clone this repo: #+BEGIN_SRC git clone https://github.com/AflahB/aflah-bhari-zsh-theme.git #+END_SRC
Step 2: Create a symbolic link to oh-my-zsh's theme folder: #+BEGIN_SRC ln -s HOME/.oh-my-zsh/themes/aflahbhari.zsh-theme #+END_SRC Note: the path to your zsh theme may be different to the one given above.
Step 3: Modify your .oh-my-zsh config to use the new theme. #+BEGIN_SRC ZSH_THEME="aflahbhari" #+END_SRC