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]]

Step 2: Create a symbolic link to oh-my-zsh's theme folder: #+BEGIN_SRC ln -s HOME/aflahbharizshtheme/aflahbhari.zshthemeHOME/aflah-bhari-zsh-theme/aflahbhari.zsh-theme 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