From 596e72ea0aa9912e139646621ed19befd50f1291 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 1 Nov 2018 10:15:56 -0600 Subject: [PATCH 1/2] Add droolscar, prompt_j2, schminitz-v2 themes Fix sort in themes section --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c3cc2b..1ea4f6d 100644 --- a/README.md +++ b/README.md @@ -790,6 +790,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [dp](https://github.com/davidparsson/zsh-dp-theme) - Low contrast theme that shows current git branch, if the repository is dirty and the value of `$PYENV_VERSION`. * [dracula](https://github.com/dracula/zsh) - A dark theme for Atom, Alfred, Chrome DevTools, iTerm 2, Sublime Text, Textmate, Terminal.app, Vim, Xcode, and ZSH. * [dragon](https://github.com/sabertazimi/dragon-zsh-theme) - Minimalistic, includes `git` status information. +* [droolscar](https://github.com/isuke/droolscar) - [Powerline](https://github.com/powerline/powerline) variant. * [dustmod](https://github.com/bmihaila/dustmod) - Derived from the [dst](https://github.com/robbyrussell/oh-my-zsh/blob/master/themes/dst.zsh-theme) theme in oh-my-zsh. * [eggshausted](https://github.com/inutano/eggshausted) - A `git`-aware theme for people who are tired of getting errors. * [emojeer](https://github.com/lxynox/emojeer-ohmyzsh) - Emoji flavored [oh-my-zsh](robbyrussell/oh-my-zsh) theme. @@ -946,6 +947,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [prezto-lambda](https://github.com/nixolas1/prezto-lambda) - Lambda theme (for prezto). * [prezto_powerline](https://github.com/davidjrice/prezto_powerline) - Powerline for prezto. Shows git information, RVM version. * [prompt-powerline](https://github.com/Valodim/zsh-prompt-powerline) - A fairly heavyweight ZSH prompt, based on the powerline font from the popular eponymous vim plugin, which works well for a dark background. +* [prompt_j2](https://github.com/malinoskj2/prompt_j2) - Has a dynamic exit status indicator, can change to two lines dynamically to display context. * [punctual](https://github.com/dannynimmo/punctual-zsh-theme) - Easily customizable, influenced by [spaceship](https://github.com/denysdovhan/spaceship-prompt). * [pure](https://github.com/sindresorhus/pure) - Pretty, minimal and fast ZSH prompt. * [purify](https://github.com/banminkyoz/purify) - Simple, fast & cool prompt. @@ -967,6 +969,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [rummik](https://github.com/rummik/zsh-theme) - @rummik's theme. Supports [psmin](https://gitlab.com/zick.kim/zsh/zsh-psmin), and `git` status information in the prompt. * [rzh](https://github.com/patwhatev/rzh) - Theme with git states indicated by emojis. * [saraiva](https://github.com/ruisaraiva19/saraiva-theme) - Includes git status, works well on a dark terminal background. +* [schminitz-v2](https://github.com/mashdots/schminitz-v2) - Shows `git` status, user@host information, exit status of last command, and whether running as root. * [schminitz](https://gist.github.com/schminitz/9931af23bbb59e772eec) - Shows if Vim is running in the background when using `:sh` command. * [seeker](https://github.com/tonyseek/oh-my-zsh-seeker-theme) - This theme uses many special unicode characters to be fancy, but it may cause some problems without well supported fonts. * [seltzer](https://github.com/GrantSeltzer/seltzer.zsh-theme) - Inspired by dieter theme, uses color-coding to provide information. @@ -976,8 +979,8 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [sfz](https://github.com/mreinhardt/sfz-prompt.zsh) - An evolution of lean prompt which itself is a rewrite of pure. * [shayan](https://github.com/shayanh/shayan-zsh-theme) - Simple. * [shellder](https://github.com/simnalamburt/shellder) - Minimal theme with git branch display. Requires a powerline font. -* [simplezsh](https://github.com/fr0zn/simplezsh) - Minimal theme with git info display. * [shrug](https://github.com/tmjoseantonio/shrug-zsh-theme) - Simple theme which displays current directory and git information. +* [simplezsh](https://github.com/fr0zn/simplezsh) - Minimal theme with git info display. * [sinon](https://github.com/k-kinzal/oh-my-zsh-sinon-theme) - k-kinzal's sinon theme. * [sk9](https://github.com/skeiter9/sk9-zsh) - Skeiter9's ZSH theme. * [skeletor-syntax](https://github.com/ramonmcros/skeletor-syntax) - Theme collection for Atom, Prism and ZSH inspired by Skeletor from He-Man and the Masters of the Universe. From a91c99911b89ccc0850e9c2b7fe4edb5ce33d3e2 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 1 Nov 2018 10:27:50 -0600 Subject: [PATCH 2/2] Fix plugins sort --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ea4f6d..e72c64e 100644 --- a/README.md +++ b/README.md @@ -428,8 +428,8 @@ These frameworks make customizing your ZSH setup easier. * [iterm2-colors](https://github.com/shayneholmes/zsh-iterm2colors) - Manage your iTerm 2's color scheme from the command line. * [iterm2-tabs](https://github.com/gimbo/iterm2-tabs.zsh) - Set colors and titles of iTerm 2 tabs. * [jabba](https://github.com/2m/zsh-jabba) - Adds shell integration code and completions for the [jabba](https://github.com/shyiko/jabba) Java version manager. -* [javaVersions](https://github.com/miguefl/javaVersions) - Change between different java versions with a single command. * [java-zsh-plugin](https://github.com/Xetius/java-zsh-plugin) - Adds a `setjdk` command so you can switch easily between different versions of the jdk. +* [javaVersions](https://github.com/miguefl/javaVersions) - Change between different java versions with a single command. * [jdk-switch](https://github.com/LockonS/jdk-switch) - macOS-only plugin for switching between jdk versions. * [jenkins-zsh](https://github.com/tomplex/jenkins-zsh) - A jenkins plugin for ZSH, heavily inspired by the excellent jira plugin. * [jenv-lazy](https://github.com/shihyuho/zsh-jenv-lazy) - A ZSH plugin for lazy loading of jEnv.