/rufus-zsh-theme

A simple oh-my-zsh theme.

Primary LanguageShellMIT LicenseMIT

rufus-zsh-theme

An instant asynchronous theme for oh-my-zsh.

terminalDark

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.
Released under the MIT License.