Shell Zinit

Open-source Shell projects categorized as Zinit

Top 7 Shell Zinit Projects

  1. zsh-vi-mode

    💻 A better and friendly vi(vim) mode plugin for ZSH.

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. zinit

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

    Project mention: 🚀 A Hands-On Guide to Setting Up Zsh, Oh My Zsh, asdf, and Spaceship Prompt with Zinit for Your Development Environment | dev.to | 2024-06-18

    cat << 'EOF' >> ~/.zshrc ### Added by Zinit's installer if [[ ! -f $HOME/.local/share/zinit/zinit.git/zinit.zsh ]]; then print -P "%F{33} %F{220}Installing %F{33}ZDHARMA-CONTINUUM%F{220} Initiative Plugin Manager (%F{33}zdharma-continuum/zinit%F{220})…%f" command mkdir -p "$HOME/.local/share/zinit" && command chmod g-rwX "$HOME/.local/share/zinit" command git clone https://github.com/zdharma-continuum/zinit "$HOME/.local/share/zinit/zinit.git" && \ print -P "%F{33} %F{34}Installation successful.%f%b" || \ print -P "%F{160} The clone has failed.%f%b" fi source "$HOME/.local/share/zinit/zinit.git/zinit.zsh" autoload -Uz _zinit (( ${+_comps} )) && _comps[zinit]=_zinit # Load a few important annexes, without Turbo zinit light-mode for \ zdharma-continuum/zinit-annex-as-monitor \ zdharma-continuum/zinit-annex-bin-gem-node \ zdharma-continuum/zinit-annex-patch-dl \ zdharma-continuum/zinit-annex-rust ### End of Zinit's installer chunk EOF

  4. fast-syntax-highlighting

    Feature-rich syntax highlighting for ZSH (by zdharma-continuum)

    Project mention: Better Shell History Search | news.ycombinator.com | 2025-03-25

    using zsh? use one of these, they work better than this. (Demo https://asciinema.org/a/155704)

    I prefer these two, you get good performance, search that is semi-shell syntax aware, ranking that takes age somewhat into account, and syntax hilighting.

    https://github.com/zdharma-continuum/history-search-multi-wo... with https://github.com/zdharma-continuum/fast-syntax-highlightin...

    or the same thing but older, for those who like older things because they have an air of stability about them: https://github.com/zsh-users/zsh-history-substring-search

  5. dot_files

    My dot_files for linux - i3, zinit, tmux, tmuxinator, urxvt and Co

  6. zunder-zsh

    âš¡ A minimalistic zsh configuration with sane defaults.

    Project mention: Turbo charge your Mac(zsh) in 5 lines | news.ycombinator.com | 2024-11-13

    git clone https://github.com/warbacon/zunder-zsh.git

  7. teton

    🌄 Dotfiles that make you feel at $HOME.

  8. history-search-multi-word

    History search for multiple words (by zdharma)

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Shell Zinit discussion

Log in or Post with

Shell Zinit related posts

  • The Essential Zsh Config for Beginners

    1 project | dev.to | 26 May 2024
  • Deeply scammy looking zsh plugin manager called "zi"

    3 projects | news.ycombinator.com | 8 Apr 2024
  • The features of the Fish shell, but POSIX compliant?

    2 projects | /r/commandline | 27 Mar 2023
  • A new fzf-like solution for grepping and opening files

    2 projects | /r/commandline | 19 Mar 2023
  • Brew for plugins or clone the repo manually...

    4 projects | /r/zsh | 16 Dec 2022
  • Only me?

    2 projects | /r/neovim | 16 Oct 2022
  • Is this safe to use?

    3 projects | /r/zsh | 13 Oct 2022
  • A note from our sponsor - CodeRabbit
    coderabbit.ai | 18 Apr 2025
    Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →

Index

What are some of the best open-source Zinit projects in Shell? This list will help you:

# Project Stars
1 zsh-vi-mode 3,620
2 zinit 3,560
3 fast-syntax-highlighting 1,255
4 dot_files 87
5 zunder-zsh 39
6 teton 18
7 history-search-multi-word 15

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com

Did you know that Shell is
the 11th most popular programming language
based on number of references?