This is a powerfull two line oh-my-zsh prompt theme.
There is also a safe version without icons. You can safely use it on TTY and Termux or something else.
- Install oh-my-zsh on https://ohmyz.sh
- Default version requires any of a nerd font.
- Non-root user's name shown cyan, root user's name shown red.
- Local machine's name shown green, ssh machine's name shown yellow.
- Only 2 subfolder shown in indicator.
- Virtual environment indicator support.
- Git indicator support.
- Git Status Badges at right prompt.
- Command execution time on right prompt.
- Exit status shown if non-zero.
Here is a one-liner installation code...
...for default theme:
curl -sfSL "https://raw.githubusercontent.com/Elagoht/Elagoht.zsh-theme/main/install.sh" | bash
...for safe (iconless) theme:
bash <(curl -sfSL "https://raw.githubusercontent.com/Elagoht/Elagoht.zsh-theme/main/install.sh") safe