From a3225a7e33d790335803c5e6717be49b4104c0dd Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 27 May 2021 09:06:08 -0600 Subject: [PATCH 1/2] Add zeno plugin Add zeno now that https://github.com/yuki-yano/zeno.zsh/issues/26 is closed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2fcfa53..6984999 100644 --- a/README.md +++ b/README.md @@ -1029,6 +1029,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [zconvey](https://github.com/zdharma/zconvey) - Adds ability to send commands to other ZSH sessions, you can use this to `cd $PWD` on all active Z shell sessions, for example. * [zed](https://github.com/eendroroy/zed-zsh) - A simple wrapper for [z](https://github.com/rupa/z) to install it via a ZSH plugin. * [zeit](https://github.com/zeit/zeit.zsh-theme) - Optimized for dark backgrounds, includes `git` status information. +* [zeno](https://github.com/yuki-yano/zeno.zsh) - Fuzzy completion and utility plugin powered by [Deno](https://deno.land/). * [zero](https://github.com/arlimus/zero.zsh) - Zero is both a plugin and a theme. See the github page for installation details. * [zflai](https://github.com/zdharma/zflai) - A fast logging framework for ZSH. * [zfzf](https://github.com/b0o/zfzf) - A fzf-powered file picker for ZSH which allows you to quickly navigate the directory hierarchy. From 54edf6d355fa717c99db5e4b3911c96424a382f8 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 27 May 2021 09:13:16 -0600 Subject: [PATCH 2/2] Add unicorn theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6984999..763ded1 100644 --- a/README.md +++ b/README.md @@ -1785,6 +1785,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [ubuntu-with-vitamins](https://github.com/ureesoriano/zsh-ubuntu-with-vitamins-zim-theme) - Mimics the default Ubuntu prompt, but with `git` decorations. * [ubuntu](https://github.com/janstuemmel/zsh-ubuntu-theme) - Minimal theme, includes `git` status decorations. * [ultimate](https://github.com/b4b4r07/ultimate) - Minimalist theme with `git` indicator, vim mode indicator and shortened path. +* [unicorn](https://github.com/juliuscaesar/unicorn) - Inspired by the [Wild Cherry](https://github.com/mashaal/wild-cherry) theme. Has emoji `git` status decorations. * [unit-1](https://github.com/nerdbude/Unit-1) - Minimalist theme with ITWTB colors. * [vanan](https://github.com/avano/vanan-zsh-theme) - Minimalist theme with `git` information for dark terminals. * [vercel](https://github.com/vercel/zsh-theme) - Minimalist theme with `git` status decorations.