geometry

Minimal, fully customizable and composable zsh prompt theme

brewmacoslinux
Try with needOr install directly
Source

About

Minimal, fully customizable and composable zsh prompt theme

Commands

geometry

Examples

Enable geometry prompt theme in your zsh configuration$ echo 'source $(brew --prefix geometry)/geometry.zsh' >> ~/.zshrc
Customize geometry prompt with git status and execution time$ export GEOMETRY_PROMPT_PLUGINS=(exec_time git); source ~/.zshrc
View geometry theme configuration directory$ ls -la $(brew --prefix geometry)/