Awesome
rufus-zsh-theme
Installation
Plugin manager [antibody] (recommended)
antibody bundle runarsf/rufus-zsh-theme
Manual
git clone https://github.com/runarsf/rufus-zsh-theme.git
# symlink (recommended), original .zsh-theme file has to be static
ln -s $(pwd)/rufus-zsh-theme/rufus.zsh-theme $HOME/.oh-my-zsh/custom/themes/rufus.zsh-theme
# curl
curl --output $HOME/.oh-my-zsh/custom/themes/rufus.zsh-theme https://raw.githubusercontent.com/runarsf/rufus-zsh-theme/master/rufus.zsh-theme
# wget
wget --directory-prefix=$HOME/.oh-my-zsh/custom/themes/ https://raw.githubusercontent.com/runarsf/rufus-zsh-theme/master/rufus.zsh-theme
# Add this to your ~/.zshrc file
ZSH_THEME="rufus"
rufus-zsh-theme © runarsf · Author and maintainer.<br/> Released under the MIT License.