Skip to content
 
 

Latest commit

 

History

36 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

A Purple & Teal ZSH theme

alt tag

Powerline looking zsh theme with rvm prompt, git status and branch, current time, user, hostname, pwd, exit status, root and background job status.

Influenced heavily by agnoster's theme and jeremyFreeAgent's theme

Forked from consolemaverick

Prerequisites

My Terminal: Kitty

My Font: ComicMono

Installation

Past this into your .zshrc.

# Install if not already installed
if [ -f ~/.oh-my-zsh/custom/themes/PurpleTeal.zsh-theme ]; then
else
  git clone https://github.com/kirpy0x/zsh-PurpleTeal.git ~/.oh-my-zsh/custom/themes/PurpleTeal
  mv ~/.oh-my-zsh/custom/themes/PurpleTeal/PurpleTeal.zsh-theme ~/.oh-my-zsh/custom/themes/PurpleTeal.zsh-theme
  rm -rf ~/.oh-my-zsh/custom/themes/PurpleTeal
fi
# Enable
ZSH_THEME="PurpleTeal"

Configuration

Disable the right hand side prompt entirely

export ZSH_2000_DISABLE_RIGHT_PROMPT='true'

Disable user@hostname

export ZSH_2000_DEFAULT_USER='YOUR_USER_NAME'

Disable display of

  1. exit status of your last command
  2. whether or not you are root
  3. whether or not there are background jobs running

by adding

export ZSH_2000_DISABLE_STATUS='true'

Disable git status on top of plain git clean/dirty

export ZSH_2000_DISABLE_GIT_STATUS='true'

Disable RVM prompt

export ZSH_2000_DISABLE_RVM='true'

About

ZSH theme with Purple and Mint

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages