From 0a8596999f6017aa801166d56dd9bb8bba3083c1 Mon Sep 17 00:00:00 2001 From: Joe Block Date: Tue, 7 Oct 2014 07:53:03 -0700 Subject: [PATCH] Add dotzsh and awesome-zsh-plugins links --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ec414f3..d704201 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [zsh-prompt-powerline](https://github.com/Valodim/zsh-prompt-powerline) - A ZSH prompt based on the powerline font from the popular vim plugin * [zsh-syntax-highlighting](https://github.com/zsh-users/zsh-syntax-highlighting) - Fish shell like syntax highlighting for zsh * [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) - An implementation of the Fish shell's history search feature for zsh. +* [awesome-zsh-plugins](https://github.com/unixorn/awesome-zsh-plugins) - A list of zsh plugins usable with antigen, dotzsh, oh-my-zsh & prezto. ## Package Management and Frameworks @@ -52,6 +53,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [antigen](https://github.com/zsh-users/antigen) - A plugin manager for zsh, inspired by oh-my-zsh and vundle * [bash-it](https://github.com/revans/bash-it) - A community bash framework * [bpkg](http://www.bpkg.io/) - JavaScript has npm, Ruby has Gems, Python has pip and now Shell has bpkg +* [dotzsh](https://github.com/dotphiles/dotzsh) - dotzsh strives to be platform and version independent, some functionality may be lost when running under older versions of zsh, but it should degrade cleanly and allow you to use the same setup on multiple machines of differing OS's without problems. * [fresh](https://github.com/freshshell/fresh) - Keep your dotfiles fresh * [homeshick](https://github.com/andsens/homeshick) - git dotfile synchronizer written in bash * [oh-my-fish](https://github.com/bpinto/oh-my-fish) - Framework for managing your fish shell configuration inspired by Oh My ZSH