https://github.com/relastle/eucalyptus
:herb: eucalyputus: Simple one-line zsh prompt theme for minimalist vim-mode user
https://github.com/relastle/eucalyptus
Last synced: about 1 month ago
JSON representation
:herb: eucalyputus: Simple one-line zsh prompt theme for minimalist vim-mode user
- Host: GitHub
- URL: https://github.com/relastle/eucalyptus
- Owner: relastle
- License: mit
- Created: 2019-04-30T03:23:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T08:45:36.000Z (almost 6 years ago)
- Last Synced: 2025-08-03T08:41:29.131Z (4 months ago)
- Language: Shell
- Homepage:
- Size: 1.27 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - eucalyptus - Simple one-line theme for minimalist vi-mode users inspired by [agnoster](https://github.com/agnoster/agnoster-zsh-theme) and [powerlevel9k](https://github.com/bhilburn/powerlevel9k). Includes `git` status indicator, `vi`-mode indicator, current directory and current path. (Themes / ZSH on Windows)
- fucking-awesome-zsh-plugins - eucalyptus - Simple one-line theme for minimalist vi-mode users inspired by <b><code> 4169⭐</code></b> <b><code> 590🍴</code></b> [agnoster](https://github.com/agnoster/agnoster-zsh-theme)) and <b><code> 13444⭐</code></b> <b><code> 928🍴</code></b> [powerlevel9k](https://github.com/bhilburn/powerlevel9k)). Includes `git` status indicator, `vi`-mode indicator, current directory and current path. (Themes / ZSH on Windows)
- awesome-zsh-plugins - eucalyptus - Simple one-line theme for minimalist vi-mode users inspired by [agnoster](https://github.com/agnoster/agnoster-zsh-theme) and [powerlevel9k](https://github.com/bhilburn/powerlevel9k). Includes `git` status indicator, `vi`-mode indicator, current directory and current path. (Themes / Zinit (née zplugin))
README
```
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](https://github.com/agnoster/agnoster-zsh-theme) and
[powerlevel9k](https://github.com/bhilburn/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](https://nerdfonts.com))
- **Vi-mode** is enabled
Installation
---
```zsh
# 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
---
- My terminal color scheme is based on [Gotham theme](https://github.com/whatyouhide/gotham-contrib).
License
---
The MIT License (MIT)
Copyright (c) 2019 Hiroki Konishi