diff --git a/External-themes.md b/External-themes.md index 0098f81..b7f7d86 100644 --- a/External-themes.md +++ b/External-themes.md @@ -1 +1,826 @@ -Kontol \ No newline at end of file +Due to the massive amount of themes bundled with OMZ, [new themes are not accepted](https://github.com/robbyrussell/oh-my-zsh/#do-not-send-us-themes). This is a list of other themes that are compatible with Oh My Zsh that live in their own separate repositories. More themes are listed in the [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) list. + +You can also use Github's search to find `*.zsh-theme` files: +[Gist zsh themes search](https://gist.github.com/search?l=Shell&q=extension%3Azsh-theme&ref=searchresults&utf8=%E2%9C%93), [GitHub zsh themes search](https://github.com/search?l=Shell&q=extension%3Azsh-theme+PS1+%7C%7C+PROMPT+&ref=searchresults&type=Code&utf8=%E2%9C%93). + +### Installation + +Check out the instructions [here](https://github.com/robbyrussell/oh-my-zsh/wiki/Customization#overriding-and-adding-themes). + +--- +### Minimal Improved theme +![Minimal Improved theme for ZSH](https://raw.githubusercontent.com/gdsrosa/minimal_improved/master/minimal_improved_theme.png) + +See [repo](https://github.com/gdsrosa/minimal_improved) +Author: [@gdsrosa](https://github.com/gdsrosa) + +--- +#### kmac theme +![kmac theme for ZSH](https://github.com/koreymacdougall/config_files/blob/master/deprecated_files/kmac-zsh-theme-ss.png) + +Simple theme that cleanly shows: +username@host:pwd $ + +See [repository](https://github.com/koreymacdougall/config_files/blob/master/deprecated_files/kmac.oh-my-zsh-theme) for source. +Author: [@koreymacdougall](https://github.com/koreymacdougall) + +--- +#### Aphrodite Theme +![Aphrodite Theme for ZSH](https://user-images.githubusercontent.com/11278181/30273006-cd4f5b44-96ff-11e7-9519-de71cae726e6.png) + +Minimalistic Aphrodite theme does not have any visual noise. Displays only the necessary information: current user, hostname, working directory, git branch if exists. Looks great both with dark and white terminals. + +See [repository](https://github.com/win0err/aphrodite-terminal-theme) for source and installation instructions. +Author: [@win0err](https://github.com/win0err) + +--- + +#### Fishy2 +![fishy2 zsh](https://github.com/akinjide/fishy2/raw/master/images/Screen%20Shot%202017-04-20%20at%2010.46.49%20AM.png) + +See [repository](https://github.com/akinjide/fishy2) for source. + +Author: [@akinjide](https://github.com/akinjide) + +*** + + +#### abaykan +![abaykan](https://abaykan.com/server/abaykan.zsh-theme~.png)
+See [repository](https://github.com/abaykan/Mine/blob/master/abaykan.zsh-theme) for source. + +Author: [@abaykan](https://github.com/abaykan) + +*** + + +#### Oxide +![oxide zsh](http://dotshare.it/public/images/uploads/8266.png) + +See [repository](https://github.com/dikiaap/dotfiles) for source. + +Author: [@dikiaap](https://github.com/dikiaap) + +#### Windows CMD +![windows cmd](https://raw.githubusercontent.com/juliavallina/windows-zsh-theme/master/screenshot.gif) + +See [repository](https://github.com/juliavallina/windows-zsh-theme) for source. + +Author: [@juliavallina](https://github.com/juliavallina) + +#### sobole + +[![sobole](https://github.com/sobolevn/sobole-zsh-theme/blob/master/showcases/ls-colors.png?raw=true)](https://sobolevn.github.io/sobole-zsh-theme/) +Github: https://github.com/sobolevn/sobole-zsh-theme + +author: [@sobolevn](https://github.com/sobolevn) + +#### xxf + +![xxf](http://oi58.tinypic.com/24oble1.jpg) +- Show Current commit shorten hash and message +See [Gist](https://gist.github.com/xfanwu/18fd7c24360c68bab884) for source. + +author: [@xfanwu](https://github.com/xfanwu) + +#### Random Emoji Theme + +![emoji theme](https://camo.githubusercontent.com/cef821db4ca342faa6a721a408a111d7ad91bb60/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f662e636c2e6c792f6974656d732f30633057327930573138335332543042337a30612f53637265656e2532305265636f7264696e67253230323031352d30352d30352532306174253230313525334131392e676966) + +See [Gist](https://gist.github.com/oshybystyi/2c30543cd48b2c9ecab0) for source. + +author: [@audy](https://github.com/audy), maintainer: [@oshybystyi](https://github.com/oshybystyi) + +#### powerlevel9k + +![powerlevel9k theme](https://camo.githubusercontent.com/80ec23fda88d2f445906a3502690f22827336736/687474703a2f2f692e696d6775722e636f6d2f777942565a51792e676966) +A Powerline theme for ZSH that was written from scratch to address some of the speed issues in other feature-heavy themes. It comes with a great default setup, but is also highly configurable and can be heavily customized with built-in options. It also offers a large array of useful segments that you can add to your prompt, covering everything from Ruby versions to your AWS instance. + +See [Repo](https://github.com/bhilburn/powerlevel9k) for source & documentation. + +author: [@bhilburn](https://github.com/bhilburn) + +#### Bullet train + +![powerlevel9k theme](https://camo.githubusercontent.com/c5b0c78df1c3ca27bb2c5577114a92018bbdbee0/687474703a2f2f7261772e6769746875622e636f6d2f6361696f676f6e64696d2f62756c6c65742d747261696e2d6f682d6d792d7a73682d7468656d652f6d61737465722f696d672f707265766965772e676966) + +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](https://github.com/caiogondim/bullet-train-oh-my-zsh-theme) for source + +author: [@caiogondim](https://github.com/caiogondim) + +#### Cordial +[![cordial](https://raw.githubusercontent.com/stevelacy/cordial-zsh-theme/master/screenshot.png)](https://raw.githubusercontent.com/stevelacy/cordial-zsh-theme/master/screenshot.png) + +See [repository](https://github.com/stevelacy/cordial-zsh-theme) for source. + +Additional setup: +- Install [node.js](https://nodejs.org/) to parse `package.json` files + +#### Gitster + +![gitster theme](http://recordit.co/1Y5XxMkXFl.gif) + +When in a git repo, it shows the location from the git's root folder. +When not in a git repo, it shows from home, `~`. + +See my dotfiles [repo](https://github.com/shashankmehta/dotfiles/blob/master/thesetup/zsh/.oh-my-zsh/custom/themes/gitster.zsh-theme) for source. + +author: [shashankmehta](https://github.com/shashankmehta)/[@leostatic](https://twitter.com/@leostatic) + +#### Lambda-Gitster + +![lambda-gitster theme](https://raw.githubusercontent.com/ergenekonyigit/lambda-gitster/master/demo.gif) + +Fork of gitster theme + +source: [lambda-gitster](https://github.com/ergenekonyigit/lambda-gitster) + +author: [ergenekonyigit](https://github.com/ergenekonyigit)/[@ergenekonyigit](https://twitter.com/ergenekonyigit) + +#### Chi + +![Chi theme](https://github.com/akinjide/chi/raw/master/images/Screen%20Shot%202015-07-03%20at%2001.13.41.png) +![Chi theme](https://github.com/akinjide/chi/raw/master/images/Screen%20Shot%202015-07-03%20at%2001.14.40.png) + +It currently shows: + +- Git status +- ๐Ÿ•• Time +- `~/Desktop` Working directory +- > where you type your cmds +- `โœนgit:master` **color : Red** unstaged commit +- `git:master` **color: White** committed files +- `โ—‹` shows if current directory is a git folder || git branch + +See [repository](https://github.com/akinjide/chi) for source. + +Author: [@akinjide](https://github.com/akinjide) + +#### Haribo theme + +![haribotheme](http://fooo.biz/images/haribo_omz_theme.png) +- Works with most console fonts +- simple git status +- timestamp + +See [Repo](https://github.com/haribo/omz-haribo-theme) for source + +#### Schminitz theme + +![schminitztheme](http://g.recordit.co/krsXnCfF0W.gif) + +This theme allow to see if vim is running on background when using the ':sh' command. + +See [Gist](https://gist.github.com/schminitz/9931af23bbb59e772eec) for source. + +author: [Schminitz](https://github.com/schminitz)/[@Schminitz](https://twitter.com/Schminitz) + +#### Odin theme + +![odin](https://github.com/tylerreckart/odin/raw/master/images/preview.gif) +- Git focused development. +- A clean and distraction free programming environment. +- Know the status of your repository throughout the development process +- tmux and git configuration files included with the theme +See [odin](https://github.com/tylerreckart/odin) for source. + +author: [@tylerreckart](https://github.com/tylerreckart) + +#### HYPERZSH theme + +![hyperzsh](https://raw.githubusercontent.com/tylerreckart/hyperzsh/master/screenshots/demo.gif) +- Git status +- Timestamp +- Current directory +- Background jobs +- Exit code of last command + +See [hyperzsh](https://github.com/tylerreckart/hyperzsh) for source. + +author: [@tylerreckart](https://github.com/tylerreckart) + +#### Lambda (Mod) theme + +![Screenshot](https://raw.githubusercontent.com/halfo/lambda-mod-zsh-theme/master/screenshot.png) +* A simple yet elegant theme with git focused development. +See [lambda-mod](https://github.com/halfo/lambda-mod-zsh-theme/) for source. + +author: [@halfo](https://github.com/halfo) + +#### Hedgehog theme + +![hedgehog](http://i.imgur.com/GTbKcj5.gif) +* Simple, no-nonsense and clean, with support for git and return codes. + +source: [here](https://gist.github.com/hedgehog1029/dfbb7e66511e2c399157) +author: [@hedgehog1029](http://github.com/hedgehog1029) + +#### Node theme + +![node](https://raw.githubusercontent.com/skuridin/oh-my-zsh-node-theme/master/screenshot.png) + +source: [here](https://github.com/skuridin/oh-my-zsh-node-theme) +author: [@skuridin](https://github.com/skuridin) + +#### classyTouch Theme + +![classyTouch](https://raw.githubusercontent.com/pr0tocol/classyTouch_oh-my-zsh/master/classyTouch.png) +* A very minimal, clean theme with git support. + +source: [here](https://github.com/yarisgutierrez/classyTouch_oh-my-zsh) +author: [@yarisgutierrez](https://github.com/yarisgutierrez) + +#### Spaceship ZSH + +![Spaceship](https://user-images.githubusercontent.com/10276208/36086434-5de52ace-0ff2-11e8-8299-c67f9ab4e9bd.gif) + +Spaceship is a minimalistic, powerful and extremely customizable Zsh prompt. It combines everything you may need for convenient work, without unnecessary complications, like a real spaceship. + +Currently it shows: + +* Clever hostname and username displaying. +* Prompt character turns red if the last command exits with non-zero code. +* Current Git branch and rich repo status: + * `?` โ€” untracked changes; + * `+` โ€” uncommitted changes in the index; + * `!` โ€” unstaged changes; + * `ยป` โ€” renamed files; + * `โœ˜` โ€” deleted files; + * `$` โ€” stashed changes; + * `=` โ€” unmerged changes; + * `โ‡ก` โ€” ahead of remote branch; + * `โ‡ฃ` โ€” behind of remote branch; + * `โ‡•` โ€” diverged chages. +* Current Mercurial branch and rich repo status: + * `?` โ€” untracked changes; + * `+` โ€” uncommitted changes in the index; + * `!` โ€” unstaged changes; + * `โœ˜` โ€” deleted files; +* Indicator for jobs in the background (`โœฆ`). +* Current Node.js version, through nvm/nodenv/n (`โฌข`). +* Current Ruby version, through rvm/rbenv/chruby (`๐Ÿ’Ž`). +* Current Elixir version, through kiex/exenv/elixir (`๐Ÿ’ง`). +* Current Swift version, through swiftenv (`๐Ÿฆ`). +* Current Xcode version, through xenv (`๐Ÿ› `). +* Current Go version (`๐Ÿน`). +* Current PHP version (`๐Ÿ˜`). +* Current Rust version (`๐—ฅ`). +* Current version of Haskell Tool Stack (`ฮป`). +* Current Julia version (`เฎƒ`). +* Current Docker version and connected machine (`๐Ÿณ`). +* Current Amazon Web Services (AWS) profile (`โ˜๏ธ`) ([Using named profiles](http://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html)). +* Current Python virtualenv. +* Current Conda virtualenv (`๐Ÿ…’`). +* Current Python pyenv (`๐Ÿ`). +* Current .NET SDK version, through dotnet-cli (`.NET`). +* Current Ember.js version, through ember-cli (`๐Ÿน`). +* Current Kubectl context (`โ˜ธ๏ธ`). +* Package version, if there's is a package in current directory (`๐Ÿ“ฆ`). +* Current battery level and status: + * `โ‡ก` - charging; + * `โ‡ฃ` - discharging; + * `โ€ข` - fully charged. +* Current Vi-mode mode (with handy aliases for temporarily enabling). +* Optional exit-code of last command. +* Optional time stamps 12/24hr in format. +* Execution time of the last command if it exceeds the set threshold. + +source: [denysdovhan/spaceship-prompt](https://github.com/denysdovhan/spaceship-prompt) +docs: [denysdovhan.com/spaceship-prompt](https://denysdovhan.com/spaceship-prompt) +author: [@denysdovhan](https://twitter.com/denysdovhan) + +#### Zeta Theme + +![zeta theme](https://raw.githubusercontent.com/skylerlee/zeta-zsh-theme/master/screenshot.png) + +Currently it shows: + +* User name +* Machine name +* Current working directory +* Git branch +* Git status + * `โœ”` โ€”โ€” Clean branch + * `โœ˜` โ€”โ€” Dirty branch + * `+` โ€”โ€” Added files + * `-` โ€”โ€” Deleted files + * `*` โ€”โ€” Modified files + * `>` โ€”โ€” Renamed files + * `=` โ€”โ€” Unmerged changes + * `?` โ€”โ€” Untracked changes +* Prompt indicator turns red if the last run fails + +source: [here](https://github.com/skylerlee/zeta-zsh-theme) + +author: [@skylerlee](https://github.com/skylerlee) + +#### AgnosterZak + +![AgnosterZak theme](https://raw.githubusercontent.com/zakaziko99/agnosterzak-ohmyzsh-theme/master/images/agnosterzak-01.png) + +AgnosterZak is a oh-my-zsh shell theme based on the Powerline Vim plugin & Agnoster Theme. + +It currently shows: + +- Battery Life (in case of the laptop is not charging) +- Current Date & Time +- Current directory +- Git status +- User & Host status + +See [Repo](https://github.com/zakaziko99/agnosterzak-ohmyzsh-theme) for source + +author: [@zakaziko99](https://github.com/zakaziko99) + +#### Nodeys + +![Nodeys theme](https://raw.githubusercontent.com/marszall87/nodeys-zsh-theme/master/screenshot.png) + +Nodeys is a theme based on fantastic ys theme, with added NodeJS version (from NVM plugin). + +source: [Repo](https://github.com/marszall87/nodeys-zsh-theme) for source + +author: [@marszall87](https://github.com/marszall87) + +#### Ciacho +![Ciacho theme](https://dl.dropboxusercontent.com/u/6741388/ciacho-zsh-theme.png) + +Ciacho is theme based on agnoster. + +See [Repo](https://github.com/Ciacho/ciacho-ohmyzsh-theme) for source. + +author: [@Ciacho](https://github.com/Ciacho/) + + +#### igorsilva +![igorsilva theme](https://raw.githubusercontent.com/igor9silva/zsh-theme/master/igorsilva.gif) + +##### What it shows + +* The current folder +* A customizable delimiter +* The current branch +* The current branch state (shows `*` if has uncommited changes) + +See [Repo](https://github.com/igor9silva/zsh-theme) for source. + +author: [@igor9silva](https://github.com/igor9silva/) + +#### nt9 +![nt9 theme](https://raw.githubusercontent.com/lenguyenthanh/nt9-oh-my-zsh-theme/master/nt9.png) + +A clean, distraction free and git focused development theme. + +##### It currently shows: +* Show the location from git's root folder (when in a git repo) or show from home `~` +* Show current sha() +* Show current branch name +* Show current branch state (dirty, add, remove, delete...) +* Show time from last commit + +See [Repo](https://github.com/lenguyenthanh/nt9-oh-my-zsh-theme) for source. + +author: [@lenguyenthanh](https://github.com/lenguyenthanh) + +#### jovial +![jovial theme](https://github.com/zthxxx/jovial/raw/master/docs/jovial-preview.png) + +pretty face, feel more jovial with this theme. + +##### It currently shows: +* Show Host and User +* Show current path +* Show development environment segment +* Show git branch, git actions +* Show python venv +* Show time at the line end +* Show exit code at the previous line end + +See [Repo](https://github.com/zthxxx/jovial) for source. + +author: [@zthxxx](https://github.com/zthxxx) + +#### geometry + +![geometry](https://raw.githubusercontent.com/frmendes/geometry/master/screenshots/geometry.png) + +geometry is a minimalistic, fully customizable zsh prompt theme. + +##### What it does: + +- work asynchronously to speed up the prompt +- display current git branch +- display git state of the repo and time since last commit +- tell you whether you need to pull, push or if you're mid-rebase +- display the number of conflicting files and total number of conflicts +- display the running time of long running commands +- optionally display random colors based on your hostname +- give you a custom, colorizable prompt symbol +- change the prompt symbol color depending on the last command exit status +- show virtualenv and docker machine data +- set the terminal title to current command and directory +- fully customizable, allowing you to change anything through environment variables +- make you the coolest hacker in the whole Starbucks + +See [repo](https://github.com/frmendes/geometry) for source. We welcome any contributions! + +author: [@frmendes](https://github.com/frmendes) + +#### avit-da2k + +![avit-da2k](https://raw.githubusercontent.com/fdaciuk/avit-da2k/master/dots.png) + +A theme based on Avit, with small changes. + +See [repo](https://github.com/fdaciuk/avit-da2k) for source. + +author: [@fdaciuk](https://github.com/fdaciuk) + +#### kimwz + +![kimwz](https://raw.githubusercontent.com/kimwz/kimwz-oh-my-zsh-theme/master/theme.jpg) + +A minimal theme + +See [repo](https://github.com/kimwz/kimwz-oh-my-zsh-theme) for source. + +author: [@kimwz](https://github.com/kimwz) + +#### hub + +![hub animated preview](https://gist.githubusercontent.com/hub23/c226b1c77446e099f7684b0d21c6b22a/raw/e4260d7135ef5ebfa26cdb084e43f3f03f86346a/zsh-preview.gif) + +Simple and clean, visualizing return code. + +See [gist](https://gist.github.com/hub23/c226b1c77446e099f7684b0d21c6b22a) for source. + +author: [@hub23](https://github.com/hub23) + +#### Punctual + +![Screenshot of Punctual in action](https://raw.githubusercontent.com/dannynimmo/punctual-zsh-theme/master/screenshot.png) + +A simple, informative prompt built with Solarized colours in mind. + +##### Features + +* Customisable colours & output +* Git branch & status display +* Username turns red when root +* Prompt turns red if the last command finishes with non-zero exit code + +See [repo](https://github.com/dannynimmo/punctual-zsh-theme) for installation. + +By [Danny](https://github.com/dannynimmo). + +#### Staples +![Screenshot of Staples](https://github.com/dersam/staples/blob/master/sample.png?raw=true) + +A modified version of the Bureau theme with context-sensitive tags, ssh status, and last exit code coloring. + +See [repo](https://github.com/dersam/staples) for source. + +Author: [@dersam](https://github.com/dersam) + +#### Bunnyruni +![Screenshot of Bunnyruni](https://raw.githubusercontent.com/jopcode/oh-my-zsh-bunnyruni-theme/master/bunnyruni.gif) + +Simple, clean, and beautiful theme inspired in my fovorite themes, functions and colors. + +See [repo](https://github.com/jopcode/oh-my-zsh-bunnyruni-theme) for source. + +Author: [@jopcode](https://github.com/jopcode) + +#### traditional-plus + +![screenshot](https://raw.githubusercontent.com/xfxf/zsh-theme-traditional-plus/master/screenshot.png) + +Single-line boring/traditional prompt without distracting colours, providing extra information (currently git branch/status). + +See [repo](https://github.com/xfxf/zsh-theme-traditional-plus) for source. +Author: [@xfxf](https://github.com/xfxf) + + +#### oh-wonder + +![screenshot](https://cloud.githubusercontent.com/assets/6545467/19431231/3c2bfa60-9475-11e6-98f7-312c749186cf.png) + +Just another funky theme. + +See [repo](https://gist.github.com/kaushik94/a54e128869c0c82bdbed31d56c710daa) for source. +Author: [@kaushik94](https://gist.github.com/kaushik94) + + +#### rafiki-zsh + +![](https://www.dropbox.com/s/u08c2zofducjvh9/rafiki-zsh-2.png?raw=1) + +A zsh friend to watch over you. + +See [repo](https://github.com/akabiru/rafiki-zsh) for source and instructions. +Author: [@akabiru](https://github.com/akabiru) + +#### ฮป Pure + +![lambda-pure theme](https://raw.githubusercontent.com/marszall87/lambda-pure/master/screenshot.png) + +A minimal zsh theme, based on Pure, with added NodeJS version (async!) + +source: [Repo](https://github.com/marszall87/lambda-pure) for source + +author: [@marszall87](https://github.com/marszall87) + + +#### Imperator / Imperator Root + +![imperator theme](https://raw.githubusercontent.com/LinuxGogley/Linux-Mods/master/Shell-Themes/Screenshot_2016-11-28_17-48-18.png) + +An adaptation of the mortalscumbag theme. Its modification no longer has the hostname next to the username on the prompt and has a better differentiation of colors by highlighting the user, working directory, and shell sign. The theme also keeps the error number within brackets, as well as a running header stating whether the user is under an ssh connection. + +source: [Repo](https://github.com/LinuxGogley/Linux-Mods/tree/master/Shell-Themes) for source + +author: [@LinuxGogley](https://github.com/LinuxGogley) + +#### Oh-My-VIA + +![oh-my-via theme](https://cloud.githubusercontent.com/assets/19719047/21297526/3658ab04-c582-11e6-811d-f316d26996b3.png "Oh-My-VIA theme preview") + +A theme for ZSH that is heavily inspired by the historical theme used on [VIA Centrale Rรฉseaux](https://via.ecp.fr/) servers. It is designed to be as simple as possible, but still complete enough to be used on production servers and highly configurable to suit any of your desire. + +See [Repo](https://github.com/badouralix/oh-my-via) for source & documentation. + +author: [@badouralix](https://github.com/badouralix) + +#### alien + +[![asciicast](http://asciinema.org/a/154047.png)](https://asciinema.org/a/154047) + +Themes: +![blue](https://raw.githubusercontent.com/eendroroy/alien/master/screenshots/blue.png) +![green](https://raw.githubusercontent.com/eendroroy/alien/master/screenshots/green.png) +![red](https://raw.githubusercontent.com/eendroroy/alien/master/screenshots/red.png) +![soft](https://raw.githubusercontent.com/eendroroy/alien/master/screenshots/soft.png) + +##### Features + +* Time +* Battery percentage (with charging direction, - discharging, + charging, โ— full-charge) +* Username +* Working directory +* Version control - branch, commit hash, dirty status, ahead/behind status +* Supports both mac and linux +* Asynchronously update prompt + +See [Repo](https://github.com/eendroroy/alien) for source & documentation. + +author: [@eendroroy](https://github.com/eendroroy) + + +#### alien-minimal + +[![asciicast](http://asciinema.org/a/152668.png)](https://asciinema.org/a/152668) + +##### Features + +* Working directory +* Previous command exit status +* Version control - branch, commit hash, dirty status, ahead/behind status +* Supports both mac and linux +* Asynchronously update prompt +* Lots of configuration options +* **AND MANY MORE** + +See [Repo](https://github.com/eendroroy/alien-minimal) for source & documentation. + +author: [@eendroroy](https://github.com/eendroroy) + + +#### Imp +![Screenshot of Imp](https://raw.githubusercontent.com/igormp/Imp/master/imp.png) + +Simple theme based on [Zork](https://github.com/Bash-it/bash-it/wiki/Themes#zork). + +See [repo](https://github.com/igormp/Imp) for source and install instructions. + +Author: [@igormp](https://github.com/igormp) + + +#### Omega +![Screenshot of Omega Minimal](https://raw.githubusercontent.com/Section214/zsh-omega/master/screenshots/minimal.png) + +A clean, minimal theme. + +See [repo](https://github.com/Section214/zsh-omega) for source and install instructions. + +Author: [@igormp](https://github.com/igormp) + +#### Docker-ZSH +This theme is pretty much based on the 'bureau' theme. It has been extended by a `DOCKER_HOST` live view, +so that in every terminal session you see immediately which docker host is configured and where the local +docker commands are forwarded to. +If the `DOCKER_HOST` variable is not set in the terminal session, it's showing a green `local` text what can b +interpreted as a personal local test environment. If a remote host is defined it will show the address in `red`. + +![Screenshot of Docker-zsh-theme](https://github.com/dpdornseifer/docker-zsh-theme/blob/master/sample.png) + +See [repo](https://github.com/dpdornseifer/docker-zsh-theme) for source and install instructions. + +Author: [@dpdornseifer](https://github.com/dpdornseifer) + +#### Vero + +A theme designed for simplicity, neatness and availability of information, adapted from the 'bureau' theme. Vero offers: + +* Time-stamp +* Current Node.js version +* Current Git branch and status +* SSH indicator +* A fancy lambda symbol + +![Screenshot of Vero](https://raw.githubusercontent.com/Raindeer44/vero/master/img/preview.png) + +See [repo](https://github.com/Raindeer44/vero) for source and documentation + +Author: [@raindeer44](https://github.com/raindeer44) + +#### theta + +[![asciicast](https://asciinema.org/a/121490.png)](https://asciinema.org/a/121490) + +##### Features + +* Working directory +* Version control - branch, commit hash, dirty status, ahead/behind status +* java, python, ruby. node versions +* Supports both mac and linux +* Asynchronously update prompt + +See [Repo](https://github.com/eendroroy/theta) for source & documentation. + +author: [@eendroroy](https://github.com/eendroroy) + +#### enlightenment + +![enlightenment](http://w33tmaricich.com/images/enlightenment.png) + +##### Features + +* Current working directory. +* Clojure, python, and node version numbers, only when you need them. +* Number of seconds the previous command took to run. +* Git branch, dirty & clean. +* Color visuals for vi-mode. +* Clojure, python, and node version numbers, only when you need them. + +See [repository](https://github.com/w33tmaricich/enlightenment) for source & documentation. + +Author: [@w33tmaricich](http://w33tmaricich.com) + + +#### iGeek + +![iGeek](https://camo.githubusercontent.com/db9d61987431bc10c3b410e6b3bcf103240fd866/687474703a2f2f692e696d6775722e636f6d2f614154384242432e706e67) + +See [repository](https://github.com/Saleh7/igeek-zsh-theme) for source. + + +#### ASCIIGit + +ASCII-only ZSH prompt theme (using oh-my-zsh) for git users who are not fan of fancy glyphs. + +screenshot + +Features: +- Works well in terminal or console. No need to change your font! +- Git info: + - Remote url, e.g. github.com/cemsbr/asciigit; + - Relative path from git root dir; + - Branch name; + - Status (diverged, added, untracked, etc...). +- Colors known to work well with solarized light (probably with other schemes, too). + +See [repository](https://github.com/cemsbr/asciigit) for source and readme. + +Author: [@cemsbr](https://github.com/cemsbr) + + +#### dpoggi-newline-timestamp + +Timestamp and new line based on [dpoggi](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#dpoggi) theme. + +2017-09-08 18 03 32 + + +Features: +- Timestamp +- New line for command + +See [repository](https://github.com/channprj/dotfiles-macOS/blob/master/custom-zsh-theme/dpoggi-timestamp.zsh-theme) for source. + +Author: [@channprj](https://github.com/channprj) + + +#### nothing + +![nothing](https://raw.githubusercontent.com/eendroroy/nothing/master/nothing.png) + +##### Features + +* Current sessions history count +* Exit code in right prompt on error + +See [Repo](https://github.com/eendroroy/nothing) for source & documentation. + +author: [@eendroroy](https://github.com/eendroroy) + +#### kinda-fishy + +A theme based on [fishy](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#fishy) with two differences: + +* The full path is shown instead of abbreviated directory names. +* ```$USER@$HOST``` is not shown for the local machine, only for SSH sessions and + inside docker containers (in that case it is ```$USER@docker```) + +![Screenshot of kinda fishy](https://raw.githubusercontent.com/folixg/kinda-fishy-theme/master/screenshot.png) + +See [repo](https://github.com/folixg/kinda-fishy-theme) for source + +Author: [@folixg](https://github.com/folixg) + +#### blokkzh + +Based on the built-in gnzh theme with added current Python virtualenv display. + +![Screenshot of blokkzh](https://raw.githubusercontent.com/KorvinSilver/blokkzh/master/preview.png) + +See [repo](https://github.com/KorvinSilver/blokkzh) for source. + +Author: [@KorvinSilver](https://github.com/KorvinSilver) + +#### bender + +Fancy two-line prompt with git integration. + +Repo: https://github.com/specious/bender + +![bender-zsh-theme](https://raw.githubusercontent.com/specious/bender/master/screenshot.png) + +#### agkozak + +Uses two asynchronous methods to keep the ZSH prompt swift while displaying color, ASCII-only indicators of Git branch and changes, SSH connection or lack thereof, exit codes, and vi mode status, along with a customizable, abbreviated, PROMPT_DIRTRIM-style path. + +![agkozak](https://raw.githubusercontent.com/agkozak/agkozak-zsh-prompt/master/img/demo.gif) + +Repo: [https://github.com/agkozak/agkozak-zsh-prompt](https://github.com/agkozak/agkozak-zsh-prompt) + +Author: [@agkozak](https://github.com/agkozak) + +#### rainbow-theme +![rainbow-theme](https://github.com/nivaca/rainbow-theme/blob/master/screenshot.png) + +Repo: [https://github.com/nivaca/rainbow-theme](https://github.com/nivaca/rainbow-theme) + +Author: [@nivaca](https://github.com/nivaca) + +--- +#### Zeroastro Theme + +![Zeroastro ZSH Theme](https://github.com/zeroastro/zeroastro-zsh-theme/raw/master/zeroastro-zsh-theme.png) + +Simple, minimalistic theme for Oh My ZSH. + +Repo: [https://github.com/zeroastro/zeroastro-zsh-theme](https://github.com/zeroastro/zeroastro-zsh-theme) + +Author: [@zeroastro](https://github.com/zeroastro) + +--- +### Kayid Theme + +![Kayid Theme for ZSH](https://raw.githubusercontent.com/AmrMKayid/KayidmacOS/master/Kayid-Theme.png) + +See [repo](https://github.com/AmrMKayid/KayidmacOS/blob/master/kayid.zsh-theme) +Author: [@AmrMKayid](https://github.com/AmrMKayid) + +--- +### Shayan ZSH Theme + +![Shayan ZSH Theme](https://raw.githubusercontent.com/shayanh/shayan-zsh-theme/master/shayan-zsh-theme.png) + +Simple. + +Repo: [https://github.com/shayanh/shayan-zsh-theme](https://github.com/shayanh/shayan-zsh-theme) + +Author: [@shayanh](https://github.com/shayanh) \ No newline at end of file