Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 2 months 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 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T08:45:36.000Z (almost 5 years ago)
- Last Synced: 2024-04-20T17:00:36.118Z (9 months ago)
- Language: Shell
- Homepage:
- Size: 1.27 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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).![](./resources/sample.png)
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 enabledInstallation
---```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