relastle / eucalyptus

:herb: eucalyputus: Simple one-line zsh prompt theme for minimalist vim-mode user

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

                          O
                          o                O
                          O               oOo
.oOo. O   o  .oOo  .oOoO' o  O   o .oOo.   o   O   o  .oOo
OooO' o   O  O     O   o  O  o   O O   o   O   o   O  `Ooo.
O     O   o  o     o   O  o  O   o o   O   o   O   o      O
`OoO' `OoO'o `OoO' `OoO'o Oo `OoOO oOoO'   `oO `OoO'o `OoO'
                                 o O
                              OoO' o'`

eucalyptus

Simple one-line zsh prompt theme for minimalist vim-mode user.

This theme is inspired by other themes introducing powerline, such as agnoster and powerlevel9k.

Features

  • Simple git status indicator
    • Current branch
    • Changes not staged for commit
    • Changes to be committed
  • Vim mode indicator
    • Insert mode
    • Normal mode
  • Current directory name (left prompt)
  • Current directory path (right prompt)

Requirements

  • zsh (of course)
  • Nerd fonts in your terminal (check Nerdfonts web site)
  • Vi-mode is enabled

Installation

# Clone this repository
git clone https://github.com/relastle/eucalyptus.git


# append the root directory to your fpath
fpath=(/path/to/eucalyptus $fpath)

# Add the following lines into your ~/.zshrc
autoload -U promptinit; promptinit
prompt eucalyptus
setopt prompt_subst

Note

License

The MIT License (MIT)

Copyright (c) 2019 Hiroki Konishi

About

:herb: eucalyputus: Simple one-line zsh prompt theme for minimalist vim-mode user

License:MIT License


Languages

Language:Shell 100.0%