diff --git a/External-themes.md b/External-themes.md index 8817bc2..1ff6a8d 100644 --- a/External-themes.md +++ b/External-themes.md @@ -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) \ No newline at end of file +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) \ No newline at end of file