From 9b33bb9ef1b1f927e22d8387b4f72dae19cf4cfe Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 5 Mar 2019 07:42:05 -0700 Subject: [PATCH 1/2] Update alien theme description Highlight that alien uses asynchronous git status updates for speed of rendering. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 69c3391..4ebf76a 100644 --- a/README.md +++ b/README.md @@ -767,7 +767,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [agnosterzak](https://github.com/zakaziko99/agnosterzak-ohmyzsh-theme) - Based on [Agnoster](https://gist.github.com/agnoster/3712874), shows battery life, date & time, git status, current directory and user & host information. * [akzsh](https://github.com/awkimball/akzsh) - Works best with a dark terminal theme, includes `git` decorations. * [alien-minimal](https://github.com/eendroroy/alien-minimal) - Minimalist ZSH theme with git status displayed. -* [alien](https://github.com/eendroroy/alien) - Powerline-esque ZSH theme that shows git branch and the exit code of the last command. +* [alien](https://github.com/eendroroy/alien) - Powerline-esque ZSH theme that shows `git` decorations and the exit code of the last command. Faster than many other prompts because it determines the `git` decorations asynchronously in a background process. * [alpharized](https://github.com/NicoSantangelo/Alpharized) - Optimized to work with [solarized dark](https://github.com/altercation/solarized) terminals. It's a modified version of the [avit theme](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/avit.zsh-theme). * [amoyly](https://github.com/Br1an6/amoyly.zsh-theme) - An elegant and comfortable-reading theme based on [Agnoster](https://gist.github.com/agnoster/3712874). * [angry fly](https://github.com/russjohnson/angry-fly-zsh) - Shows git information in the right hand prompt. From 55dcd52944f2ad2c85f2d3d83ab3b4f4590e6301 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 9 Mar 2019 14:56:53 -0700 Subject: [PATCH 2/2] Add deepx plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4ebf76a..9ae2ace 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ zapack is a basic fast minimal ZSH plugin loader. * [crystal](https://github.com/veelenga/crystal-zsh) - A plugin for [Crystal](https://github.com/crystal-lang/crystal). * [czhttpd](https://github.com/jsks/czhttpd) - A simple http server written in 99.9% pure ZSH. * [deer](https://github.com/Vifon/deer) - A file navigator for ZSH heavily inspired by [ranger](https://ranger.github.io/). +* [deepx](https://github.com/GetAmbush/deepx-zsh-plugin) - Collection of useful and fun commands to improve workflow and quality of life. * [depot-tools](https://github.com/kuoe0/zsh-depot-tools) - Simple oh-my-zsh plugin for installing the chromium depot_tools. Installing this plugin will put all of the chromium depot_tools in your path automatically. * [diff-so-fancy](https://github.com/zdharma/zsh-diff-so-fancy) - Simplify installing the `diff-so-fancy` project into your user account. * [diractions](https://github.com/AdrieanKhisbe/diractions) - Allow you to map a short logical/mnemonic name to directories to quickly access them, or perform actions in them.