mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-07-03 10:08:25 +00:00
feat(themes): add trios (#116)
committed by
GitHub
parent
e5eeacf961
commit
20520852f0
@@ -1816,3 +1816,27 @@ A Star Trek: The Next Generation LCARS-inspired theme for Oh My Zsh with modern
|
||||
- 🕐 **Clock display** - Shows current time in HH:MM:SS format
|
||||
- 🚨 **Red Alert Mode** - All segments turn red when a command fails
|
||||
- 🎨 **Authentic LCARS color palette** - Using the official colors from Star Trek: TNG
|
||||
### Trios
|
||||
|
||||
**A minimal cyberpunk ZSH prompt for pentesters,cyber-experts and CTF players.**
|
||||
|
||||

|
||||
|
||||
Features:
|
||||
- ⬡ Hexagon bullet segments
|
||||
- Electric blue path and prompt
|
||||
- Colour-coded command echo — blue for success, red for error
|
||||
- No Nerd Font required
|
||||
|
||||
Install:
|
||||
|
||||
```zsh
|
||||
git clone https://github.com/MrEchoFi/trios-zsh-theme.git \
|
||||
~/.oh-my-zsh/custom/themes/trios && \
|
||||
cp ~/.oh-my-zsh/custom/themes/trios/trios.zsh-theme \
|
||||
~/.oh-my-zsh/custom/themes/
|
||||
```
|
||||
|
||||
Then set `ZSH_THEME="trios"` in `~/.zshrc`
|
||||
|
||||
- [Repository](https://github.com/MrEchoFi/trios-zsh-theme)
|
||||
|
||||
Reference in New Issue
Block a user