From be5a875e096748ddc39ff33afd3151f2abdadd8a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 8 Jul 2021 07:48:06 -0600 Subject: [PATCH 01/20] Add perlbrew plugin https://github.com/tfiala/zsh-perlbrew/issues/1 is closed, add perlbrew plugin. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 89e597c..d7e4688 100644 --- a/README.md +++ b/README.md @@ -848,6 +848,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [pentest](https://github.com/jhwohlgemuth/oh-my-zsh-pentest-plugin) - Aliases and functions for the lazy penetration tester. * [per-directory-history](https://github.com/jimhester/per-directory-history) - Per directory history for ZSH, as well as global history, and the ability to toggle between them with `^G`. * [percol](https://github.com/robturtle/percol.plugin.zsh) - Interactively and incrementally search history/resume background jobs using [percol](https://github.com/mooz/percol). +* [perlbrew](https://github.com/tfiala/zsh-perlbrew/) - Installs [perlbrew](https://perlbrew.pl/) if not already installed and initializes it for your shell. * [pew](https://github.com/shosca/zsh-pew) - Sets up and manages Python virtualenvs using [pew](https://github.com/berdario/pew), automatically switches virtualenvs as you move directories. * [pg](https://github.com/caarlos0-graveyard/zsh-pg) - Adds utility functions to work with [PostgreSQL](https://www.postgresql.org/). * [ph-marks](https://github.com/lainiwa/ph-marks) - Bookmark pornhub videos from your terminal. From 9bc41b78dc839c8ca45f0d8f7f571a49b17e609a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 9 Jul 2021 14:52:21 -0600 Subject: [PATCH 02/20] Add yup plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d7e4688..21b5fc5 100644 --- a/README.md +++ b/README.md @@ -1051,6 +1051,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [you-should-use](https://github.com/MichaelAquilina/zsh-you-should-use) - ZSH plugin that reminds you to use those aliases you defined. * [youtube-dl-aliases](https://github.com/katrinleinweber/oh-my-zsh-youtube-dl-aliases) - Adds `yt` aliases to download videos from YouTube. * [youtube-dl](https://github.com/joow/youtube-dl) - Simple plugin for [youtube-dl](https://youtube-dl.org/). +* [yup](https://github.com/redxtech/zsh-yup) - Adds helper function to upgrade all the dependencies in a yarn/npm project. * [z-a-bin-gem-node](https://github.com/zinit-zsh/z-a-bin-gem-node) - [Zinit](https://github.com/zdharma/zinit) extension that exposes binaries without altering `$PATH`, installs Ruby gems and Node modules and easily exposes their binaries, and updates the gems and modules when the associated plugin or snippet is updated. * [z-a-man](https://github.com/zinit-zsh/z-a-man) - [Zinit](https://github.com/zdharma/zinit) extension that generates man pages for all plugins and snippets. * [z-a-meta-plugins](https://github.com/zinit-zsh/z-a-meta-plugins) - Install groups of plugins with a single label ([Zinit](https://github.com/zdharma/zinit) only). From 4a3e9a25191a1f2f4ce30f65bad9254caee3b0eb Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 10 Jul 2021 08:40:55 -0600 Subject: [PATCH 03/20] Update zeta description Update zeta theme description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21b5fc5..3ab4b0f 100644 --- a/README.md +++ b/README.md @@ -1884,7 +1884,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [zero](https://github.com/arlimus/zero.zsh) - Zero's theme & plugin. Has variants for both light and dark terminal backgrounds. * [zeroastro](https://github.com/zeroastro/zeroastro-zsh-theme) - Works best on dark backgrounds, includes `git` status decorations. * [zerocake](https://github.com/ZeroPoke/ZeroCake.zsh-theme) - Works better on dark brackgrounds. -* [zeta](https://github.com/skylerlee/zeta-zsh-theme) - Shows username, `git` status information, machine name and the current working directory. +* [zeta](https://github.com/skylerlee/zeta-zsh-theme) - Shows username, `git` status information, machine name, the current working directory and success/fail status of last command. * [zinc](https://gitlab.com/robobenklein/zinc) - A blazing-fast, pure ZSH, mixed asynchronous powerline prompt that's easily extensible and extremely configurable. * [zlambda](https://github.com/wdhg/zlambda) - Minimalist, includes `git` decorations without special font requirements. * [zqt](https://github.com/ladychili/zqt-zsh-theme) - Modified version of oh-my-zsh's [maran](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/maran.zsh-theme) theme. From 8ab6bd3722517c193a776d5a230d407b5d5b7992 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Mon, 12 Jul 2021 08:50:11 -0600 Subject: [PATCH 04/20] Add git-branches plugin Add git-branches now that https://github.com/Schroefdop/git-branches/issues/1 is closed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ab4b0f..6f8485c 100644 --- a/README.md +++ b/README.md @@ -661,6 +661,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [git-add-remote](https://github.com/caarlos0/git-add-remote) - Easily add the upstream remote to your `git` fork. * [git-aliases (mdumitru)](https://github.com/mdumitru/git-aliases) - Broken out version of the version in [oh-my-zsh](http://ohmyz.sh/) so users of other frameworks don't have to import all of oh-my-zsh. * [git-aliases.zsh](https://github.com/peterhurford/git-aliases.zsh) - Creates a lot of useful aliases for combinations of commonly used `git` commands. +* [git-branches](https://github.com/Schroefdop/git-branches) - Makes a menu of `git` branches you can switch to without having to type long branch names. * [git-complete-urls](https://github.com/rapgenic/zsh-git-complete-urls) - Enhance `git` completion to include in the remotes completion (e.g. from `git clone`) any URL in the clipboard. * [git-extra-commands](https://github.com/unixorn/git-extra-commands) - Extra `git` helper scripts packaged as a plugin. * [git-flow-avh](https://github.com/nekofar/zsh-git-flow-avh) - Adds short aliases for the `git-flow` commands. From e456228325aca0eefdd207ca68bd2b0181a8ef16 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 14 Jul 2021 20:44:11 -0600 Subject: [PATCH 05/20] Add rs theme https://github.com/rogeliosamuel621/rs-zsh-theme/issues/1 is closed, add rs theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6f8485c..baa4f65 100644 --- a/README.md +++ b/README.md @@ -1743,6 +1743,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [rocket](https://github.com/Alexandresl/rocket-zsh-theme) - Minimalist theme, includes `git` and `hg` status decoration. * [rougarou](https://github.com/RougarouTheme/rougarou-zsh) - A dark theme. * [roundy](https://github.com/nullxception/roundy) - fast, cute and roundy theme. Includes `git` decorations. Requires nerd fonts and a unicode-capable terminal application. +* [rs](https://github.com/rogeliosamuel621/rs-zsh-theme) - Includes `git` decorations. Requires unicode capable terminal. * [rufus](https://github.com/runarsf/rufus-zsh-theme) - Optimized for dark backgrounds. * [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. * [russtone](https://github.com/russtone/prompt-russtone) - Inspired by [pure](https://github.com/sindresorhus/pure) and [sorin](https://github.com/sorin-ionescu/prezto). Includes `git` status decorations. From f01341e588ef72f40bba3928c3e57290df3ffc6d Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 15 Jul 2021 22:07:31 -0600 Subject: [PATCH 06/20] Remove r3verse r3verse is 404, removed. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index baa4f65..00786d4 100644 --- a/README.md +++ b/README.md @@ -1718,7 +1718,6 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [qoomon](https://github.com/qoomon/zsh-theme-qoomon) - Optimized for dark backgrounds, includes `git` information. Theme repo includes iTerm 2 and Terminal color settings. * [quewui](https://github.com/kauefontes/oh-my-quewui) - Simple and clean theme optimized for dark terminal themes. Includes status decorations for the current time, user, directory and `git` status. * [r3nic1e](https://github.com/r3nic1e/r3nic1e) - [Agnoster](https://github.com/agnoster/agnoster-zsh-theme) variant with battery status, `git/hg` status, time, kubernetes context and namespace, non-zero exit code of last command and date decorations. Requires Powerline font. -* [r3verse](https://github.com/Itsnexn/R3vers-zsh-theme) - Minimalist. Includes `git`, username and machine hostname status decorations. * [racotecnic](https://github.com/elboletaire/zsh-theme-racotecnic) - Based on af-magic and posh-git. * [radium](https://github.com/dimitardimitrov/radium) - Designed for dark terminals, (works best with [Solarized](https://github.com/altercation/solarized) iTerm 2 theme) (prezto). * [rafiki](https://github.com/akabiru/rafiki-zsh) - Adds emojis to your ZSH terminal. From 99868cd6c82d771761b243049cc3aa912cfd8bfe Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 17 Jul 2021 07:28:55 -0600 Subject: [PATCH 07/20] Remove 404 link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00786d4..a5344df 100644 --- a/README.md +++ b/README.md @@ -1570,7 +1570,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [lunachar](https://github.com/r-mohammadi1/lunachar) - Minimalist theme, includes `git` status decorations. * [macos](https://github.com/alejandromume/macos-zsh-theme) - Includes `git` status decorations. * [mad](https://github.com/MartinWie/ohmyzsh-theme-mad) - Includes `git` status decorations. -* [magicmace](https://github.com/zimfw/magicmace) - Inspired by [xero's zsh prompt](http://code.xero.nu/dotfiles) and [eriner's prompt](https://github.com/zimfw/eriner). Includes status codes for active python `venv`, exit status of last command, shortened working directory, `git` status decorations. +* [magicmace](https://github.com/zimfw/magicmace) - Inspired by xero's ZSH prompt and [eriner's prompt](https://github.com/zimfw/eriner). Includes status codes for active python `venv`, exit status of last command, shortened working directory, `git` status decorations. * [magico](https://github.com/IOsonoTAN/magico) - IOsonoTAN's magico theme. * [maivana](https://github.com/nylo-andry/zsh-themes) - Includes `kubectl` context, `git` status decorations. * [materialshell](https://github.com/carloscuesta/materialshell) - A [material design](https://material.io/guidelines/style/color.html) theme for your shell with a good contrast and color pops at the important parts. Designed to be easy on the eyes. From 932b20d5b0ce15310e6825640996e3b0bfb509da Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 20 Jul 2021 21:35:50 -0600 Subject: [PATCH 08/20] Add replace-multiple-dots plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5344df..21a0b86 100644 --- a/README.md +++ b/README.md @@ -909,6 +909,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [reentry-hook](https://github.com/RobSis/zsh-reentry-hook) - Plugin that re-enters working directory if it has been removed and re-created. * [reload](https://github.com/aubreypwd/zsh-plugin-reload) - Adds function to quickly reload your `.zshrc`. * [reminder](https://github.com/AlexisBRENON/oh-my-zsh-reminder) - A plugin which displays reminders above every prompt. +* [replace-multiple-dots](https://github.com/momo-lab/zsh-replace-multiple-dots) - Converts `...` to `../..` * [revolver](https://github.com/molovo/revolver) - A progress spinner for ZSH scripts. * [riddle-me](https://github.com/vkolagotla/zsh-riddle-me) - Displays random riddles. * [ripz](https://github.com/jedahan/ripz) - Reminds you of your aliases, so you use them more. Depends on [ripgrep](https://github.com/BurntSushi/ripgrep). From 5935c9792db3d4675edfb0f742afc51e88324548 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 20 Jul 2021 21:47:26 -0600 Subject: [PATCH 09/20] Add ps1.py prompt --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 21a0b86..dc3cb10 100644 --- a/README.md +++ b/README.md @@ -1707,6 +1707,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [probe](https://github.com/probe2k/probe_zsh) - Includes `git` status decorations. * [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. +* [ps1.py](https://github.com/jwodder/ps1.py) - Has `git` status, truncated directory, `chroot` and `virtualenv` prompt decorations. * [punctual](https://github.com/dannynimmo/punctual-zsh-theme) - Easily customizable, influenced by [spaceship](https://github.com/denysdovhan/spaceship-prompt). * [pure-agnoster](https://github.com/yourfin/pure-agnoster) - Mashup of pure and agnoster. Has `git` decorations and works well with both dark and light terminal backgrounds. * [pure](https://github.com/sindresorhus/pure) - A pretty, minimal and fast ZSH prompt. Includes `git` status decorations, prompt turns red if last command failed, username and host decorations when in a remote session or container, and current folder and command when a process is running. From 47f00f57ac0d0bec4aec544ed33708376911aa84 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 21 Jul 2021 06:50:10 -0600 Subject: [PATCH 10/20] Add another exa plugin https://github.com/RitchieS/zsh-exa/issues/1 is closed, add exa plugin --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc3cb10..8123131 100644 --- a/README.md +++ b/README.md @@ -614,6 +614,7 @@ This section is for full setup dropins - they aren't frameworks, but they're not * [exa (hermitmaster)](https://github.com/hermitmaster/zsh-exa-plugin) - Adds some aliases for [exa](https://the.exa.website), the modern replacement for `ls`. * [exa (mohamedelashri)](https://github.com/MohamedElashri/exa-zsh) - Adds aliases for [exa](https://the.exa.website), a modern replacement for `ls`. * [exa (ptavares)](https://github.com/ptavares/zsh-exa) - Installs and loads [exa](https://github.com/ogham/exa.git). +* [exa (ritchies)](https://github.com/RitchieS/zsh-exa/) - Adds aliases to make using [exa](https://github.com/ogham/exa.git) easier. * [exercism](https://github.com/fabiokiatkowski/exercism.plugin.zsh) - A plugin for [exercism.io](http://exercism.io/). * [expand-ealias](https://github.com/zigius/expand-ealias.plugin.zsh) - Expand specific aliases with space. * [expand](https://github.com/MenkeTechnologies/zsh-expand) - Expands regular aliases, global aliases, incorrect spellings and phrases, globs, history expansion and $parameters with the spacebar key. From e4e8c69a209ae5472909340ac65c63885b438427 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 21 Jul 2021 06:56:20 -0600 Subject: [PATCH 11/20] Add lean theme https://github.com/miekg/lean/issues/61 is closed, add lean theme. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8123131..e26a356 100644 --- a/README.md +++ b/README.md @@ -1550,6 +1550,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [lambder](https://github.com/avillen/zsh-theme-lambder) - Includes `git` status decorations, works best with a dark terminal theme. * [lazyprodigy](https://github.com/drewlustro/lazyprodigy-zsh-theme) - Optimized for dark terminals, has variants for local and remote systems. * [leafia](https://github.com/Ghostrick/leafia-prompt) - Leafy prezto theme that shows `git` status information. +* [lean](https://github.com/miekg/lean) - Inspired by [pure](https://github.com/sindresorhus/pure). Includes `git` status and background job decorations. * [lemon](https://github.com/carlosvitr/lemon_zsh) - Many beautiful colors for you to enjoy. done with care and patience. Includes `git` status and ruby version decorations. * [leverage](https://github.com/gschnall/leverage) - Based on [minimal](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/minimal.zsh-theme), uses colors, and an extra `¬` character, to better distinguish the command line prompt from your output. * [lewis](https://github.com/lewisflude/oh-my-lewis) - Black, white and red theme. Shows `git` status information. From ae5c1ccacbafe9603c86845cff5ce591b9e076a9 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 22 Jul 2021 08:59:48 -0600 Subject: [PATCH 12/20] Add simple prompt Add another 'simple' theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e26a356..d733eb3 100644 --- a/README.md +++ b/README.md @@ -1783,6 +1783,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [simpalt](https://github.com/m-lima/simpalt) - An information-rich small-footprint theme for ZSH based on [Agnoster](https://github.com/agnoster/agnoster-zsh-theme). * [simple (pavdmyt)](https://github.com/pavdmyt/simple-oh-my-zsh-theme) - Minimalist theme based on [robbyrussel](https://github.com/ohmyzsh/ohmyzsh/wiki/Themes#robbyrussell) that embeds `git` status information in iTerm's window title bar instead of using space in the prompt. * [simple (savecoders)](https://github.com/Savecoders/simpleTheme-zsh-theme) - Simple and minimalist theme with `git`, `username` and execution status decorations. +* [simple (yhiraki)](https://github.com/yhiraki/zsh-simple-prompt) - Minimal prompt, doesn't require special fonts. * [simple-agnoster](https://github.com/iwat/simple-agnoster.zsh-theme) - Powerline-inspired simple theme with `git` decorations. * [simple-git](https://github.com/BazaJayGee66/simple-git-theme) - Minimalist theme inspired by [gitstatus](https://github.com/kimyvgy/gitstatus-zsh-theme). Includes `git` decorations. * [simple-yet-beautiful](https://github.com/mathiasmoeller/simple-yet-beautiful-zsh-theme) - Minimalist theme. Includes `git` status and `user@host` prompt decorations. From aaea9cd35fe57dfcc9c6c110cd02849fe6ca6d35 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 23 Jul 2021 05:57:42 -0600 Subject: [PATCH 13/20] Add roz theme Add roz now that https://github.com/rozNum/roz-zsh-theme/issues/1 is closed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d733eb3..e131d4a 100644 --- a/README.md +++ b/README.md @@ -1746,6 +1746,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [rocket](https://github.com/Alexandresl/rocket-zsh-theme) - Minimalist theme, includes `git` and `hg` status decoration. * [rougarou](https://github.com/RougarouTheme/rougarou-zsh) - A dark theme. * [roundy](https://github.com/nullxception/roundy) - fast, cute and roundy theme. Includes `git` decorations. Requires nerd fonts and a unicode-capable terminal application. +* [roz](https://github.com/rozNum/roz-zsh-theme) - Minimalist. Includes `git` status decorations, best on a darker background. * [rs](https://github.com/rogeliosamuel621/rs-zsh-theme) - Includes `git` decorations. Requires unicode capable terminal. * [rufus](https://github.com/runarsf/rufus-zsh-theme) - Optimized for dark backgrounds. * [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. From 6437ab0e3dc51aaa83d241a0bcbec33e5f26a689 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 23 Jul 2021 06:03:21 -0600 Subject: [PATCH 14/20] Add stellachar theme https://github.com/r-mohammadi1/stellachar/issues/1# is closed, add stellachar --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e131d4a..4eae9ff 100644 --- a/README.md +++ b/README.md @@ -1814,6 +1814,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [statusline](https://github.com/el1t/statusline) - A responsive ZSH theme that provides informational segments when you need them. * [steef (danihodovic)](https://github.com/danihodovic/steeef) - ZSH steeef theme as a standalone repository. The purpose behind this repo is avoid having a dependency on oh-my-zsh when using the steeef theme. ZSH plugin managers such as Antibody can use the theme without having to use oh-my-zsh. * [steef (zimfw)](https://github.com/zimfw/steeef) - A customizable version of [steeef's](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/steeef.zsh-theme) theme. +* [stellachar](https://github.com/r-mohammadi1/stellachar) - Minimal, pastels. * [sublime](https://github.com/pjmp/sublime) - A sublime, clean, minimalistic ZSH theme with `git` status decorations. * [sugar-free](https://github.com/cbrock/sugar-free) - Based on the [Pure](https://github.com/sindresorhus/pure) and [Candy](https://github.com/BinaryMuse/oh-my-zsh/blob/binarymuse/themes/candy.zsh-theme) themes. * [sukeesh](https://github.com/sukeesh/sukeesh-zsh-theme) - Includes `git` status decorations. Works better on dark terminal backgrounds. From 7310d8d8f890ba7d3546b7d2038b93f8d48af93b Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 27 Jul 2021 17:19:25 -0600 Subject: [PATCH 15/20] Add shadow theme Add shadow now that https://github.com/agentshadow/shadow-zsh-theme/issues/1 is closed --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4eae9ff..c1839d3 100644 --- a/README.md +++ b/README.md @@ -1770,6 +1770,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [serious](https://github.com/oliversandli/serious-zsh-theme) - Includes command exit status and `git` status decorations. * [seti_UX](https://github.com/ginfuru/iTerm-Seti_UX) - A simple omz-compatible theme with a corresponding iTerm 2 color scheme. * [sfz](https://github.com/mreinhardt/sfz-prompt.zsh) - An evolution of lean prompt which itself is a rewrite of pure. +* [shadow](https://github.com/agentshadow/shadow-zsh-theme) - Includes `git` status, directory, host name, username and time decorations. * [shayan](https://github.com/shayanh/shayan-zsh-theme) - Simple theme with `git` status decorations. * [shellder](https://github.com/simnalamburt/shellder) - Minimal theme with git branch display. Requires a Powerline-compatible font. * [shichi](https://github.com/arturoalviar/shichi-zsh-theme) - A simple theme with the first character being 七(shichi/nana), the number 7. The primary color is red with a yellow accent. Includes `git` status decorations. From 422f77ee1bbec40cdc53965609ecb6665fe1f5bf Mon Sep 17 00:00:00 2001 From: Joe Block Date: Wed, 28 Jul 2021 16:12:18 -0600 Subject: [PATCH 16/20] Add yeet theme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c1839d3..bd032c8 100644 --- a/README.md +++ b/README.md @@ -1877,6 +1877,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [yairshefi](https://github.com/yaireclipse/yairshefi-ohmyzsh-theme) - Minimal theme with line separated prompts. Based on the [robbyrussell](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/robbyrussell.zsh-theme) theme. * [yazpt](https://github.com/jakshin/yazpt) - A clean, fast, good-looking ZSH prompt theme that thoughtfully incorporates Git/Subversion/TFVC status info, integrates with popular plugin managers like Oh My Zsh, and is straightforward to customize and extend. * [yechen](https://github.com/liyechen/yechen.zsh-theme) - Minimalist theme with `git` status decorations. +* [yeet](https://github.com/jeetelongname/Yeet-theme) - Minimalist prompt with `git` status decorations. * [ykmam](https://github.com/julienvanderkluft/ykmam-zsh-theme/blob/master/ykmam.zsh-theme) - Modified from [ys](https://github.com/cristiancavalli/ys-zsh-custom-theme) theme and optimized for a dark background. * [ys (cristiancavalli)](https://github.com/cristiancavalli/ys-zsh-custom-theme) - Clean, simple, compatible and meaningful theme meant for dark backgrounds. * [ys (tinyRatP)](https://github.com/tinyRatP/ys) - Variant of [ys](https://gist.github.com/ysmood/6110461). From 63357218cc5ee68ccf72f6905f6d61e47a47d443 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Thu, 29 Jul 2021 19:04:38 -0600 Subject: [PATCH 17/20] Add shirnschall theme Closes https://github.com/shirnschall/shirnschall-zsh-theme/issues/1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bd032c8..d571a2e 100644 --- a/README.md +++ b/README.md @@ -1758,6 +1758,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [samshell](https://github.com/samuelb/samshell) - A minimalist zsh theme with `git`, kubernetes and python virtualenv decorations. * [saraiva](https://github.com/ruisaraiva19/saraiva-theme) - Includes `git` status decorations, works well on a dark terminal background. * [saturn](https://github.com/gantoreno/saturn-prompt) - A soft & minimalistic prompt for those who love space and want to have a bit of it on their terminal, featuring cool emojis & highly customizable prompt elements (such as icons, colors, time format, and more). +* [shirnschall](https://github.com/shirnschall/shirnschall-zsh-theme) - Includes `git` status and `user@hostname` decorations. * [schminitz-v2](https://github.com/mashdots/schminitz-v2) - Shows `git` status decorations, user@host information, the 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. * [sdkman](https://github.com/matthieusb/zsh-sdkman) - Add tab completions for [sdkman](https://sdkman.io/). From fdc8e137692087ac39468fbe4bb190e822f611bc Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 30 Jul 2021 07:29:59 -0600 Subject: [PATCH 18/20] Update contributing guidelines. --- Contributing.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/Contributing.md b/Contributing.md index 2699919..e60da2e 100644 --- a/Contributing.md +++ b/Contributing.md @@ -2,7 +2,7 @@ First and foremost, thanks for the help, I appreciate all of the contributions, and the awesome-zsh-plugins list wouldn't be nearly as complete without them. You may add to the list by submitting a pull request or adding a link in an issue. -I want to be clear that real, useful PRs are always welcome. _But_ if you came here just to make a PR because you watched that idiot CodeWithHarry's youtube video, _I will report it to DigitalOcean_, you will be disqualified from Hacktoberfest and you won't get the free stuff you're trying for._ +I want to be clear that real, useful PRs are always welcome. _But_ if you came here just to make a useless PR because you watched that idiot CodeWithHarry's youtube video, _I will report it to DigitalOcean_, you will be disqualified from Hacktoberfest and you won't get the free stuff you're trying for._ ## Entry Guidelines @@ -18,7 +18,9 @@ I want to be clear that real, useful PRs are always welcome. _But_ if you came h * Descriptions should follow the link, on the same line, with capitalization consistent with the other entries in the section. -* Each entry should be a single line that ends in a period. This makes keeping the sections sorted easier. We let GitHub's markdown formatter handle adding any required line breaks rather than embedding breaks in the entries ourselves, this also allows us to work with any browser window width. +* Each entry should be a single line that ends in a period. This makes keeping the sections sorted easier. + +* Plugin, theme and completions entries _must_ be a single line and be added in alphabetical order in their respective sections of the list. We let GitHub's markdown formatter handle adding any required line breaks rather than embedding line breaks in the entries ourselves, this also allows us to work correctly with any browser window width. * For consistency, please use all caps for ZSH in all entry descriptions. @@ -26,9 +28,9 @@ I want to be clear that real, useful PRs are always welcome. _But_ if you came h * Please make sure all framework, plugin, themes or completions list entries are sorted *alphabetically*. -* The link should be named the name of the package or project. +* The link should be named the name of the package or project. Please remove any leading or trailing `zsh-plugin`, `zsh-theme` from the visible portion of the link. -* Your PR should pass the CircleCI checks. If the checks show an error that you didn't add (a previous plugin entry has gone 404, for example) you don't _have_ to fix those errors, though I'll certainly appreciate the help if you do, or if you create an issue documenting the problem so I can fix it. +* Your PR should pass the Github Action checks. If the checks show an error that you didn't add (a previous plugin entry has gone 404, for example) you don't _have_ to fix those errors, though I'll certainly appreciate the help if you do, or if you create an issue documenting the problem so I can fix it. ### Themes From 6ca77b41f1dbb0a61b794756e1f5e4292e4f8ea5 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 30 Jul 2021 07:34:01 -0600 Subject: [PATCH 19/20] Add link to Contributing.md in PR template --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 53b9571..05e4bcd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -28,7 +28,7 @@ Go over all the following points, and put an `x` in all the boxes that apply. You only need to check the box for completions/plugins/themes if you added something in those categories --> -- [ ] I have read the **CONTRIBUTING** document. +- [ ] I have read the [CONTRIBUTING](https://github.com/unixorn/awesome-zsh-plugins/blob/main/Contributing.md) document. - [ ] I have confirmed that the link(s) in my PR are valid. - [ ] My entries are single lines and are in the appropriate (plugins, themes or completions) section, and in alphabetical order in their section. - [ ] All new and existing tests passed. From 8cf2322f79bc28458f467cf6c32bae647c2770d7 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Sat, 31 Jul 2021 12:00:40 -0600 Subject: [PATCH 20/20] Add elsa theme Closes https://github.com/faycito/elsa/issues/1 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d571a2e..7bb2a6c 100644 --- a/README.md +++ b/README.md @@ -1399,6 +1399,7 @@ If you're using [Antigen](https://github.com/zsh-users/antigen), you can test th * [eggshausted](https://github.com/inutano/eggshausted) - A `git`-aware theme for people who are tired of getting errors. * [eleastic](https://github.com/jinseobhong/eleastic-zsh-theme) - Inspired by [agnoster](https://github.com/agnoster/agnoster-zsh-theme), optimized for solarized terminal theme, includes `git` status decorations. Requires powerline-compatible font. * [elessar](https://github.com/fjpalacios/elessar-theme) - A `git`-aware theme based on [gitster](https://github.com/shashankmehta/dotfiles/blob/master/thesetup/zsh/.oh-my-zsh/custom/themes/gitster.zsh-theme). Requires a Powerline-compatible font. +* [elsa](https://github.com/faycito/elsa) - Includes root status, pwd and `git` status decorations. * [emojeer](https://github.com/lxynox/emojeer-ohmyzsh) - Emoji flavored [oh-my-zsh](ohmyzsh/ohmyzsh) theme. * [emoji](https://github.com/masaakifuruki/emoji.zsh-theme) - Based on [robbyrussell](https://github.com/ohmyzsh/ohmyzsh/blob/master/themes/robbyrussell.zsh-theme) oh-my-zsh theme with the `git` prompt symbols replaced with emoji for better clarity. * [endless-dog](https://github.com/qwelyt/endless-dog) - oh-my-zsh-compatible theme that mimics grml-zsh-config.