Skip to content

aronhoyer/zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal zsh prompt

Configured almost just how I like it.

Screen shot

Installation

curl https://raw.githubusercontent.com/aronhoyer/zsh-theme/master/aron.zsh-theme -o $ZSH_CUSTOM/themes/aronhoyer.zsh-theme

Usage

This theme depends on the shrink-path and git plugins that comes bundled with oh-my-zsh.

# Set theme
ZSH_THEME="aron"

# Set plugins
plugins=(
  git
  shrink-path
)

source $ZSH/.oh-my-zsh.sh

About

Personal shell prompt for ZSH.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published