Fork me on GitHub

Ranked awesome lists, all in one place

This list is a copy of unixorn/awesome-zsh-plugins with ranks


awesome-zsh-plugins

Awesome ★73813

Status

License Build Status Join the chat at https://gitter.im/unixorn/awesome-zsh-plugins GitHub stars Code Climate Issue Count

A collection of ZSH frameworks, plugins, tutorials & themes inspired by the various awesome list collections out there.

Table of Contents generated with DocToc ★1670

Please read the Contributing Guidelines before contributing.

Frameworks

These frameworks make customizing your zsh setup easier.

alf ★34 ⏳1Y

Alf is an out of this world super fast and configurable framework for zsh; it’s modeled after Prezto and Antigen while utilizing Oh My Zsh under the covers; and offers standard defaults, aliases, functions, auto completion, automated updates and installable prompt themes and plugins.

ansible-role-zsh ★64

ansible-role-zsh is an ansible role with zero-knowledge installation. It uses antigen to manage bundles and oh-my-zsh. Can load bundles conditionally. By default it includes powerlevel9k theme, autosuggestions, syntax-highlighting, fzf-widgets. Fully customizable.

ant-zsh ★9

Ant-zsh is a tiny and lightweight ZSH configuration environment for special customization needs. It includes plugins, themes and a basic convenient setup.

antibody

Antibody A faster and simpler antigen written in Golang. More details at http://getantibody.github.io/.

antigen-hs ★171 ⏳1Y

antigen-hs is a replacement for antigen optimized for a low overhead when starting up the shell. It will automatically clone plugins for you.

antigen ★3624

Antigen is a small set of functions that help you easily manage your shell (zsh) plugins, called bundles. The concept is pretty much the same as bundles in a typical vim+pathogen setup. Antigen is to zsh, what Vundle is to vim. Antigen can load oh-my-zsh themes and plugins and will automatically clone them for you.

ax-zsh ★3

Ax-ZSH is a modular configuration system for ZSH. It provides sane defaults and is extendable by plugins.

dotzsh ★136

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 OSes without problems.

fresh ★818

fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. We also support files such as ackrc and gitconfig. Think of it as Bundler for your dot files.

oh-my-zsh

oh-my-zsh is a community-driven framework for managing your zsh configuration. Includes 120+ optional plugins (rails, git, macOS, hub, capistrano, brew, ant, macports, etc), over 120 themes to spice up your morning, and an auto-update tool that makes it easy to keep up with the latest updates from the community.

prezto ★8378

Prezto enriches the ZSH command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes.

pumice ★3 ⏳2Y

Pumice is a lightweight plugin manager for zsh.

zeesh ★28

Zeesh is a cross-platform Zsh framework. It’s similar to, but incompatible with, oh-my-zsh. It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.

zgen ★830

Zgen is a lightweight plugin manager for ZSH inspired by Antigen. The goal is to have a minimal overhead when starting up the shell because nobody likes waiting. The script generates a static init.zsh file which does nothing but source your plugins and append them to your fpath. The downside is that you have to refresh the init script manually with zgen reset whenever you update your .zshrc. Can load oh-my-zsh compatible plugins and themes, and will automagically clone them for you when you add them to your plugin list.

zilsh ★23 ⏳2Y

zilsh is a zsh config system that aims to appeal more to power-users and follow the simplistic approach of vim-pathogen.

zim

Zim is a Zsh configuration framework with blazing speed and modular extensions.

zit ★6

zit is a plugin manager for ZSH. It is minimal because it implements the bare minimum to be qualified as a plugin manager: it allows the user to install plugins from Git repositories (and Git repositories only, them why the name), source plugins and update them. It does not implement fancy functions like cleanup of removed plugins, automatic compilation of installed plugins, alias for oh-my-zsh/prezto/other ZSH frameworks, building binaries, PATH manipulation and others.

zoppo ★25

Zoppo is the crippled configuration framework for Zsh. As an Italian saying goes: “chi va con lo zoppo, impara a zoppicare”, we realized we were walking with a cripple and are now going to become crippled ourselves.

zpacker ★0

Zpacker is a lightweight ZSH plugin & theme management framework.

zplug ★1945

:hibiscus: Zplug is a next-generation zsh plugin manager.

zplugin ★92

Zplugin is an innovative plugin manager with semigraphical UI, Turbo Mode ★94 and services support.

ZPM

ZPM ( Zsh plugin manager ) is a plugin manager for zsh similar to vim-plug. ZPM plugins are compatible with oh-my-zsh ★63417. ZPM runs on Linux, Android, FreeBSD and macOS.

ZR ★21

ZR is a zsh plugin manager written in Rust.

ztanesh ★245

Ztanesh aims to improve your UNIX command line experience and productivity with the the configuration provided by the ztanesh project: the tools will make your shell more powerful and easier to use.

zulu ★68

Zulu is a total environment manager for ZSH 5+

Tutorials

Generic ZSH

Antigen

Oh-My-Zsh

Prezto

Zgen

Plugins

Even more completions

These plugins add tab completion without adding extra functions or aliases.

Themes

If you’re using Antigen, you can test these themes in a running ZSH with antigen theme githubuser/repo. If you’re using zgen ★830, add them to your init.zsh with zgen load githubuser/reponame.

Fonts

Some of the themes listed here require Powerline-compatible fonts, here are a few:

Installation

Antigen ★3624

Most of these plugins can be installed by adding antigen bundle githubuser/reponame to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running ZSH with antigen bundle githubuser/reponame for testing before adding it to your .zshrc.

dotzsh ★136

  1. Clone new plugins into .zsh.local/modules
  2. Load the plugin module in .zshrc
  3. Open a new ZSH terminal window or tab

Oh-My-Zsh

  1. cd ~/.oh-my-zsh/custom/plugins
  2. git clone repo
  3. Add the repo to your plugin list

Prezto ★8378

  1. Clone the plugin into your prezto modules directory
  2. Add the plugin to your .zpreztorc file
  3. Open a new terminal window or tab

Zgen ★830

Most of these plugins can be installed by adding zgen load githubuser/reponame to your .zshrc file in the same function you’re doing your other zgen load calls in. Zgen will automatically clone the repositories for you when you do a zgen save.

zplug ★1945

Most of these plugins can be installed by adding zplug "githubuser/reponame" to your .zshrc file.

Writing New Plugins

I’ve documented some recommendations for writing a new plugin here.

Other Resources

ZSH Tools

Other Useful Lists

Find other useful awesome-* lists at the awesome collection ★73813

Other References

The ZSH Reference Card and zsh-lovers site are indispensable.

This list is a copy of unixorn/awesome-zsh-plugins with ranks