Added zsh-docker-theme

David Dornseifer 2017-02-16 19:02:47 -08:00
parent 32a85f0dd8
commit cf346d2a03

@ -477,4 +477,17 @@ A clean, minimal theme.
See [repo](https://github.com/Section214/zsh-omega) for source and install instructions.
Author: [@igormp](https://github.com/igormp)
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 imitiatelly 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 sesion, 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)