Two by far the most popular plugins are zsh-syntax-highlighting and zsh-autosuggestions . They are of high quality and quite useful. The most popular standalone prompt/theme is likely powerlevel10k (disclaimer: my project). Answer from romkatv on reddit.com
๐ŸŒ
Catalin's Tech
catalins.tech โ€บ zsh-plugins
The Only 6 Zsh Plugins You Need
February 24, 2026 - If you want to take your Mac terminal to the next level, check out iTerm2 + Oh-My-Zsh: Supercharge Your Mac Terminal. ... If you want to install all of these automatically on a new machine, including a Brewfile that handles the whole process, ...
Discussions

What zsh plugins & shell tools do you actually use every day?
zoxide, pay-respects, zsh-autosuggestions, fzf, tv ( https://github.com/alexpasmantier/television ), ripgrep, eza, bat, .. More on reddit.com
๐ŸŒ r/zsh
29
69
February 21, 2026
[Question] What are the best plugins for zsh ?
Two by far the most popular plugins are zsh-syntax-highlighting and zsh-autosuggestions . They are of high quality and quite useful. The most popular standalone prompt/theme is likely powerlevel10k (disclaimer: my project). More on reddit.com
๐ŸŒ r/zsh
54
63
May 28, 2023
My Top 5 Zsh Plugins
I see your opinion and offer mine. zsh-syntax-highlighting is a great plugin. It's extremely popular. If you are going to enable just one plugin, this is the one I would recommend. If you have an appetite for two plugins, go with zsh-autosuggestions on top. This ends the list of plugins I would recommend. There are useful plugins out there apart from these two but they are rare and situational. Most zsh plugins are useless or harmful. I would strongly recommend against git plugin from ohmyzsh and zsh-bat that were mentioned in the article. If you want some of the aliases that they define, simply copy them over to your .zshrc. More on reddit.com
๐ŸŒ r/zsh
12
29
November 4, 2023
As a developer using Oh-My-ZSH, what are a couple of plugins or shortcuts that you can't live without?
I love autojump aka the j command. I switch between projects a lot and being able to do so very quickly is great, especially when urgent issues crop up! More on reddit.com
๐ŸŒ r/softwaredevelopment
10
26
August 6, 2020
๐ŸŒ
Wicksipedia
wicksipedia.com โ€บ home โ€บ blog โ€บ my fast zsh setup without oh my zsh (but with its best plugins)
My Fast Zsh Setup Without Oh My Zsh (But With Its Best Plugins) | Wicksipedia
March 5, 2026 - It replaces Zshโ€™s default tab completion with fuzzy matching powered by fzf. Type git checkout and hit tab: interactive branch picker instead of a flat list. Same for cd, kill, file paths, basically anything with completions. Once I had this, the default tab completion felt broken by comparison especially since TUIs > GUIs. A few more pieces that round things out, all loaded via Zinit: eza via zstyle is worth calling out specifically. The OMZ eza plugin supports zstyle configuration, which is cleaner than aliasing ls manually.
๐ŸŒ
DEV Community
dev.to โ€บ chandrashekhar โ€บ 24-zsh-plugins-every-developer-devops-engineer-should-use-in-2025-383k
24 Zsh Plugins๐Ÿ”Œ Every Developer & DevOps Engineer ๐Ÿ–ฅ Should Use in 2025 - DEV Community
December 5, 2025 - Having many plugins can slow down shell startup. If you notice lag: ... Type alias in your terminal to see all available aliases! Explore themes: Try agnoster or powerlevel10k for a beautiful prompt ยท Custom aliases: Add your own in ~/.zshrc or ~/.oh-my-zsh/custom/aliases.zsh
๐ŸŒ
GitHub
github.com โ€บ unixorn โ€บ awesome-zsh-plugins
GitHub - unixorn/awesome-zsh-plugins: A collection of ZSH frameworks, plugins, themes and tutorials. ยท GitHub
A collection of ZSH frameworks, plugins, themes and tutorials. - unixorn/awesome-zsh-plugins
Starred by 17.8K users
Forked by 602 users
Languages ย  Shell
๐ŸŒ
GitHub
github.com โ€บ ohmyzsh โ€บ ohmyzsh โ€บ wiki โ€บ plugins
Plugins
Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool that makes it easy to ...
Author ย  ohmyzsh
Find elsewhere
๐ŸŒ
Safjan
safjan.com โ€บ home โ€บ linux โ€บ top popular zsh plugins on github (2023)
Top Popular ZSH Plugins on GitHub (2023)
January 30, 2023 - The top-3 Zsh frameworks in the ranking remains the same: Oh My Zsh, prezto and antigen. Personally, I use zgen, which works well however, last commits to the repo of this projects are from 2018.
๐ŸŒ
Oh My Zsh!
ohmyz.sh
Oh My Zsh - a delightful & open source framework for Zsh
Psstโ€ฆ Oh My Zsh works best on macOS or Linux. If you don't, we do! Oh My Zsh includes over 300 plugins, and we like to share.
๐ŸŒ
Linux Handbook
linuxhandbook.com โ€บ best-zsh-plugins
7 Zsh Plugins I Love (And Probably You Will Too)
August 23, 2025 - Syntax highlighting is one of the most useful plugins of zsh as it uses different colors to indicate commands, arguments, variables, operators, and other elements. The best part is you get to know that the command you are about to execute is faulty and you should re-read the command.
๐ŸŒ
Open Awesome
open-awesome.com โ€บ home โ€บ categories โ€บ development environment โ€บ zsh plugins
Curated List of awesome ZSH Plugins | Open Awesome
The "Awesome ZSH Plugins" project is a curated collection of plugins designed to enhance the functionality of Zsh, a powerful shell for interactive use and scripting. This list includes a variety of plugins that improve productivity, add useful features, and customize the user experience, covering categories such as themes, auto-completion, syntax highlighting, and version control integrations.
๐ŸŒ
OpenReplay
blog.openreplay.com โ€บ openreplay blog โ€บ customizing your terminal with oh my zsh themes and plugins
Customizing Your Terminal with Oh My Zsh Themes and Plugins
August 5, 2025 - If you prioritize terminal startup speed over visual features, minimal themes offer the best performance: ... These themes load instantly and consume minimal resources, making them perfect for older machines or when working over slow SSH connections. The git plugin comes pre-installed and provides dozens of aliases that dramatically reduce typing. Instead of git status, use gst. Replace git add --all with gaa. The plugin includes shortcuts for every common Git operation. ... zsh-autosuggestions provides intelligent command completion based on your history.
๐ŸŒ
GitHub
gist.github.com โ€บ n1snt โ€บ 454b879b8f0b7995740ae04c5fb5b7df
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md ยท GitHub
Oh my ZSH with zsh-autosuggestions zsh-syntax-highlighting zsh-fast-syntax-highlighting and zsh-autocomplete.md ยท Iโ€™ve written a newer optimized 2026 version of this guide with a faster setup using Zinit + Starship and improved plugin loading.
๐ŸŒ
Medium
medium.com โ€บ @goyalpranjal โ€บ empowering-new-developers-a-guide-to-cli-tools-and-installing-zsh-with-essential-plugins-a735925b32bb
Empowering New Developers: A Guide to CLI Tools and Installing Zsh with Essential Plugins | by Pranjal Goyal | Medium
June 18, 2023 - Git โ€” Version Control Made Easier: If youโ€™re not already familiar with Git, itโ€™s a distributed version control system widely used in software development. The Git plugin for Zsh provides convenient aliases and autocompletion, making working with Git repositories a breeze.
๐ŸŒ
Medium
medium.com โ€บ codimis โ€บ terminal-productivity-booster-zsh-plugins-e8750ad1453d
Zsh Top Plugins for Developers: Boost Terminal Productivity | Codimis
April 3, 2024 - Discover the best Zsh plugins to supercharge your terminal experience. Boost productivity with syntax highlighting, autosuggestions, tab completions, and more. Streamline workflows and increase efficiency with these must-have Zsh plugins for developers.
๐ŸŒ
Medium
medium.com โ€บ @vishwanathnarayanan29 โ€บ moving-away-from-oh-my-zsh-cc8b6bfc3b57
Moving away from Oh-My-Zsh ๐Ÿ‘‹. Introduction | by Vishwanath N | Medium
January 29, 2026 - I kept each theme in a separate folder, thereby sourcing the theme I want dynamically based on a variable I keep in my zshrc file. I still wanted a few plugins from OMZ, such as autosuggestions, autocompletions, and syntax highlighting, so I pulled only those plugins from the OMZ repository and sourced them manually in my .zshrc.
๐ŸŒ
Mindthevirt
mindthevirt.com โ€บ home โ€บ 2023 โ€“ oh my zsh plugins: the best way to enhance your z shell
2023 - Oh My Zsh Plugins: The Best Way to Enhance Your Z Shell
August 20, 2023 - oh my zsh comes with a curated list of plugins that can be easily installed and managed, as well as a powerful theming engine that allows you to customize the look and feel of your prompt. In this blog post, we will take a look at some of the best oh my zsh plugins in 2023.
๐ŸŒ
Odysee
neko.odysee.tv โ€บ @ericnmurphy:9 โ€บ the-top-5-zsh-plugins-i-can't-live:2
The Top 5 ZSH Plugins I CAN'T Live Without!
November 1, 2021 - Is your ZSH not living up to its full potential? Make working in the terminal a little more pleasant with a few ZSH plugins. Enable syntax highlighting, automatic suggestions, search through your hist...
๐ŸŒ
DEV Community
dev.to โ€บ hbenvenutti โ€บ using-zsh-without-omz-4gch
Using ZSH without OMZ - DEV Community
October 14, 2022 - It is as simple as just adding this line at ~/.zshrc: ... IT IS DONE! I'll, however, give you a full guide to add a theme and plugins.
๐ŸŒ
Starship
starship.rs
Starship: Cross-Shell Prompt
Add the following to the end of ~/.zshrc: sh ยท # ~/.zshrc eval "$(starship init zsh)" Add the following to the end of Microsoft.PowerShell_profile.ps1. You can check the location of this file by querying the $PROFILE variable in PowerShell. Typically the path is ~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1 or ~/.config/powershell/Microsoft.PowerShell_profile.ps1 on -Nix.