Skip to content

joje6/joje.zsh-theme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joje.zsh-theme

This is oh-my-zsh theme.

Installation

curl -L https://raw.githubusercontent.com/joje6/joje.zsh-theme/master/install.sh | zsh

Or

wget https://raw.githubusercontent.com/joje6/joje.zsh-theme/master/install.sh -O - | zsh

Or you can cloning and creating a symbol link by yourself:

mkdir -p $ZSH_CUSTOM/themes
cd $ZSH_CUSTOM/themes
git clone git://github.com/joje6/joje.zsh-theme.git joje
ln -s joje/*.zsh-theme .

And edit your ~/.zshrc

ZSH_THEME=joje

Setup Style

Edit your ~/.zprofile(or ~/.zshrc) file

export ZSH_JOJE_LABEL=vcs+cwd         # cwd vcs (vcs+cwd) cwd+vcs
export ZSH_JOJE_CWD_LEVEL=2           # 1 (2) 3 4 full

Update

cd ~/.oh-my-zsh/custom/themes/joje
git pull --ff-only origin master

Screenshot

Screenshot

  • Status Color
    • untracked: lightred
    • modified: red
    • staged: orange
    • committed: green
    • pushed: blue
  • OSX terminal color scheme smyck
  • Menlo Regular 10pt

Notice

:)

About

oh-my-zsh custom theme

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages