What if I told you you don't really need a Zsh plugin manager?

This page summarizes the projects mentioned and recommended in the original post on /r/zsh

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • pz

    Discontinued The fast, native, Zsh plugin manager [Moved to: https://github.com/mattmc3/antidote] (by mattmc3)

  • If we copy pz's code and paste it in zshrc, can we call it plugin-manager-less? 😛

  • zed

    ZSH Plugin Manager (by MunifTanjim)

  • I think most people built these zsh plugin managers because it's a fun little project. I did one too: zed 🤷🏼‍♂️

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • zsh-autosuggestions

    Fish-like autosuggestions for zsh

  • if [[ ! -e ~/.zsh/zsh-syntax-highlighting ]]; then git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting fi if [[ ! -e ~/.zsh/zsh-autosuggestions ]]; then git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/zsh-autosuggestions fi autoload -Uz compinit compinit PS1='%F{green}%n@%m%f %F{blue}%~%f%# ' source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh

  • zsh_unplugged

    🤔 perhaps you don't need a Zsh plugin manager after all...

  • After antibody was deprecated last winter and the recent zinit debacle, I got to thinking - why do I even need a Zsh plugin manager? Thus, I have created zsh_unplugged to show you how you can clone and source Zsh plugins lightning fast with one simple Zsh function.

  • zsh-syntax-highlighting

    Fish shell like syntax highlighting for Zsh.

  • if [[ ! -e ~/.zsh/zsh-syntax-highlighting ]]; then git clone https://github.com/zsh-users/zsh-syntax-highlighting.git ~/.zsh/zsh-syntax-highlighting fi if [[ ! -e ~/.zsh/zsh-autosuggestions ]]; then git clone https://github.com/zsh-users/zsh-autosuggestions.git ~/.zsh/zsh-autosuggestions fi autoload -Uz compinit compinit PS1='%F{green}%n@%m%f %F{blue}%~%f%# ' source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh

  • zgenom

    A lightweight and fast plugin manager for ZSH

  • Have you had a look at zgenom?

  • zinit

    🌻 Flexible and fast ZSH plugin manager (by zdharma-continuum)

  • 👉 https://github.com/zdharma-continuum/zinit

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • chezmoi

    Manage your dotfiles across multiple diverse machines, securely.

  • I use chezmoi dotfiles manager for this

  • alias-tips

    An oh-my-zsh plugin to help remembering those aliases you defined once (by Crandel)

  • zsh-defer

    Deferred execution of Zsh commands

  • I use zsh-defer for lazy plugin loading and I fork all plugin repos to avoid the same situation as with zinit

  • .dotfiles

    :fireworks: Arch Linux with i3 / nvim / tmux / urxvt / zsh / ... (by Phantas0s)

  • It depends of the plugin. For example, for bd I've created a simple file where I source the plugin: https://github.com/Phantas0s/.dotfiles/blob/master/zsh/plugins/bd

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts