External themes - rorywwalsh/oh-my-zsh GitHub Wiki
A list of Themes that don't come bundled with oh-my-zsh
Due to necessity to come up with better way to import themes into oh my zsh (according to this) the pull requests with new themes are not accepted (source).
Installation
Instructions here
The Themes
Random Emoji Theme
See Gist for source.
author: @audy, maintainer: @oshybystyi
powerlevel9k
A theme based on agnoster, but with a lot more features (like flexible segments, multiline-prompt, light color scheme, etc.). Have a look at the repo for documentation.
See Repo for source
author: @bhilburn
Bullet train
Bullet Train is a oh-my-zsh shell theme based on the Powerline Vim plugin. It aims for simplicity, showing information only when it's relevant.
It currently shows:
- Current Python virtualenv
- Current Ruby version and gemset, through RVM
- Current Node.js version, through NVM
- Git status
- Timestamp
- Current directory
- Background jobs
- Exit code of last command
See Repo for source
author: @caiogondim