From 200332c85b062a3af5c03bcedc433971c9c28346 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Tue, 25 Oct 2016 21:55:29 +0200 Subject: [PATCH] Add search for zsh-theme files on Gist and Github --- External-themes.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/External-themes.md b/External-themes.md index ab46b61..d6fa0a9 100644 --- a/External-themes.md +++ b/External-themes.md @@ -1,5 +1,8 @@ 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).