Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A collection of ZSH frameworks, plugins, themes and tutorials.

License

NotificationsYou must be signed in to change notification settings

unixorn/awesome-zsh-plugins

Awesome

Status

LicenseAwesomebotGitHub starsContributorsGitHub last commitTrack Awesome List

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

Table of Contents

Please read theContributing Guidelines before contributing.

Disclaimer

While I have done my best to not add entries with embedded malicious code, I don't have the time to sift through the source of every entry in the list.

THIS LIST IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THEIMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE AREDISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLEFOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIALDAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS ORSERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVERCAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USEOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Frameworks

These frameworks make customizing your ZSH setup easier.

You can find some interesting performance timing comparisons of various frameworks in the following locations.

GitHub last commitGitHub Repo stars

Alf is an out of this world super fast and configurable framework for ZSH; it's modeled afterPrezto andAntigen while utilizingOh-My-Zsh under the covers; and offers standard defaults, aliases, functions, auto completion, automated updates and installable prompt themes and plugins.

GitHub last commitGitHub Repo stars

ansible-role-zsh is an ansible role with zero-knowledge installation. It usesantigen to manage bundles andoh-my-zsh. Can load bundles conditionally. By default it includes the powerlevel9k theme, autosuggestions, syntax-highlighting andfzf-widgets andfzf-marks. Fully customizable.

GitHub last commitGitHub Repo stars

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

GitHub last commitGitHub Repo stars

Antibody is a faster and simplerantigen written in Golang. More details are available athttp://getantibody.github.io/.

GitHub last commitGitHub Repo stars

Antidote is a ZSH plugin manager made from the ground up thinking about performance.

It is fast because it can do things concurrently, and generates an ultra-fast static plugin file that you can include in your ZSH config.

It is written natively in ZSH, is well tested, and picks up whereAntibody left off.

use-omz enables easy use ofOh-My-ZSH with antidote.

GitHub last commitGitHub Repo stars

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

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

Awesome-Lazy-Zsh is a simplified and customizable Zsh setup tool for managing plugins and themes. It streamlines your terminal environment with an easy-to-use CLI interface, allowing you to manage .zshrc configurations effectively.Features

  • Plugin Management: Install and manage plugins easily.
  • Theme Customization: Apply a variety of Zsh themes.
  • Backup and Restore: Safeguard your .zshrc configurations.
  • Interactive CLI: User-friendly setup options.
  • Dependency Management: Automatically checks for Git, Node.js, and Homebrew.

GitHub last commitGitHub Repo stars

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

Ax-ZSH integrates well withPowerlevel10k and other extensions, including plugins compatible withoh-my-zsh.

GitHub last commitGitHub Repo stars

A minimalist ZSH plugin manager.

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

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 asBundler for your dot files.

GitHub last commitGitHub Repo stars

gh-source is a plugin manager for people who don't like plugin managers. It's a simple shell function that downloads and installs plugins from GitHub as part of the sourcing step. It's designed to be used withzsh, but it should work with any shell.

GitHub last commitGitHub Repo stars

miniplug is a minimalistic plugin manager for ZSH.

  • No crashes or double plugin loading when re-sourcing.zshrc
  • Unlike other frameworks, Miniplug does not pollute your$PATH
  • Only does the bare minimum for managing plugins

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

PMS allows you to manage your shell in a way to that helps decrease setup time and increases your productivity. It has support for themes (change the way your shell looks), plugins (adds functionality to your shell), and dotfile management.

The PMS framework also allows you to use the same framework in different shells. Use ZSH on your personal laptop, and usebash on remote servers. Wanna tryfish? Go ahead, try out different shells.

GitHub last commitGitHub Repo stars

Prezto enriches the ZSH command line interface environment with sane defaults, aliases, functions, auto completion, and prompt themes. There are someprezto-specific plugins athttps://github.com/belak/prezto-contrib.

GitHub last commitGitHub Repo stars

Pumice is a lightweight plugin manager for ZSH.

GitHub last commitGitHub Repo stars

ryzshrc is a smart, innovative plugin manager likeOh My Zsh, designed to enhance your terminal experience with professional and cool features. It boosts productivity by providing efficient shell management, sleek themes, and powerful plugins. Perfect for developers seeking a modern and intelligent way to work with their terminal

GitHub last commitGitHub Repo stars

A fast, configurable, shell plugin manager.

  • Can manage
    • Anygit repository.
      • Branch/tag/commit support.
      • Extra support for GitHub repositories.
      • Extra support for Gists.
    • Arbitrary remote files, simply specify the URL.
    • Local plugins, simply specify the directory path.
  • Highly configurable install methods usinghandlebars templating.
  • Super-fast parallel installation.
  • Configuration file usingTOML syntax.
  • Uses a lock file for much faster loading of plugins.

GitHub last commitGitHub Repo stars

An easy solution for managing your shell environments. Works with bothbash andzsh. Makes it easy to sync your environment across multiple machines with agit repository.

GitHub last commitGitHub Repo stars

bash/zsh/ksh plugin manager and env teleporter

Makes your shell env and plugins available everywhere (hosts/users)!

GitHub last commitGitHub Repo stars

Toasty is a ZSH framework made to facilitate management, not dictate it.

GitHub last commitGitHub Repo stars

A minimal declarative zsh plugin manager.

Supports:

  • fetch & load plugin(s) with declared methods
  • list, check, reload, update & remove plugin(s) with commands

Dependencies:

  • zsh
  • gnu coreutils
  • git (optional, if you want to clone git repositories from internet)
  • curl (optional, if you want to fetch a script file by url)

Pros:

  • extremely simple and light, but enough to use.
  • compared to similar packages likezplug, it has a much simpler configuration grammar.

GitHub last commitGitHub Repo stars

A ZSH micro plugin manager.

GitHub last commitGitHub Repo stars

x-cmd is a toolset implemented using posix shell and awk.It is very small in size and offers many interesting features. Here is a milestone demo:https://x-cmd.com/

Tools Provided by x-cmd:

  • Wrappers for Common Commands (e.g., cd, ip, ps, tar, apt, brew): These wrapped commands are more intelligent and easier to use compared to the native commands.
  • Lightweight Package Management Tool: We have implemented a lightweight package management tool using shell and awk. Through it, you can quickly obtain most common software tools, such as jq, 7za, bat, nvim, python, node, go, etc.
  • CLI for Useful Websites (e.g., github.com, cht.sh): We have wrapped their APIs using shell and awk for daily use and to obtain corresponding services in scripts.
  • AI Tools: We provide CLIs for ChatGPT, Gemini, Jina.ai, etc., and have wrapped corresponding shortcut commands for different application scenarios, such as@gemini for chatting with Gemini AI and@zh for using AI to translate specified content or command results.

GitHub last commitGitHub Repo stars

Yazt is a simple ZSH theme manager in maintenance that is compatible with nearly everything. You can use prompts in plugins, mix 'n' match two themes and with a few modifications, you can even use it inbash.

GitHub last commitGitHub Repo stars

yzsh is a simple ZSH framework for managing plugins, themes, functions, aliases and environment variables.

GitHub last commitGitHub Repo stars

zap is a minimal ZSH plugin manager.

GitHub last commitGitHub Repo stars

zapack is a basic fast minimal ZSH plugin loader.

GitHub last commitGitHub Repo stars

zcomet is a minimalistic ZSH plugin manager that gets you to the prompt surprisingly quickly without caching (see the benchmarks). In addition to loading and updating plugins stored ingit repositories, it supports lazy-loading plugins (further reducing startup time) as well as downloading and sourcing code snippets.

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

zgem is a plugin manager for ZSH that supports loading and updating plugins and themes from git, http and local files.

GitHub last commitGitHub Repo stars

Zgen is currently not being actively maintained and I recommend you use thezgenom fork instead, which is actively maintained and continues to get new features.

Zgen is a lightweight plugin manager for ZSH inspired byAntigen. The goal is to have minimal overhead when starting up the shell because nobody likes waiting.

GitHub last commitGitHub Repo stars

A lightweight plugin manager for ZSH that is a fork that extends the brilliantzgen and provides more features and bugfixes while being fully backwards compatible.

To keep loading fast during new terminal sessions,zgenom generates a staticinit.zsh file which does nothing but source your plugins and append them to yourfpath.

This minimizes startup time by not having to execute time consuming logic (plugin checking, updates, etc) during every shell session's startup. The downside is that you have to refresh the init script manually withzgenom reset whenever you update your plugin list in your.zshrc.

Zgenom can loadoh-my-zsh-compatible andprezto-compatible plugins and themes, and will automagicallygit clone plugins for you when you add them to your plugin list.

GitHub last commitGitHub Repo stars

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

GitHub last commitGitHub Repo stars

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

GitHub last commitGitHub Repo stars

Zinit is an innovative and probably (because of the Turbo) the fastest plugin manager with support for:

  • Turbo mode – 80% faster ZSH startup! for example: instead of 200 ms, it'll be 40 ms
  • Completion management (selectively disable and enable completions)
  • Snippets (↔ regular files downloaded via-URL, e.g.: scripts) and through them Oh My Zsh and Prezto plugins support (→ low overhead)
  • Annexes (↔ Zinit extensions)
  • Reports (from the plugin loads – plugins are no longer black boxes)
  • Plugin unloading (allows e.g.: dynamic theme switching)
  • bindkey capturing and remapping
  • packages
  • Cleanfpath (the array$fpath is not being used to add completions and autoload functions, hence it stays concise, not bloated)
  • Services ↔ a single-instance, background plugins
  • Also, in general: all the mechanisms from the ZSH Plugin Standard – Zinit is a reference implementation of the standard.

The project is very active – currently > 3100 commits.

GitHub last commitGitHub Repo stars

This is Zinit 4 from theoriginal author, who once removed theZinit repository from GitHub. This spawned a community-drivenzdharma-continuum organization that revived all of psprint's ZSH projects. Its main innovations from the @zdharma-continuum fork are:

  • AppImage distribution (release link),
  • Action complete – press Alt-Shift-A and Alt-Shift-C to complete plugin names and ice modifiers,
  • Themes – set $ZITHEME to one of default, blue and gold to set a color set to use for Zinit 4 messages,
  • New icebuild which is equivalent of three other ices:null,configure andmake install and simply builds the project from sources, with support for autotools/CMake/Meson/Scons.

These are the most visible changes, but there are more (like e.g.: support for compiling with libraries from previously built projects/$ZPFX).

GitHub last commitGitHub Repo stars

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 fromgit repositories (andgit repositories only, that's 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.

GitHub last commitGitHub Repo stars

zlugin is a very lightweight ZSH plugin manager.

GitHub last commitGitHub Repo stars

⚡Znap is a light-weight plugin manager &git repository manager for ZSH that's easy to grok. While tailored for ZSH plugins specifically,Znap also functions as a general-purpose utility for managinggit repositories.

Znap can:

  • Make any prompt appear instantly. Reduce your startup time from ~200ms to ~40ms with just one command.
  • Asynchronously compile your plugins and functions.
  • Cache those expensiveeval $(commands).
  • Clone or pull multiple repos in parallel.
  • Re-clone all your repos without you having to re-enter them.
  • Multi-repo management
  • Automaticcompinit andbashinit - you no longer need them in your.zshrc, znap will do them automatically as needed.

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

Zpacker is a lightweight ZSH plugin & theme management framework.

GitHub last commitGitHub Repo stars

The minuscule ZSH package manager. No frills, no bloat, just 2 kB of 100% ZSH code, providing complete package management for your ZSH environment.

ZSH package managers are abundant, but most are bloated, slow or have excessive requirements. On top of that, more than a few have been abandoned for years. Zpico does not seek to be the best of the best, rather to balance functionality against a tiny, fast footprint.

GitHub last commitGitHub Repo stars

🌺 Zplug is a next-generation ZSH plugin manager.

  • Can manage everything
  • Super-fast parallel installation/update
  • Support for lazy-loading
  • Branch/tag/commit support
  • Post-update, post-load hooks
  • Dependencies between packages
  • Unlikeantigen, no ZSH plugin files (*.plugin.zsh) are required
  • Interactive interface (fzf,peco,zaw, and so on)
  • Cache mechanism for reducingthe startup time

GitHub last commitGitHub Repo stars

zpm ( ZSH Plugin Manager ) is a plugin manager forZSH which combines the imperative and declarative approach. At first run, zpm will do complex logic and generate a cache, after that will only use the cache, so it makes this framework very fast.

  • Fastest plugin manager (Really, after the first run, zpm will not be used at all)
  • Support for async loading
  • Dependencies between packages
  • zpm runs on Linux, macOS, FreeBSD and Android.
  • zpm plugins are compatible withoh-my-zsh.

GitHub last commitGitHub Repo stars

zr is a quick, simple ZSH plugin manager written in Rust and easily installable withcargo install zr.

GitHub last commitGitHub Repo stars

zshing is a ZSH plugin manager similar to Vundle/Vim and allows you to...

  • Keep track of and configure your plugins right in the.zshrc
  • Install ZSH plugins
  • Update ZSH plugins
  • Search by name all available ZSH Plugins
  • Clean unused plugins up
  • Run the above actions in asingle command
  • Manages theSource Plugins of your installed Plugins

GitHub last commitGitHub Repo stars

Customize your.zshrc with only ~21 lines of code. Based onzsh-unplugged.GitHub last commitGitHub Repo stars

GitHub last commitGitHub Repo stars

A simple plugin manager for zsh. Features:

  • Auto-updates all plugins.
  • Auto-updates itself.
  • Configurable time interval for both auto-updaters.

GitHub last commitGitHub Repo stars

zshPlug is a minimalist plugin manager heavily based onzap.

GitHub last commitGitHub Repo stars

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.

GitHub last commitGitHub Repo stars

ztheme is a small and fast theme engine for ZSH.

GitHub last commitGitHub Repo stars

A simple and fast ZSH plugin manager. It useszcompile and async loading to speed up your shell startup time.

GitHub last commitGitHub Repo stars

Zulu is a environment manager for ZSH 5 or later, which aims to make it easy to manage your shell without writing any code.

  • Easily manage your shell environment without editing files.
  • Create aliases, functions and environment variables, and have them available to you at the next shell startup.
  • Add and remove directories from$path,$fpath and$cdpath with simple commands.
  • Install packages, plugins and themes easily, and have them available to you immediately.

GitHub last commitGitHub Repo stars

A performance-aware ZSH configuration designed for sub-200ms startup times while maintaining full functionality.

Features:

  • Instant Prompts - Basic prompt appears immediately, full prompt loads after ~129ms
  • Plugin Management - Simple zushp user/repo command to install GitHub plugins
  • Lazy Loading - Tools like nvm, pyenv, cargo load only when needed
  • Auto-compilation - All ZSH files compiled with zcompile for faster loading
  • Smart Caching - Environment changes cached for instant startup

Setups

This section is for full setup dropins - they aren't frameworks, but they're not simple plugins/themes either.

zgenom

  • zsh-quickstart-kit - A simple quickstart for using ZSH withzgenom. This automatically configures ZSH to usezgenom to load a curated (but easily customizable) collection of plugins and periodically automatically update itself, the plugins, and the quickstart kit itself.

zinit

  • ZPWR - An extremely powerful custom terminal environment built on top ofZinit for maximum speed. A full terminal configuration framework includingzsh,tmux,fzf,vim and spacemacs configurations. It includes:

  • 12.9k+ tab completions

  • 1.9k+ aliases

  • 330+ git aliases

  • 400+ zpwr subcommands

  • 2.8k functions

  • 175+ zpwr environment variables

  • 175+ perl, python, bash, ZSH scripts

  • 2.8k line README.md

  • 50k+ LOC

  • 1 line install

Prerequisites

If you're on a Mac, thezsh that comes with it is usually pretty stale. You can usebrew install zsh to update it.

Many of the themes here use special glyphs for things like displaying a branch icon. You'll need to use aNerd Font or a Powerline-compatible font in your terminal program or you'll see ugly broken boxes where the symbols should be.

Here are a few good sources for Nerd Fonts and Powerline-compatible fonts:

  • Awesome Terminal Fonts - A family of fonts that include some nice monospaced Icons.
  • Cascadia Code - Microsoft's Cascadia Code
  • Fantasque Awesome Font - A nice monospaced font, patched with Font-Awesome, Octoicons, and Powerline-Glyphs.
  • Fira Mono - Mozilla's Fira type family.
  • Hack - Another Powerline-compatible font designed for source code and terminal usage.
  • Input Mono - A family of fonts designed specifically for code. It offers both monospaced and proportional fonts and includes Powerline glyphs.
  • Iosevka - Iosevka is an open source slender monospace sans-serif and slab-serif typeface inspired byPragmata Pro, M+ andPF DIN Mono, designed to be the ideal font for programming.
  • Monoid - Monoid is customizable and optimized for coding with bitmap-like sharpness at 15px line-height even on low res displays.
  • Mononoki - Mononoki is a typeface by Matthias Tellen, created to enhance code formatting.
  • More Nerd Fonts - Another site to download Nerd Fonts.
  • Nerd fonts - A collection of over 20 patched fonts (over 1,700 variations) & the fontforge font patcher python script for Powerline, devicons, and vim-devicons: includes Droid Sans, Meslo, AnonymousPro, ProFont, Inconsolta, and many more. These can be installed withbrew - dobrew tap homebrew/cask-fonts && brew install --cask fontname
  • Powerline patched font collection - A collection of a dozen or so fonts patched to include Powerline glyphs.
  • Spacemono - Google's new original monospace display typeface family.
  • Victor Mono - Victor Mono is a free programming font with semi-connected cursive italics, symbol ligatures (!=, ->>, =>, ===, <=, >=, ++) and Latin, Cyrillic and Greek characters.

Tutorials

Generic ZSH

Antigen

Oh-My-Zsh

Prezto

Zgen

Zinit (né zplugin)

  • BlaCk-Void-Zsh - 🔮 Awesome, customizable Zsh Starter Kit 🌠🌠. Includes powerline,fzf integration, Weather and image viewing in some terminals.
  • zinit-configs - Real-world configuration files (basically a collection of.zshrc files) holdingzinit invocations.

ZSH on Windows

superconsole - Windows-only

  • ConEmu/zsh out-of-the-box configured to restore previously opened tabs and shell working directories afterConEmu restart
  • Choose between clean and inherited environment when starting new SuperConsole sessions
  • Custom colorful scheme, colorful output for various commands
  • MSYS2 included,zsh and necessary software preinstalled, uses zsh-grml-config
  • UsesAntigen for ZSH theme and config management
  • Enabled number of ZSH plugins to activate completion, highlighting and history for most comfortable use
  • Git-for-Windows repo with propergit andgit lfs support forMSYS2 environment is configured,git client already installed.
  • ssh-agent forgit works out-of-box, add your keys toConEmu/msys64/ConEmu/msys64/home/user/.ssh dir
  • Non-blocking ZSH prompt status updates thanks toagkozak-zsh-prompt
  • Command-not-found handler customized forMSYS2 suggests what package to install
  • Sets upnano as main editor, enablesnano syntax highlighting
  • Custom helper scripts added toConEmu/msys64/3rdparty

Plugins

  • 1password - Adds1Password functionality including aopswd command that wraps theop command. It takes a service name as an argument and copies the password for that service to the clipboard.
  • 256color - Enhances the terminal environment with 256 colors. It looks at the chosenTERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available.
  • abbr (olets) - Manages auto-expanding abbreviations that expand inline when you hit space, inspired by fish shell.
  • abbr-path - Adds functionality of thetheme_title_use_abbreviated_path parameter from some oh-my-fish themes.
  • abbrev-alias - Provides functionality similar tovim's abbreviation expansion.
  • actiona - Make it easier to callactiona scripts from your command line. Includes tab completions.
  • activate-py-environment - Automagically detects and activates your python environments (poetry,virtualenv andconda) while traversing directories.
  • adguard-helper - Simplies interaction with theAdGuard VPN CLI. It provides user-friendly commands that reduce the need to remember complex flags and commands by offering a more intuitive interface.
  • adonisjs - Plugin for skipping thenode part of theace command.
  • ai-commands - Asks GPT (gpt-4-turbo-preview) for CLI commands that achieve the described target action.
  • airpods-battery - Looks for AirPods via Bluetooth and puts their battery charge state into$RPROMPT.
  • aish - Instant shell script solutions from OpenAI right in your prompt.
  • alacritty - Controlalacritty color schemes.
  • alehouse - Contains short aliases forbrew commands, inspired bybetterbrew.
  • alias-finder - Displays an alias when you use a command you have aliased previously. Helpful for remembering aliases you have defined in the past. Written as a pure ZSH script for speed.
  • alias-maker - Allows you to easily create and manage aliases from the command line.
  • alias-tips - Anoh-my-zsh plugin to help remembering those aliases you defined once.
  • allclear - Clears the terminal when you cd into$HOME.
  • allergen - A collection of custom ZSH plugins to use with Antigen.
  • almostontop - Clears previous command output every time before new command executed in shell. Inspired by thealwaysontop plugin forbash.
  • alt-and-select - Binds the alt-c (copy), alt-v (paste), alt-x (cut) keyboard shortcut to a commands: copy-region-as-kill, yank, kill-region. Remaps the execute command to Alt-Shift-X.
  • ansible - A plugin forAnsible.
  • ansimotd - Adds old-school cool ANSI art when a login shell starts.
  • ansiweather - Weather in your terminal, with ANSI colors and Unicode symbols.
  • antidote-use-omz - Make usingoh-my-zsh withantidote seamless.
  • antigen-git-rebase - Antigen/ZSH script to aid withgit rebasing.
  • anyframe - Apeco/percol/fzf wrapper plugin for ZSH.
  • apache2 - Adds aliases and functions for managing Apache2.
  • apparix - Command line directory bookmarks with jumping to bookmarks, subdirectory tab completion, distant listing etc.
  • apple-touchbar - Adds MacBook Pro touchbar support iniTerm 2.
  • appup - Addsstart,stop,up anddown commands when it detects adocker-compose.yml orVagrantfile in the current directory (e.g. your application). Just runup and get coding!
  • apt - For distros withapt package manager. Offers to install missing programs for you.
  • arc-search - Enables quick searches using Arc browser directly from your terminal. Features URL encoding for search terms.
  • arc - Adds aliases for Yandex version control system.
  • archlinux (fourdim) - Defines helper functions forpacman on Arch Linux.
  • archlinux (junker) - Based on the oh-my-zsharchlinux plugin. Defines helper functions and aliases.
  • arduino - Adds scripts to build, upload and monitor arduino sketches from a command line. Requiresjq.
  • artisan - Laravelartisan plugin for ZSH to help you to runartisan from anywhere in the project tree, with tab completion!
  • asciidoctor - A plugin for AsciiDoctor.
  • asdf (kiurchv) - Integration and completions forasdf, the extendable version manager, with support for Ruby, Node.js, Elixir, Erlang and more.
  • asdf (zimfw) - Initializesasdf, installing it usinggit if not installed yet. Also, bypasses the shims if you're using thedirenv plugin, as suggested by the pluginpro-tips.
  • asdf-direnv - Integration and completions forasdf anddirenv.
  • asdf-prompt - Provides a function usable in prompts that displays version information for your current tool versions.
  • ask - Serves as a ChatGPT API frontend, enabling you to interact with ChatGPT directly from the ZSH shell using onlycURL andjq.
  • assume-role - Allows you to assume AWS IAM roles easily. Includes completions.
  • async - Library for running asynchronous tasks in ZSH without requiring any external tools. Allows you to run multiple asynchronous jobs, enforce unique jobs (multiple instances of the same job will not run), flush all currently running jobs and create multiple workers (each with their own jobs).
  • atom-plugin - Based on theSublime plugin, lets you launch a file or folder inAtom fromiTerm 2.
  • atuin - Replaces your existing shell history with a SQLite database, and records additional context for your commands. Additionally, it provides optional and fully encrypted synchronisation of your history between machines, via an Atuin server.
  • aur-install - Small plugin to install packages from the AUR.
  • auto-cenv - Automatically activates the conda environment when entering the project folder.
  • auto-color-ls - Automatically list directories withcolorls.
  • auto-fu.zsh - Automatic complete-word and list-choices. Originally incr-0.2.zsh by y.fujii .
  • auto-ls (commanda-panda) - Automatically runsls orcolor-ls if available oncd.
  • auto-ls (desyncr) - Automaticallyls when cding to a new directory.
  • auto-notify - Automatically sends out a notification when a long running task has completed.
  • auto-nvm - Automatically switches to the node version specified in a given directory.
  • auto-pnpm-use - Automatically loads the node version specified in.nvmrc or.npmrc.
  • auto-venv - Automatically activates the Python virtual environment in the current directory or its parent directories.
  • autocomplete - Automatically lists completions as you type and provides intuitive keybindings for selecting and inserting them.
  • autodark (cravend) - Switches between user-specified light and dark themes. Only works on macOS.
  • autodark (vbwx) - Switches to another Terminal profile if dark mode is enabled (macOS-only).
  • autodotenv - Will prompt you to load variables when youcd into a directory containing a.env file.
  • autoenv-extended - Extended version of thezsh-autoenv plugin.
  • autoenv - Directory-based environments.
  • autojump - Acd command that learns - easily navigate directories from the command line. Install autojump-zsh for best results.
  • autopair - A ZSH plugin for auto-closing, deleting and skipping over matching delimiters. Only tested on ZSH 5.0.2 or later.
  • autoquoter - Azle widget ("zsh plugin") that will automatically put quotes around arguments to certain commands.
  • autosuggestions -Fish-like fast/unobtrusive autosuggestions for ZSH.
  • autoswitch-virtualenv - ZSH plugin to automatically switch python virtualenvs and pipenvs when traversing directories. Automatically detectspipenv andpoetry projects.
  • autoupdate-antibody - A fork ofautoupdate-antigen for theAntibody plugin manager, with the added ability to cooperate with static loading.
  • autoupdate-antigen -Antigen doesn't do automatic updates likeoh-my-zsh. This plugin adds auto updating forantigen, both ofantigen and the bundles loaded in your configuration.
  • autoupdate-oh-my-zsh-plugins -oh-my-zsh doesn't automatically update non-core plugins, this plugin autoupdatesgit repositories in the$ZSH_CUSTOM directory.
  • autovenv (linnnus) - Automatically activates Python virtual environments when entering their parent directory.
  • autovenv (snovra-dev) - Automatically activates Python virtual environments when entering their parent directory.
  • aws-cli-mfa - AWS CLI MFA plugin based on sweharris'aws-cli-mfa. Supports specifyingmfa_device in profile.
  • aws-mfa - Plugin for AWS MFA.
  • aws-plugin - Adds helper functions foraws command. Includes mfa andassume-role helpers.
  • aws-upload - Boost your productivity withaws-upload.
  • aws-vault-profiles - Plugin that integrates usage ofaws-vault with the$AWS_PROFILE environment variable.
  • aws-vault - Plugin foraws-vault. Includes tab completions.
  • aws - Forked from the originaloh-my-zshaws. Includes completions forawscli and a few utilities for managing AWS profiles and displaying them in your prompt.
  • aws2 - Provides completion support for version 2 of theawscli and a few utilities to manage AWS profiles and display them in the prompt.
  • awsp - AWS profile management for ZSH. Inspired by oh-my-zsh'saws plugin. Shows details of currently active AWS profile.
  • awsssh - List, select andssh into EC2 instances.
  • awsume - Plugin that enables showing the currentawsume profile.
  • azcli - Helper for using the Azure cli tools.
  • azure-keyvault - Makes using Azure keyvaults less verbose from the cli.
  • azure-subscription - Displays information about the Azure current Subscription and tenant.
  • banner - Displays ANSI/ASCII art on session startup.
  • baseballfunfacts - Print random baseball related "fun facts" in your shell. Depends onfortune andcowsay being installed.
  • bash-quote - Get random quote from Bash.im.
  • bash - Makes ZSH more Bash compatible. It redefines the source command to act more likebash does. It also enablesbash completions.
  • bat - Adds some helper aliases forbat users.
  • battery_state - Show battery state in right-prompt.
  • bd - Jump back to a specific directory, without doingcd ../../...
  • bepoptimist Remaps vi-mode for the Frenchbépo keyboard.
  • bitbucket-git-helpers - Adds helper scripts to allow you to create bitbucket PRs or open a directory in the current branch.
  • bitwarden (casonadams) - ABitwarden CLI fuzzy finder usingfzf. Requiresjq.
  • bitwarden (game4move78) - Adds functions to managebitwarden sessions.
  • bitwarden (kalsowerus) - Opens afzf widget containing yourBitwarden vault items. Upon selecting an item either the username or password will be either written into the shell or copied into the clipboard. Requiresfzf,jq andbitwarden.
  • blackbox - Stack Exchange's toolkit for storing keys/credentials securely in agit repository.
  • bob - Plugin forbob a cross-platform and easy-to-use Neovim version manager.
  • bofh - Adds functions to display random bofh fortunes.
  • bol - Prints a random quote when you open a terminal window.
  • boss-docker - Managesdocker on macOS.
  • boss-git - Adds some convenience aliases forgit.
  • branch-manager - A plugin for managinggit branches.
  • brave - ManagesBrave profiles. With this plugin, you can start the Brave Browser with a specific user profile by using the brave command followed by the profile's name. The plugin also implements autocompletion for the profile names so you won't have to type the entire profile name manually.
  • brew (rhuang2014) - Standalone plugin for theHomebrew Package Manager.
  • brew (wintermi) - Simple plugin for theHomebrew Package Manager.
  • brew (wolffaxn) - Standalone plugin for theHomebrew Package Manager.
  • brew-install - Installs and loadsbrew on WSL.
  • brew-switcher - Automatically switch between Homebrew installations based on the current active arch, arm64 or x86_64, on Apple Silicon Macs.
  • browse-commit - Lets you open any commit in your browser from the command line.
  • bruse - Makes it easy tobrew link different versions of packages.
  • bumblebee - A plugin to toggle prependingoptirun in the command line.
  • bw - Provides formatting options and easy access to credentials stored inBitwarden via the BitwardenCLI. The plugin tries to retrieve a valid session before each action, therefore an explicit login is not nescessary beforehand.
  • bws - Simplify and improve the retrieval of secrets from theBitwarden Secret Manager.
  • c - Adds somegit shortcuts.
  • calc (arzzen) - A calculator for ZSH.
  • calc (sam-programs) - Allows you to run math calculations with no prefixes.
  • calibre-zaw-source -Calibre - E-book management source forzaw
  • caniuse - AddCan I Use support to ZSH.
  • caper-bush - Enhances Git's tab autocomplete by using AI to generate concise, context-aware summaries of staged changes for thoughtful commit messages. Requires and OpenAI key,jq andyq.
  • careful_rm - A wrapper forrm that adds trash/recycling and useful warnings.
  • case - A ZSH plugin that adds two aliasestolower andtoupper to switch output case.
  • ccusage - Displays real-time AI usage costs from theccusage CLI tool directly in your terminal prompt.
  • cd-gitroot - A ZSH plugin tocd to thegit repository root directory.
  • cd-ls - Automaticallyls aftercd.
  • cd-reminder - Display reminders whencd-ing into specified directories.
  • cd-reporoot - A ZSH plugin tocd to the current repository checkout's root directory.
  • cd-ssh -ssh to a server when you accidentallycd to it.
  • cdbk - A ZSH plugin to allow easy named directory creation - shortcuts to any directory you want.
  • cdc - Makes it easier to change directories to directories that are subdirs of a user-defined list of directories. Includes tab-completion, session history andpushd,popd anddirs equivalents.
  • cdh - Allows users to manage and navigate through a history of directories they have visited. It maintains a history file of directories and provides several commands to interact with this history.
  • cdhist - cd history/subdir/locatedir navigation. simple cd history, alias builtincd to addcd history, rapidily swich to already visited directories, can uselocate,mlocate orplocate to rapidly cd to any directory
  • cdr - Easy setup ofcdr for ZSH.
  • change-case - Plugin for fast swap between upper and lower case in your command line. 😎
  • cheatsheet - Plugin to easily view, create, and edit cheatsheets.
  • check-deps - Helper for ZSH plugins that allows them to show how to install any missing dependencies. Works on Debian (and derivatives like Ubuntu), Arch and its derivatives, Node.js and ZSH plugins if you are using thezpm framework.
  • chgo - Clone ofchruby modified to make it easy to switch between multiple Go versions.
  • claude - AI-powered command suggestions and explanations for ZSH using Claude AI. Get intelligent shell command help with simple keybindings. Transform natural language into executable shell commands, or get detailed explanations of complex commands - all directly in your terminal with Claude AI integration.
  • clean-project - Remove files from projects (automatically by default). Useful for keeping.DS_Store andThumbs.db files from cluttering your directories.
  • cleanzip - Helps create zip files that don't have data that shouldn't be in there.
  • clipboard - Adds a cross-platform helper function to access the system clipboard. Works on macOS, X11 (and Wayland) and Cygwin.
  • cmaker - Makes usingcmake easier.
  • cmd-status - Reports the status of commands including return code and duration.
  • cmd-time - Collects the execution time of commands and exports the result to a variable that can be used elsewhere. It is similar to the built-inREPORTTIME function, but it is also slightly different. Unlike when you setREPORTTIME, it considers user and sytem time, not just CPU time.
  • cmdtime - Displays the duration of a command to the terminal forked from thetimer plugin.
  • code-review - Launchesgit difftool ongit merge-base target_branch base_branch andtarget_branch.
  • code-stats - Counts keypresses and logs stats toCode::Stats.
  • codex - Enables you to use OpenAI's powerful Codex AI in the command line.
  • coffee-time - Adds thecaf alias, which runscaffeinate -dims. The extra flags keep everything awake: the system, the drive, and the display.
  • color-logging - provides a really easy to use logging library with notifications for pushbullet and pushover, colorizes tools likecat andls and provides a color library.
  • colored-man-pages-mod - Forked fromohmyzsh/ohmyzsh/plugins/colored-man-pages. Colorizesman output.
  • colored-man-pages - Colorizeman pages.
  • colorize-functions - Colorizes functions for ZSH.
  • colorize - Colorize the output of various programs.
  • colorls - Defines a few helpful shortcuts to some colorls functions.
  • colors (Tarrasch) - Makes it easier to colorize text from the CLI.red foo just works.
  • colors (zpm-zsh) - Enhanced colors for ZSH.
  • command-execution-timer - Displays the time an interactive shell command takes to execute.
  • command-not-found (freed-wu) - Uses thecommand-not-found package for ZSH to provide suggested packages to be installed if a command cannot be found.
  • command-not-found (tarrasch) - A mirror of theoh-my-zshcommand-not-found plugin so you don't have to include all of oh-my-zsh.
  • command-note - Record complex commands and comment on them.
  • command-time - Show execution time for long commands in ZSH andpowerlevel9k. Similar toREPORTTIME builtin, but only outputs when user + system time >=REPORTTIME.
  • communism - Displays a Marx quote of the day.
  • compe - Add completion fornvim-compe.
  • conda (themysciradata) - Adds function to provide a prompt segment forconda and aliases for some base functions.
  • conda (wardhanisukoco) - Automatically loadsconda and provides functions for detectingconda versions for use in themes.
  • conda-init - Cleans up environment variables soconda doesn't mess uptmux.
  • condaenv - Provides acondaenv_prompt_info function which returns the currentconda environment name.
  • confer - Tries to find program configuration files automatically so you can do things likeconf vim to edit yourvim configuration files.
  • containers - Provides aliases and better interoperability betweenpodman anddocker commands based on which you have installed.
  • copy-pasta - Copy and paste files in your terminal like you would in a GUI.
  • copyzshell - A ZSH plugin to copy your shell configuration to another machine overssh.
  • cowsay - Displays a joke withcowsay andlolcat every time you open a terminal.
  • crash - Adds proper error handling, exceptions and try/catch for ZSH.
  • crayon-syntax - ZSH syntax highlighting for the Crayon Plugin for Wordpress.
  • cros-auto-notify - Automatically sends out a notification when a long running task has completed. Works with macOS and linux (ifhterm-notify is installed).
  • crypto-prices - Add apowerlevel9k segment with the current bitcoin price.
  • crystal - A plugin forCrystal.
  • cvideo - Quickly compress video withffmpeg.
  • cwebp - Converts common image formats (JPG, PNG, GIF, BMP, TIFF) to WebP format using Google'scwebp tool in batch mode.
  • cycle-fav-dirs - A plugin to cycle through your favourite directories.
  • cycle-jobs - The ZSH Cycle Jobs Plugin is a simple yet powerful tool that enhances your terminal workflow by allowing you to cycle through background jobs using a single keyboard shortcut. This plugin is particularly useful for developers and system administrators who frequently work with multiple background processes.
  • czhttpd - A simple http server written in 99.9% pure ZSH.
  • databricks - Enhanced Databricks CLI integration for Zsh with convenient aliases and profile management.
  • dbd - Displays eye-catching banners whenever you change directories (cd). It uses figlet and lolcat to generate colorful banners, giving your terminal a stylish touch.
  • ddev - A ZSH plugin for theddev tool for setting up PHP development environments.
  • declare-zsh - A parser forzinit commands in.zshrc. It allows you to perform the following actions on.zshrc from the command-line - enable and disable plugins add or remove snippets.
  • deepx - Collection of useful and fun commands to improve workflow and quality of life.
  • deer - A file navigator for ZSH heavily inspired byranger.
  • def - Allows you to specify and run a default command in any directory of your choice.
  • defer - Defers execution of azsh command untilzsh has nothing else to do and is waiting for user input. Its intended purpose is stagedzsh startup. It works similarly to Turbo mode inzinit.
  • delete-prompt - ZSH widget to delete the prompt texts within the current line. It is useful when executing pasted commands from the web or a README. A leading non-alphanumeric character + space is detected as a prompt.
  • deno (cowboyd) - Usefuldeno aliases and settings.
  • deno (tricked-dev) - Automatically installsdeno to$HOME/.deno on startup if deno is not already installed.
  • depot-tools - Simpleoh-my-zsh plugin for installing the chromium depot_tools. Installing this plugin will add all of the chromium depot_tools to your$PATH automatically.
  • dev - Provides a lightweight version of Shopify's internal dev tool
  • dietpi - Adds utilities fordietpi to your$PATH (and includes aliases to automagically run them withsudo) when you log into a machine runningdietpi.
  • diff-so-fancy - Automatically installsdiff-so-fancy and enables its use in ZSH andgit.
  • diractions - Allow you to map a short logical/mnemonic name to directories to quickly access them, or perform actions in them.
  • dirbrowse - Customized version of thedirbrowse plugin inoh-my-zsh.
  • dircolors-solarized (joel-porquet) - Solarized dircolors plugin, with options for dark or light terminal backgrounds.
  • dircolors-solarized (pinelibg) - EnablesSolarized Color Theme for GNU ls.
  • dircycle - Cycle through the directory stack.
  • directory-history - A per directory history for ZSH which implements forward/backward navigation as well as substring search in a directory sensitive manner.
  • direnv - A plugin for installing and loadingdirenv. Inspired byzsh-pyenv.
  • dirrc - Executes.dirc when present in a directory youcd into.
  • dirstack - Plugin for displaying the dirstack info on a single line.
  • diskfree - Displays the free space on your disk in your prompt.
  • doas (anatolykopyl) - Easily prefix your current or previous commands withdoas by pressingESC twice.
  • doas (senderman) - Easily prefix your current or previous commands withdoas by pressingESC twice.
  • docker-aliases -Docker aliases for everyday use.
  • docker-compose - Showdocker container status in your prompt.
  • docker-helpers - A collection ofdocker helper scripts.
  • docker-machine - A docker-machine plugin for ZSH.
  • docker-run - Go back to running your commands "naturally", we'll handle the container.
  • dogesh - Dogification plugin.
  • dot-up - Converts...,....,....., etc., intocd commands to navigate parent directories.
  • dotbare - Interactive dotfile management with the help offzf.
  • dotfiles - Keep your dotfiles in sync across multiple machines usinggit.
  • dotpyvenv - Automagically switch to a python virtual environment located (that you previously have created with virtualenv program) in a directory named.pyvenv when youcd into a directory.
  • download - Helper to download files witharia2c.
  • dropbox - Adropbox plugin for ZSH that providesdropbox-cli anddropbox-uploader commands.
  • drupal - Adds aliases for common tasks and also tab-completion fordrush. Inspired byArtisan.
  • dune-quotes - Random Dune quote generator plugin.
  • duration - Displays command duration if it exceeds a user-settable run time.
  • dwim - Attempts to predict what you will want to do next. It provides a key binding (control-u) that will replace the current (or previous) command line with the command you will want to run next.
  • easy-motion - A port ofvim-easymotion for ZSH.
  • ec2ssh - List EC2 instances andssh login to the instances easily.
  • editing-workbench - Adds sane, complex command line editing (e.g. incremental history word completion).
  • edward cli - Adds smart completions and alises foredward CLI micro-service launcher.
  • elixir - Adds shortcuts for Elixir, IEX, Mix, Kiex and Phoenix.
  • emacs (cowboyd) - Make Emacs the default for CLI operations like editing git commit messages; set up handy aliases.
  • emacs (flinner) - Uses the Emacs daemon capability, allowing the user to quickly open frames, whether they are opened in a terminal via assh connection, or X frames opened on the same host.
  • emoji-cli - 😱 Emoji completion on the command line.
  • emoji-fzf - Configurable ZSH plugin for the excellentemoji-fzf. It is heavily inspired byemoji-cli.
  • emojis - Adds numerous ASCII art emojis to your environment in convenient variables.
  • enhancd - A simple tool that provides an enhancedcd command by memorizing all directories visited by a user and use it for the pathname resolution.
  • ensure-kube-context - Ensures that the--context flag is passed to various Kubernetes commands likekubectl,cilium,stern, and more.
  • env-secrets - Automatically retrieves secrets from secure storage backends and exports them as environment variables during shell initialization. This eliminates the need to store sensitive information in plain text configuration files. Works withpass and the macOS keychain.
  • envrc - Automatically loads and unloads environment variables if a.envrc file is found in a directory.
  • escape-backtick - Quickly insert escaped backticks when double-tapping "`".
  • evalcache - Caches the output of a binary initialization command likeeval "$(hub alias -s)", to help lower shell startup time by loading from cache instead of re-running every new shell session.
  • evil-registers - Extends ZLEvi commands to remotely access named registers of thevim andnvim editors, and system selection and clipboard.
  • exa (DarrinTisdale) - Enables a number of aliases extendingexa, the modern replacement forls.
  • exa (mohamedelashri) - Adds aliases forexa, a modern replacement forls.
  • exa (ptavares) - Installs and loadsexa.
  • exa (ritchies) - Adds aliases to make usingexa easier.
  • exa (todie) - Integration and completions forexa, a modern replacement forls.
  • exa (zap-zsh) - Overrides common commands to use exa instead.
  • exa (zplugin) - replacels withogham/exa.
  • exa (zshell) - replacels withogham/exa.
  • exa-ls (zpm-zsh) - Zsh plugin for ls.
  • exa-ls - Adds aliases so that you can useexa as a drop-in replacement forls andtree.
  • exercism - A plugin forexercism.io.
  • expand-ealias - Expand specific aliases with space.
  • expand - Expands regular aliases, global aliases, incorrect spellings and phrases, globs, history expansion and $parameters with the spacebar key.
  • expander - Azle widget that allows you to write custom expanders and select them withfzf.
  • explain-shell (brokentoaster) - Useslynx to look up the current command line onexplainshell.com.
  • explain-shell (gmatheu) - Opens commands onexplainshell.com.
  • extend-history - Extends command history by adding the exit code for each command in the history.
  • ez-cmd - Simplifies and streamlines common command-line tasks by providing easy-to-use shortcuts and aliases.
  • ez-compinit - Wrapscompinit, queueing up calls tocompdef, and hooking the realcompinit call to an event that runs at the end of your.zshrc. That way you get all the benefits of callingcompinit early without any of the downsides.
  • eza (clavelm) - Replacesls witheza-community/eza.
  • eza (mohamedelashri) - Adds aliases foreza, a modern replacement forls.
  • eza (twopizza9621536) - Replacesls witheza-community/eza.
  • eza (z-shell) - Replacesls witheza-community/eza.
  • eza-ls - Adds aliases allowingeza, to act as a drop-in replacement forls andtree.
  • f-shortcuts - Makes a shortcuts toolbar usingF1 toF12 keys.
  • fancy-ctrl-z - Broken out version of the version inoh-my-zsh so users of other frameworks don't have to import all ofoh-my-zsh.
  • fast-alias-tips - Helps remember the aliases you defined and forgot about. Ported fromdjui/alias-tips. Active fork ofsei40kr/zsh-fast-alias-tips.
  • fast-syntax-highlighting - Optimized and improvedzsh-users/zsh-syntax-highlighting – better response times, switchable highlight themes.
  • fastcache - Caches command output to improve shell startup time.
  • fav - ZSH/fzf plugin that makes it really easy to add and recall named favorites of your important directories.
  • favorite-directories - Fast jumps to your favorite directories.
  • fd-plugin - Adds aliases forfd, a modern replacement forfind.
  • fd - Usefzf to browse directories.
  • figures - Unicode symbols for ZSH.
  • firebase (rmrs) - Add an indicator in the prompt that you're in a directory with afirebase.json file (aka "firebase project").
  • firebase (seqi) - Display the current working project or project alias when in a Firebase project directory or subdirectory.
  • firmine - Includes decorators for user@hostname, date & time, current directory andKaomoji icons for last command exit status.
  • fixnumpad-osx - Enables numpad keys of Apple keyboards to be recognized in ZSH.
  • flow-plugin - This plugin makes theflow command available inside every subdirectory of the TYPO3 Flow distribution.
  • flutter-zsh-shortcuts - Adds clean aliases for flutter commands.
  • fnm (dominik-schwabe) - Installs and loads theFast Node Manager (fnm) if it is missing.
  • fnm (wintermi) - Helper plugin for the fast and simple Node.js version managerfnm.
  • forgit - Utility tool forgit which takes advantage of fuzzy finderfzf.
  • fuckmit - Provides useful aliases and functions for thefuckmit command-line tool, an AI-powered git commit message generator.
  • functional - ZSH higher order functions.
  • fuzzy-search-and-edit - ZSH plugin for fuzzy searching files and instantly opening a matched file on matched line.
  • fuzzy-wd - Adds fuzzy search for directories warped with theWD plugin.
  • fz - Seamlessly adds fuzzy search toz's tab completion and lets you easily jump around among directories in your history.
  • fzf (gimbo) - Helpers for usingfzf in ZSH. Requiresbrew.sh.
  • fzf (scaryrawr) - Adds keybindings forfzf inspired byPatrickF1/fzf.fish.
  • fzf (unixorn) - Enablesfzf history and file searches.
  • fzf-copyq-clipboard - Addfzf support forCopyQ.
  • fzf-dir-navigator - This is a cool and user-friendly directory navigation plugin forzsh usingfzf that allows the user to switch to any directory from anywhere and to anywhere. It also maintains a history of recently visited directories. Additionally, you can use hotkeys to move back and forth between directories in the shell session.
  • fzf-fasd - Integratesfzf andfasd --- tab completion ofz withfzf's fuzzy search!
  • fzf-finder - Plugin to have a cool search keybinding withfzf and (optionally)bat andfd. Falls back tofind andcat. Searches in the local tree of subdirectories for files.
  • fzf-git-worktree - Managegit worktrees withfzf integration.
  • fzf-history-search - ReplacesCtrl+R with anfzf-driven history search that includes date/times.
  • fzf-it - Make any command interactive wrapping it withfzf functionality.
  • fzf-marks - Little script to create, navigate and delete bookmarks inbash andzsh, using the fuzzy finderfzf.
  • fzf-nav - Defines an interactive file/directory navigator usingfzf. Offers multiple navigation modes, git integration, and customizable actions.
  • fzf-packagemanager - Adds commands for installing tools via various package managers usingfzf. Supportsapt,brew &dnf.
  • fzf-pass - Better handling of passwords usingfzf andpass.
  • fzf-plugin -oh-my-zsh'sfzf plugin extracted so it can be used easily with other plugin managers.
  • fzf-prezto - Prezto plugin that finds wherefzf has been installed and enables its auto-completion and key-bindings. This plugin works as a Preztozstyle configuration option.
  • fzf-tab-widgets - Adds widgets forfzf-tab.
  • fzf-tab - Replace ZSH's default completion selection menu withfzf.
  • fzf-tools - Provides functions, aliases and key-bindings for commands such asalias,find,ls,man,printenv that are designed to enhance your command-line workflow by making them to default to filtering throughfzf, allowing you to quickly find files, search & run commands from history, run scripts of many supported types, browsegit commits, and more.
  • fzf-utils - Provides functions to kill proceses and find in path withfzf.
  • fzf-widgets - Adds some ZLE widgets forfzf.
  • fzfsh - Addfzf plugins forchezmoi,docker,git,kubectl andpass.
  • fzy - Plugin that usesfzy for certain fuzzy matching operations.
  • gcloud-project - Easy selection of Google Cloud Projects.
  • gcloud - Finds the installed gcloud sdk and sources the zsh file there, along with the zsh completions file.
  • gdbm - Adds GDBM as a plugin.
  • gentoo - Adds some aliases and functions to work with Gentoo Linux.
  • geometry-datetime -Geometry datetime plugin. Shows datetime (date unix command) in your prompt.
  • geometry-hydrate -Geometry plugin to remind you to hydrate.
  • geometry-npm-package-version -Geometry plugin to display the current folder's npm package version.
  • geometry-rust-version -Geometry plugin to display the current folder's Rust version when either a.rs orCargo.toml is present.
  • get-jquery - Plugin for fast downloading the jQuery library fromcode.jquery.com.
  • ghost-zeus - Lets you usezeus with normal rails commands.
  • gimbo-git - A subset of theoh-my-zshgit plugin aliases, plus some new aliases, plus a few handy functions.
  • gimme - ManageGo installations withgimme.
  • git-acp - Take the current command line as the commit message and then rungit pull,git add,git commit andgit push with one keystroke.
  • git-add-remote - Easily add the upstream remote to yourgit fork.
  • git-aliases (mdumitru) - Broken out version of the version inoh-my-zsh so users of other frameworks don't have to import all ofoh-my-zsh.
  • git-aliases (peterhurford) - Creates a lot of useful aliases for combinations of commonly usedgit commands.
  • git-aliases (remino) - Aliases allgit xyz commands togxyz. Also aliasesg togit.
  • git-arc - Adds aliases and functions forgit-arc, a FreeBSD development tool.
  • git-branches - Makes a menu ofgit branches you can switch to without having to type long branch names.
  • git-clean-branch - Cleans up deadgit branches.
  • git-commit-prefixer - Adds configurable prefixes and optional icons togit commit messages (supports styles, icon themes, and interactive selection)
  • git-complete-urls - Enhancegit completion to include in the remotes completion (e.g. fromgit clone) any URL in the clipboard.
  • git-extra-commands - Extragit helper scripts packaged as a plugin.
  • git-flow-avh - Adds short aliases for thegit-flow commands.
  • git-fuzzy - A CLI interface togit that relies heavily onfzf.
  • git-gen - Handlegit bulk branch delete and create operations.
  • git-is-clean - This function will return true or false depending on if it finds out yourgit repo is dirty or not.
  • git-it-on - Adds ability to open a folder in your current branch on GitHub.
  • git-lfs - Adds short aliases for thegit-lfs commands.
  • git-patch - Adds custom functions and aliases to the oh-my-zshgit plugin.
  • git-plugin (dark-kitt) -git integration that displays the current directory andgit branch.
  • git-plugin (rcruzper) - Adds some functions forgit.
  • git-plugin-cheatsheet - Displays the aliases and functions available from thegit oh-my-zsh plugin.
  • git-prompt-enhanced - Provides a more granular information about agit repository.
  • git-prompt-useremail - Adds prompt reminders forgit user.email.
  • git-prune (diazod) - Allows you to delete all branches that are already merged in your localgit repository and/or that were merged in your remote origingit repository.
  • git-prune (seinh) - Plugin that simplifies deleting merged branches in agit repository.
  • git-scripts - Addsgit-squash-branch andgit-remove-merged commands.
  • git-secret - A bash-tool to store your private data inside agit repository.
  • git-smart-commands - Adds extragit commands to make some commongit usages more efficient.
  • git-smart-commends-wrapper - Wrapsgit-smart-commands to make it compatible with theoh-my-zsh plugins system.
  • git-status - Exposes functions with information about the currentgit repository.
  • git-switch-branch-skim - Allows you to switchgit branches withskim
  • git-sync - A ZSH plugin to syncgit repositories and clean them up.
  • git-tree -fzf poweredgit worktree helper.
  • git-worktree - Wraps somegit worktree operations for simplicity and productivity. Includesfzf tooling.
  • git-worktrees - Makesgit worktrees more functional. Includes tab completions.
  • git - Replacement for the stockoh-my-zshgit plugin. Provides quite a few useful aliases and functions. The motivation to replace the default plugin stems from the fact that it comes with some inconsistencies that make a few popular commands rather unintuitive, so this plugin makes the aliases consistent.
  • gitcd (SukkaW) - Adds command togit clone a repository andcd into the resulting directory.
  • gitcd (viko16) - Automaticallycd to agit working directory after cloning it.
  • gitfast - Updated fork of theoh-my-zshgitfast plugin.
  • gitgo - Open a GitHub/GitLab repository in your browser from the command line (macOS only).
  • github-folders - Organizes your GitHub checkouts for you.
  • github - Fork of the originalGitHub plugin embedded inoh-my-zsh.
  • gitignore (valerius21) -oh-my-zsh's gitignore plugin extracted to be standalone
  • gitignore (voronkovich) - Plugin for creating.gitignore files.
  • gitio (denysdovhan) - A ZSH plugin for generating a GitHub short URL usinggit.io.
  • gitio (nicolodiamante) - Usesgit.io to shortengit urls.
  • gitsync - ZSH plugin to improve workflows for one person developing on the same repository on multiple machines.
  • goenv (bbenne10) - Manage$GOPATH similarly to Python's virtualenvwrapper.
  • goenv (cda0) - Plugin for installing, updating and loadinggoenv.
  • goenv (heyvito) - Automatically reads.goenv files in the current directory and setsGOPRIVATE environment variables.
  • going_places - A plugin that helps to use, create and maintain a list of shell locations.
  • golang - Adds tooling for the Go programming language toolchain.
  • golinks - Launch golinks from your terminal.
  • gpg-agent - Plugin that tries to do the right thing when it comes to setting up the GPG agent to act as an SSH agent as well on macOS.
  • gpg-crypt - ZSH plugin to encrypt and decrypt files or directories in place.
  • gpg - Adds helpful aliases for usinggpg.
  • gpt - Enable querying ChatGPT from the command line.
  • grep2awk - ZLE widget to transformgrep command intoawk command.
  • grunt-plugin - Add autocompletion forgrunt.
  • gsh - Collection of helper functions forgit
  • gtm-terminal-plugin - terminal plugin forgit time metrics.
  • gtr - Allows fast tagging of a release ingit using the tag name *release-YYYY-MM-DD-HH-MM- and headlineRelease YYYY-MM-DD HH:MM.
  • guish - Collection of utility functions and aliases.
  • gumsible - Wrapper plugin forMolecule.
  • gunstage - There are at least eight ways to unstage files in agit repository. This is a command-line shell plugin for undoinggit add.
  • gvm (dgnest) - Agvm (Go version manager) plugin for ZSH.
  • gvm (yerinle) - Provides autocompletion forgvm (Groovy enVironment Manager).
  • hab - Automatically loads OS environment variables defined in the file.envrc if it's found when changing to a new directory.
  • hacker-quotes - Outputs a random hacker quote when you open a terminal.
  • haiku - Prints a haiku promoting work-life balance and stress management once every 24 hours when the terminal is open.
  • hanami - ZSH plugin forhanami projects.
  • hangul - Auto correct hangul(한글, korean) to English when it was supposed to be typed in English. 영어를 타이핑 해야되는데 한글로 타이핑된경우 자동으로 수정합니다.
  • hbt - Heuristic ZSH suggestion system based on past command usage.
  • hebzsh - If a command is not found as typed in Hebrew, translates the command as if it was typed on a keyboard with a US English layout and tries again.
  • help - Colorizes the output of commands run with--help.
  • hints - Display glob and parameter flags and other non completable info right under your editing buffer.
  • hipchat - Send hipchat messages from the shell.
  • hist-delete - Delete history items from zsh'sfzf Ctrl+R history search.
  • hist - Edit your history in ZSH, without ever leaving the command line.
  • histdb - Stores your history in an SQLite database. Can be integrated withzsh-autosuggestions.
  • historikeeper - Captures history in a database.
  • history-enquirer - Enhances history search with more interaction and a multiline selection menu. Requires Node.js.
  • history-filter - Allows you to specify patterns that will automatically exclude commands from being inserted into your permanent history. Particularly useful for preventing secrets being written.
  • history-here - Binds^G to quickly toggle the current shell history file location.
  • history-on-success - Save yourself from repeating the same mistakes by filtering out your unsuccessful commands from your zsh history file. Based on ablog post by Dean Scarff.
  • history-popup - Captures thePageUp key and usesdialog to open a popup menu with the history, so the user can interactively navigate through it and pick the history line to bring back to the prompt.
  • history-search-multi-word - A syntax highlighted, multi-word history searcher for ZSH, bound to Ctrl-R, with advanced functions (e.g. bump of history entry to top of history).
  • history-substring-search - Needs to be loaded afterzsh-syntax-highlighting, or they'll both break. You'll also need to bind keys to its functions, details are in the README.md.
  • history-sync (vitobotta) - Syncs your ZSH history across computers using agit private repository. Usesopenssl to encrypt the history.
  • history-sync (wulfgarpro) - Anoh-my-zsh plugin forGPG encrypted, Internet synchronized ZSH history usinggit.
  • history - Extend history so that it can be queried by SQL.
  • histree - Integrates withhistree-core to provide enhanced command history logging with directory awareness.
  • hitokoto - Displays a random quote fromhitokoto.cn.
  • homeassistant-cli - Provides completion and (configuration) helpers for theHome Assistant Command-line interface (hass-cli). and allows command line interaction withHome Assistant instances.
  • homebrew - Plugin forhomebrew that supplements the one built into oh-my-zsh and can safely run with it enabled.
  • hooks - Add missing hooks - for plugins and personal use.
  • host-switch - Make it easier to switch in different/etc/hosts files during development.
  • hub-ci-zsh-plugin - A simple plugin for addinghub ci-status to your ZSH theme.
  • hub - ZSH plugin for forking model.
  • hypnosnek - Simple utilities with p10k integration for managingpython environments.
  • igit - Interactivegit commands usingfzf.
  • incsearch - Friendliervim mode for ZSH. Moves cursor with incremental search within current line.
  • ing - Streamlinedping output.
  • instant-repl - Activate a REPL for any command in your current ZSH session.
  • interactive-cd - Fish-like interactive tab completion forcd.
  • iosctl - Quickly access App, Data, and Log of the running simulator.
  • ipip - Plugin forIPIP.
  • iterm-tab-color - Adds function to set the tab color in iTerm2 and can automatically change color based on cwd or command being executed.
  • iterm-tab-colors - Automatically changes iTerm 2 tab color based on the current working directory.
  • iterm-tmux-color-tabs - Every newtmux tab opened in iTerm2 will have the next colour from the default or specified palette.
  • iterm-touchbar - Display iTerm2 feedback in the MacbookPro TouchBar (Current directory, git branch & status).
  • iterm2-colors - Manage your iTerm 2's color scheme from the command line.
  • iterm2-shell-integration - Shell integration and utilities for iTerm2.
  • iterm2-tabs - Set colors and titles of iTerm 2 tabs.
  • iterm2 - Packs iTerm 2's ZSH integration scripts into a ZSH plugin to avoid polluting your $HOME directory, with a negligible time increase of only 2ms.
  • iwd - Similar in concept to$PWD, this ZSH plugin saves your initial working directory in$IWD for easy returns to the starting point of your session.
  • jabba - Adds shell integration code and completions for thejabba Java version manager.
  • java-zsh-plugin - Adds asetjdk command so you can switch easily between different versions of the jdk.
  • javaVersions - Change between different java versions with a single command.
  • jdk-switch - Switches between jdk versions. Works on macOS and Linux.
  • jenkins - A jenkins plugin for ZSH, heavily inspired by the excellent jira plugin.
  • jenv-lazy - A ZSH plugin for lazy loading of jEnv.
  • jhipster - Adds commands forjHipster.
  • jira-plus - Create JIRA tickets from the command line.
  • jj - Add support forjujitsu VCS.
  • journal - Lets you attach notes to shell commands you have run. Handy for remembering what a oneliner was actually doing when you look back at it later.
  • jq - Interactively buildjq expressions. Also supportsgojq. Requiresfzf.
  • jrgit - Provides a suite of functions to streamline the Git user experience. It includes features for installing and configuring Git, handling large files with Git LFS, improving diff outputs, and managing credentials and keys securely.
  • jumper - Saves your current path and allows you to quickly jump to others.
  • jvm - Allows selection of JDK on macOS.
  • k - Directory listings for ZSH withgit status decorations.
  • k3d - Adds aliases and tab completions fork3d.
  • kctl - Add helper aliases forkubectl.
  • kill-node - ZSH plugin for murderingnode process families.
  • kitsunebook - KitsuneBook plugin foroh-my-zsh.
  • kittyback - Automatically updates and modifies the background image for thekitty terminal emulator.
  • kiwi - Dog-themed, includesgit status and last command exit status decorators.
  • konsole-theme-changer - Toggle konsole theme from ZSH.
  • kube-aliases - Adds functions and aliases to make working withkubectl more pleasant.
  • kube-ps1 - ZSH plugin forkubectl that adds current context and namespace.
  • kubecolor (devopstales) - Adds aliases for thekubecolor command.
  • kubecolor (droctothorpe) - Simplify and colorize the output ofkubectl get events -w
  • kubecolor (trejo08) - Prints colorized outputs fromkubectl. Includes helper functions.
  • kubeconfig-mgr - Makes managing multiple kubeconfig files easier.
  • kubectl-config-switcher - Switch between config files in~/.kube via theKUBECTL environment variable.
  • kubectl-prompt - Display information about the kubectl current context and namespace in your ZSH prompt. CreatesZSH_KUBECTL_CONTEXT,ZSH_KUBECTL_NAMESPACE,ZSH_KUBECTL_PROMPT andZSH_KUBECTL_USER variables you can use to customize your prompt.
  • kubectl - ZSH plugin for managingkubectl.
  • kubectlenv - Easily switch between multiplekubectl versions.
  • kubectx (ptavares) - Installs and loadskubectx.
  • kubectx (unixorn) - Automatically installskubectx andkubens.
  • kubernetes - Addkubernetes helper functions and aliases.
  • lacrimae - Prints a line from a collection of chants.
  • lando (joshuabedford) - A collection of alias functions to enable the use of the CLIs withinLando without having to type lando to access them.
  • lando (mannuel) - Adds aliases for variousLando commands.
  • laradock-workspace - Provides an interface toLaradock's workspace.
  • laravel (baliestri) - Plugin for skiping thephp command when runningartisan commands and./sail or./vendor/bin/sail when runningsail commands.
  • laravel (crazybooot) - Add shortcuts forLaravel 5, 5.1, 5.2 & 5.3.
  • laravel-au - Adds aliases forLaravel 6.
  • laravel-sail - Adds shortcuts forsail commands.
  • laravelx - Adds some aliases for commonLaravel commands.
  • last-working-dir-tmux - Keeps track of the last used working directory globally and pertmux session and automatically jumps into it for new shells.
  • last-working-directory - Broken out copy of the version inoh-my-zsh. Keeps track of the last used working directory and automatically jumps into it for new shells.
  • lazy-load - Lazy load tab completions only when you actually need them.
  • lazyload - Lazy load commands and speed up start up time of ZSH.
  • learn - Learning collection in MySQL/MariadB to save, query and quiz everything you learn.
  • lesaint-git - Replacementgit plugin foroh-my-zsh-compatible frameworks.
  • lesaint-mvn - Maven plugins foroh-my-zsh.
  • life-progress - Shows your life progress in days, weeks, months, and age.
  • liferay - Adds scripts forliferay development.
  • linkfile - Add shortcuts to your favorite directories.
  • linus-rants - Outputs a random Linus Torvalds rant when opening a terminal.
  • listbox - Listbox element for shell.
  • llm-suggestions - Type something in English at the prompt, hit a definable key, and it uses LLM to generate a command line for you.
  • locate-sublime-projects-cli - Allows searching forSublime Text projects and opens them in Sublime.
  • logout-user - Provides a function to log out another macOS user session.
  • loremipsum - Generate lorem ipsum text on the command line. Gets its data fromlipsum.com.
  • ls (twopizza9621536) - Adds some more aliases forls.
  • ls (zpm-zsh) - Colorizes the output ofls.
  • lsd (tankeryang) - Replacesls andtree commands withlsd.
  • lsd (wintermi) - Overridels andtree commands withlsd.
  • lsd (z-shell) - Replacesls withlsd.
  • lumberjack - Lumberjack is a logging interface for shell scripts.
  • lux - ZSH plugin to toggle the light & dark modes of macOS, iTerm 2, Visual Studio Code and other items and applications via thelux command. Highly customizable: included items can be configured by defining variables. Highly extensible: items can be added by defining functions. Includes amacos_is_dark helper function to determine if the macOS dark mode is active for use in theming.
  • mac-packaging - A set of common functions used for enterprise Mac packaging withMunki.
  • macos (joow) - A ZSH plugin for macOS.
  • macos (zshzoo) - ZSH goodies for macOS users.
  • macos-theme - Adds the theme command, which toggles between light and dark mode in macOS. Requireslux plugin.
  • mage2docker - Makes it easy to work with Docker and Magento 2. Speeds up and simplifies common commands like clean cache, setup upgrade, compile di and much more in Magento 2 on containers.
  • magento-2 - Addsm2 function to run magento binary, adds tab completions.
  • magic-enter - Make your enter key magical by binding a ZSH command to it.
  • manydots-magic - A zle tweak for emulating...'==../..' etc.
  • markedit - Mark files and edit them with autocompletion for existing marks.
  • markgate - Allows you to mark directories so you can jump directly to them.
  • maven-plugin - A fork of theoh-my-zsh maven plugin.
  • media-sync - A plugin to facilitate copying media between tworclone locations.
  • mercurial - Extracted fromoh-my-zsh so you can use it without the rest of oh-my-zsh.
  • mfunc - Allows you to define persistent functions on-the-fly, without the need to add them to your config files. These functions are permanently available until you delete them.
  • mise - Plugin formise (formerly called rtx) a fast polyglot version manager, replacing tools likenvm,nodenv,rbenv,rvm,chruby,pyenv, etc.
  • mkarch - ZSH plugin that allows you to create archives using multiple different compression formats.
  • mkcd - Allows user to create a directory and if successful,cd into it afterward.
  • mode-switch.CLI - A ZSH plugin for switching command line between normal mode andvi mode.
  • monorepo-plugin - ZSH plugin for monorepo management.
  • monthrename - Renames month names to numbers in filenames.
  • more-hooks-for-git - Adds extra hooks forgit add,git diff andgit status.
  • mouse-status - Changes mouse color based on status code, uses libratbag.
  • msf -Metasploit handler plugin for starting handlers easily.
  • multi-evalcache - Cache multiple eval loads to improve startup time, inspired bymroth/evalcache.
  • mvn-contexts - Allows fast switching betweenmaven configurations.
  • mycli - Add alias formycli with login path.
  • mylocation - A plugin to show your current location based on your IP address.
  • myservice - Designed to help you manage custom systemd services and Docker containers more conveniently. This plugin provides user-friendly commands to list and check the status of your custom services and Docker containers straight from your command line.
  • mysql-colorize - Adds color formysql tables.
  • mysql-login - Adds alias for MySQL with login path.
  • mysql - Adds some functions for dealing withmysql.
  • n - Auto-switches node versions based on project environment usingn.
  • namelink - Provides an automatically synchronized mapping of filesystem entries (typically symbolic links) in a set of directories to their counterparts in the named directory hash.
  • navi - Plugin fornavi.
  • navigation-tools - Addshtop-like kill, directory bookmarks browser, a multi-word incremental history searcher and more.
  • nerd-font-check - Offers to installNerd Fonts withbrew if not present.
  • new-file-from-template - Generates file from template.
  • newvwp - Spins up a new WordPress site using Valet.
  • nhl-schedule - Retrieves and displays the NHL schedule.
  • nice-exit-code - Maps exit status codes to human readable strings.
  • nix-shell - Plugin that lets you use ZSH as the default shell in anix-shell environment.
  • nlsh - Allows you to interact with your shell using natural language. Supports multiple LLM providers (OpenAI API compatible). Includes support for X.ai's Grok.
  • nnvm - auto-switches node versions based on.nvmrc. Requiresn.
  • no-ps2 - When this plugin is used, Enter inserts a newline if the typed command is incomplete. No PS2!
  • nobility - An organized colletion of shell modules designed to streamline your pentesting workflow by leveraging shell integrations such as autocompletion and prefilling, optimizing the productivity of your work and liberatating you from the hassle of juggling notes, endless copying and pasting, and tedious command editing.
  • node-env-installer - Usesnvm to install new versions and modules for the current project.
  • node-path - Automatically adds thenpm bin of your current directory to your$PATH.
  • node - Srijan Shetty's Node.js plugin for ZSH with caching ofnvm completions and autoloading ofnvm if present.
  • nodenv (c-uo) - Looks fornodenv in your working directory and loads it when found.
  • nodenv (jsahlen) - Auto-loadnodenv and its completions into the shell.
  • nodenv (mattberther) - Installs, updates and loadsnodenv. Inspired byzsh-rbenv.
  • nodo - This plugin helps you preventnode_modules directories from filling your iCloud storage by un-syncing the directory or can save even more space by removing allnode_modules directories within the chosen root directory. This is particularly useful for cleaning up a project that has multiplenode_modules trees
  • nohup - Addnohup to the current command pressingCtrl-H.
  • noreallyjustfuckingstopalready - macOS users know the pain of trying to figure out what command actually flushes the DNS cache on their version of macOS, and this plugin makes that annoyance go away.
  • notenote - Makes it easy to take notes.
  • notes (aperezdc) - Inspired byterminal_velocity, it provides a fast interface to create and access a set ofMarkdown text files inside a directory.
  • notes (chipsenkbeil) - Provides a quick notes editing experience in ZSH.
  • notify (luismayta) - Notifications for ZSH with auto installation of dependencies and r2d2 sounds.
  • notify (marzocchi) - A plugin for ZSH (on macOS and Linux) that posts desktop notifications when a command terminates with a non-zero exit status or when it took more than 30 seconds to complete, if the terminal application is in the background (or the command's terminal tab is inactive).
  • npm (trystan2k) - Addsnpm aliases. Based on the Oh-My-Zshnpm plugin.
  • npm (zfben) - Usen asnpm aliases withnoglob prefix and more. Based on the Oh-My-Zshnpm plugin.
  • npms - Utility powered byfzf for using npm scripts interactively. Requiresfzf andjq.
  • nvim-appname - Maintain multiple Neovim configurations withNVIM_APPNAME with full tab completion of available flags, available neovim applications, and neovim arguments/flags. Requires neovim v0.9+
  • nvim-switcher- Manages switching betweennvim distributinons such asLazyvim,kickstart or a home made configuration.
  • nvm-auto-use (jrr997) - Automatically manages your Node.js versions withnvm based on your current directory.
  • nvm-auto-use (martvdmoosdijk) - Automatically switches node version withnvm use when a.nvmrc is detected.
  • nvm-auto-use (tomsquest) - Callsnvm use automatically whenever you enter a directory that contains an.nvmrc file with a string tellingnvm which node to use.
  • nvm-deferred - Defers loading of thenvm oh-my-zsh plugin usingzsh-defer to speed up shell startup.
  • nvm-lazy - Plugin for lazy loading of oh-my-zsh's *nvm- plugin. It supports lazy-loadingnvm for more than one binary/entrypoint, with the defaults beingnvm,node andnpm.
  • nvm-pnpm-auto-switch - Automatically switches Node.js versions (usingnvm) and manages pnpm package manager versions (usingcorepack) when changing directories.
  • nvm - ZSH plugin for installing, updating and loadingnvm.
  • oath - Manages 2FA authentication 6 digit tokens. It was highly inspired by this article aboutusing oathtool for 2 step verification.
  • oh-my-gpt - Provides an easy-to-use interface for interacting with OpenAI's GPT models directly from your terminal. It allows you to send queries, analyze files, and get AI-powered assistance for various tasks.
  • oh-my-matrix - Turn your terminal into the matrix.
  • oh-my-posh-manager - Manages the oh-my-posh theme engine, along with providing a default powerline-like theme.
  • oh-my-tmux-manager - Lets you easily manage your tmux configurations.
  • ollama - Integrates the OLLAMA AI model withfzf to provide intelligent command suggestions based on user input requirements.
  • omz-full-autoupdate - Automatically updateoh-my-zsh plugins and themes.
  • omz-git -Oh-My-ZSH'sgit plugin re-packaged to be standalone.
  • omz-themes-standalone - Gives you theoh-my-zsh themes without requiring everything else that comes with oh-my-zsh
  • open-create-projects - Open/Create projects in Jetbrains.
  • open-pr - A ZSH plugin to open pull requests from command line.
  • openshift-origin - Add a few shortcuts to common openshift origin (oc) actions.
  • opera-git-plugin -git aliases.
  • opera-gx - Enables starting Opera GX with a specific user profile by using theopgx command followed by the profile's name. The plugin also implements autocompletion for profile names.
  • opp - Vim's text-objects-ish for ZSH.
  • opt-path - Automatically add~/opt subpaths to your$PATH.
  • org-hopper - Wraps the GitHub CLI withfzf. It allows you to quickly jump between repositories a given GitHub organization, cloning it to a predefined location if the local copy doesn't already exist.
  • osx-autoproxy - Configures proxy environment variables based on macOS's system preferences.
  • osx-dev - This plugin adds some commands for maintaining various server programs on a macOS install.
  • osx - Add some common macOS related aliases and functions.
  • paci - Plugin for arch linux package managers.
  • pack - Pack your source code with ZSH.
  • package-any-node - Easy installing of any Node modules inside the plugin directory, exposing their binaries via shims (i.e.: forwarder scripts) created automatically byBin-Gem-Node annex.
  • packer - Adds aliases and auto-completes for Hashicorppacker.
  • pantheon-terminal-notify - Background notifications for long running commands. Supports Elementary OS Freya.
  • passwordless-history - Keeps passwords from entering your command line history.
  • path-ethic - Helps manage your$PATH quickly and easily. Doesn't touch your existing.zshrc,.zprofile, but adds on top of your existing environment instead.
  • pctl - Toggle the environment variables for proxying.
  • peco-history - Search shell history with Peco when pressingctrl+R.
  • penmux - A session manager plugin meant to be used for penetration testing sessions and tracking the terminal sessions to be used in reports.
  • pentest - Aliases and functions for the lazy penetration tester.
  • [penv](https://github.com/Nhqml/penv-zsh-plugin - Managesuv Python virtual environments stored in~/.local/share/py-venv/. Supports subcommands for listing, activating (shell and directory level), creating, deleting and explaining why an env is activated. Makes it easier to replacepyenv andpoetry withuv.
  • per-directory-history - Per directory history for ZSH, as well as global history, and the ability to toggle between them with^G.
  • percol - Interactively and incrementally search history/resume background jobs usingpercol.
  • perlbrew - Installsperlbrew if not already installed and initializes it for your shell.
  • pew - Sets up and manages Python virtualenvs usingpew and automatically switches virtualenvs as you move directories.
  • pg - Adds utility functions to work withPostgreSQL.
  • pgconnect - Provides an easy way to manage and connect to PostgreSQL databases usingpgcli andfzf for a seamless command-line experience.
  • ph-marks - Bookmark pornhub videos from your terminal.
  • php-version-rcfile-switcher - Automatically switch between php versions usingphp-version if an rc-file is present in a directory.
  • php-version-switcher - Changes php versions if a.php-version file is found.
  • phpcs - Plugin forPHP code sniffer.
  • phpunit - Plugin forPHPUnit.
  • pins - ZSH plugin for pinning directories. Like a CLI folder bookmark manager with tab completions.
  • pip-app - Makes it easy to install python applications into distinct Python virtualenvs so they don't conflict with any other python requirements on your system.
  • pip-env - Automaticpipenv activation upon entry into apipenv project.
  • pipe - A powerful ZSH plugin featuringcross-distro system updates andcleanup (supports apt, dnf, pacman, zypper, homebrew, and more), Docker container/volume management, and development environment enhancements. Simplifies system maintenance across multiple Linux distributions with intuitive commands. Extensible through a simple configuration system - see project README for details.
  • pipenv (owenstranathan) - Automatically activates apipenv when entering a directory if there is Pipfile in that directory. Includespipenv completions.
  • pipenv (sudosubin) - Enablespipenv's$PATH and adds completions.
  • pipx - Autocompletions forpipx.
  • pkenv - Installs and loadspkenv.
  • plenv - Plugin for the perlplenv version manager based on jenv.{{ ... }}
  • plugin-ibtool - Adds ibtool shortcuts to generate localized XIB files.
  • plugin-rails - ZSH plugin for Rails.
  • plugin-vscode - Plugin for Visual Studio Code, a text editor for macOS, Windows, and Linux.
  • plugin - Creates customoh-my-zsh plugins from a boilerplate template. Very oh-my-zsh centric, the generated plugins will need editing to work with other frameworks.
  • pnpm (baliestri) - Adds useful aliases for many commonpnpm commands. Includes tab-completions.
  • pnpm (leizhenpeng) - Adds useful aliases for commonpnpm commands.
  • pnpm (mat2ja) - Betterpnpm aliases.
  • pnpm (ntnyq) - Adds useful aliases for commonpnpm commands.
  • poetry (darvid) - Automatically activates and deactivatesPoetry-created python virtualenvs.
  • poetry (murku) - Adds aliases for frequently usedPoetry commands
  • poetry (sudosabin) - Enables poetry$PATH and autocompletions.
  • popman - Ever found yourself in the middle of composing a long command and needing to check a man page? Popman lets you instantly pop open a man page for any command you're typing and jump right back to where you left off, making your command-line experience smoother and more efficient.
  • portal - A very basic script for jumping to/from paths without having to do write the whole path, open multiple terminal sessions or do a file system search usingfzf. Heavily inspired byZ.
  • posh-git-bash - Addsgit status in your prompt.
  • ppsmon - Reads/sys/class/net/$interface/ to keep track of packet transmission rates. It stores the current rate to a file in the RAM backed filesystem where it can be easily accessed for display in a shell-prompt. Linux-only due to use of/sys.
  • pr-cwd - Creates a global variable with current working directory. Plugin has integration withjocelynmallon/zshmarks.
  • pr-eol - Displays an EOL symbol which can be embedded in the prompt.
  • pr-exec-time - Adds a variable you can use to display the execution time of the last command run.
  • pr-git - Creates a global variable withgit status information that can be displayed in prompts.
  • pr-is-root - Sets an environment variable you can use in a custom prompt when running as root.
  • pr-jobs - Creates an environment variable which can be used to display background job information in a custom prompt.
  • pr-node - Sets an environment variable which can be used to display Node.js information in a custom prompt.
  • pr-return - Plugin for ZSH which displays the exit status of the last command run.
  • pr-user - Creates a global variable that can be used in prompts.
  • presenter-mode - Expands aliases during presentations. It also increases the terminal window's contrast to enhance visibility.
  • pretty-time (sindresorhus) - Convert seconds to a human readable string: 165392 → 1d 21h 56m 32s.
  • pretty-time (zpm-zsh) - Converts raw seconds into human-readable strings.
  • prettyping - Adds a wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read.
  • prezto-last-working-dir - Keeps track of the last used working directory and automatically jumps into it for new shells, unless the starting directory is not$HOME. Includes alwd alias.
  • print-alias - Prints commands with aliases expanded whenever you use an alias at the command line.
  • printc - Allows you to print in any color in the RGB space via a simpleprintc call.
  • printdocker - Pretty printdocker objects.
  • profile-secrets - Securely keep sensitive variables (api tokens, passwords, etc) as part of your terminal init files. Uses gpg to encrypt/decrypt the file with your secrets.
  • proj-jumper - A lightweight ZSH plugin that lets you jump straight into any project folder under a single development root -- perfect when that root lives on a removable drive.
  • project (gko) - Create node/python/ruby projects both locally and on GitHub (private or public repository).
  • project (voronkovich) - Plugin for managing projects.
  • project-aliases — Zsh plugin to automatically load and unload per-project aliases.
  • projen - Adds aliases forprojen.
  • prompt-dir-perms - Creates a segment displaying the permissions of the current directory you can use in your ZSH prompt.
  • prompt-generator - Generates custom themes. Some generated themes require powerline-compatible fonts.
  • prompt-watcher - Automatically updates your prompt when git status changes, using fswatch to monitor repository files in real-time.
  • proxy-plugin (escalate) - Quickly enable and disable proxy shell environment settings.
  • proxy-plugin (xooooooooox) - Helps manage proxy settings in your shell environment.
  • proxy - Configure proxy settings for some package managers and software.
  • psgrep - Makesps grep hide its own process from the results of aps aux | grep.
  • purge-history-secrets - Usesgitleaks to periodically scan your ZSH history for secrets and purge them if found. Requiresjq.
  • pwp - Provides a convenient way to display the present working path in the terminal prompt and lists the current working directory along with its parent directories. Additionally, it includes a custom command .. to navigate to parent directories easily.
  • pycalc - Turns the= key into a powerful, Python‑backed calculator in your ZSH shell.
  • pyenv (mattberther) - Inspired byzsh-rbenv. Installs, updates or loadspyenv, and adds extra functionality.
  • pyenv (twopizza9621536) - Based on the oh-my-zshpyenv plugin with modifications from the rbenv and jenv plugins.
  • pyenv (xlshiz) - Loadspyenv into the current shell and provides prompt info via thepyenv_prompt_info function. Also loadspyenv-virtualenv if available.
  • pyenv-lazy-load - Plugin for lazy-loadingpyenv in ZSH.
  • pyenv-lazy - Lazy loadpyenv. The initialeval "$(pyenv init -)" is executed the first timepyenv is called.
  • pyvenv-fast - Launch a Pythonvenv with one command. Designed for use withdotpyvenv.
  • q (cal2195) - Addvim-like macro registers to your ZSH shell.
  • q (tomsquest) - Tail/remove the temp file forQ, the Dirty Debugging Tool.
  • qiime2 - Adds functions and aliases to make working withQuiime 2 easier.
  • quiet-accept-zle - Enables you to run typed zsh command without triggering new prompt, history entry, or having output being outputed.
  • quoter - Display a random quote when opening a new terminal session.
  • quotify - Displays inspiring coding quotes from our pairs when starting up.
  • qwy - ZSH fuzzy completion plugin.
  • randeme - Chooses a random theme for each session. If you not like the chosen theme you can runrandeme_rm to never show that theme again.
  • random-quotes - Displays random quotes or facts.
  • ranger (niziL) - provide prompt element forranger. Shows currentRANGER_LEVEL, displaying nothing when the environment variable is unset, something when it is equals to 1, and something else when it is greater than 1.
  • ranger (rc2dev) - Integrateszsh-z intoranger.
  • ranger-autojump - Addsautojump support to theranger console file manager.
  • raspberry-temp - Measures temperature for raspberry pi viarpi-temp alias.
  • raspberryPi4Temperature - Puts the Raspberry Pi temperature into a spaceship prompt segment
  • razer-status-code - Change the colour of yourRazer Mouse based on the status of the last executed command. RequiresOpenRazer linux drivers.
  • rbenv (elliottcable) - A faster fork of therbenv plugin fromoh-my-zsh.
  • rbenv (jsahlen) - Variant based on the originaloh-my-zshrbenv plugin.
  • rbenv (meroje) - Inspired byhttps://github.com/lukechilds/zsh-nvm/, makes it easier to work with rubyrbenv environments.
  • rc-files - Adds shortcut functions for editing various rc files.
  • recall - Makes using command history easier.
  • redis - Will runredis-server pointing it to theredis.conf configuration file. This can be used with thezdharma/zredis plugin to share variables between shells.
  • redo - Adds an interactive history menu to replaceCtrl-R andESC+/.
  • reentry-hook - Plugin that re-enters working directory if it has been removed and re-created.
  • release-fetcher - Fetches latest release and checks if you trust the identity used to sign the tag.
  • reload - Adds function to quickly reload your.zshrc.
  • reminder - A plugin which displays reminders above every prompt.
  • replace-multiple-dots - Converts... to../..
  • require - Adds ability torequire commandname and then (ifbrew is installed) automaticallybrew install commandname if it isn't already installed.
  • revolver - A progress spinner for ZSH scripts.
  • riddle-me - Displays random riddles.
  • ripz - Reminds you of your aliases, so you use them more. Depends onripgrep.
  • robo - A ZSH plugin forRobo.
  • rockz - Lua + LuaRocks virtual environment manager based upon VirtualZ.
  • ros2-env - ManageROS 2 environment and workspaces.
  • rose-pine-man - Colorizesman pages.
  • rtm-reminder - Displays urgentRemember The Milk tasks after each command execution. Clean, non-intrusive, and terminal-only.
  • run-scripts - Runs scripts frompackage.json.
  • rust (betterfetch) - Provides convenient aliases for working with Rust's Cargo, Rustc, and Rustup tools.
  • rust (cowboyd) - Configure yourrust toolchain, installingrustup if it is not currently installed already.
  • rust (juici) - ZSH completion definitions for rust.
  • rust (wintermi) - Plugin for therust toolchain.
  • rvm - Initiatesrvm and adds rubygem binaries (like compass) accessible in the user's$PATH.
  • safe-kubectl - Add some safety when runningkubectl by warning what context you're in after a definable number of seconds since the lastkubectl command.
  • safe-paste - A safe-paste plugin. See Conrad Irwin'sbracketed-paste blog post.
  • safe-rm - Add safe-rm functionality so thatrm will put files in your OS' trash instead of permanently deleting them.
  • sail - Adds convenience aliases forsail.
  • saml2aws-auto - When using multiple AWS profiles, e.g. different accounts for your stages (development, pre-prod, prod), can be used to determine which profile is currently exported and if the token is still valid.
  • saml2aws - Add support forsaml2aws.
  • sandboxd - Speed up your.zshrc & shell startup with lazy-loading by only running setup commands (e.g.eval "$(rbenv init -)", etc) when you need them.
  • saneopt - Sane defaults for ZSH options, in the spirit ofvim-sensible.
  • sb-upgrade - Script to automatically update apps on a seedbox.
  • scad - Shell Colorized Aliases for Docker/Podman (SCAD). Definesdocker /podman aliases and functions. These aliases adhere to the newer style of organizing and invokingdocker with management commands rather than the notoriously confusing “random solo commands”. RequiresGRC andjq.
  • schroot - Show currentchroot name in your prompt.
  • sdkman - Installssdkman and adds completions and aliases for it.
  • sealion - Allows you to set reminders that will appear in your terminal when your prompt is refreshed.
  • search-directory-history - Allows complex search of per-directory history created using theper-directory-history plugin.
  • sed-sub - Adds keybindings to do global search and replace on current command line.
  • select-history-skim Rummage through your history withskim.
  • select-with-lf - Lets user select files or a directory usinglf.
  • select - Multi-term searched selection list with approximate matching and uniq mode.
  • selector - Make it easy to create selection menus.
  • send - Single command togit add,git commit, andgit push for much fastergit workflow.
  • sensei-git - Adds manygit aliases and helper shell functions.
  • senv - Report presence of sensitive environment variables in the prompt
  • session-sauce - Anfzf interface for tmux session creation and management for all your projects.
  • setenv - Runs a script when you change directories.
  • setpath - Adds some local paths to yourfpath and$PATH.
  • shelf - Utility which can be used to bookmark and access directly any file using mnemonics.
  • shell-fns - Includesgit,neovim,npm,pip extended functionality.
  • shell-proxy - This a pure user-space program, shell-proxy setter, written in Python3 andzsh.
  • shellcolor - Changes the terminal background color based on the presence of a.shellcolor in the current directory.
  • shellfirm - Shellfirm is a handy utility to help avoid running dangerous commands without an extra step of approval. When risky patterns is detected you will immediately get a small prompt challenge that will verify your action.
  • shellsense - AI-powered ZSH plugin designed to enhance your terminal experience with powerful features and AI-powered capabilities. Developed using Python, ShellSense offers a streamlined workflow for various tasks, making your terminal more efficient and user-friendly.
  • shift-select - Emacs shift-select mode for ZSH - select text in the command line using Shift, as in many text editors, browsers and other GUI programs.
  • shortcuts - Enhance your terminal productivity with the Shortcuts plugin foroh-my-zsh. Easily manage command shortcuts with robust features.
  • show-git-user - When you need to work with multiplegit users on the same machine this plugin will show whichgit user name is active in your prompt.
  • show-path - Provides a function shows the$PATH line by line.
  • simpleserver - Plugin to easily start pythonSimpleHTTPServer andSimpleHTTPSServer.
  • singularityenv - Provides asingularityenv_prompt_info function which returns the current singularity environment name
  • skaffold - ZSH integration and completions forskaffold local kubernetes development environment.
  • skim (casonadams) - Tries to determine whereskim is installed, then enables its fuzzy auto-completion and key bindings.
  • skim (hackerchai) - Adds support forskim
  • slugify - Converts filenames and directories to a web friendly format.
  • smart-cd - Runsls andgit status after chpwd.
  • smart-files - Enhances CLI by providing visual feedback for file paths and automatically creating directories when needed. It highlights paths in different colors based on their status (existing, new, or permission-denied) and handles directory creation automatically.
  • smart-insert - provides interactive widgets to search for files and content usingfd,rg, andfzf. It inserts the result directly into your shell with optional command prefixes.
  • smartcache - Caches command output to speed up shell startup time.
  • smartinput - When you type brackets or quotes, the corresponding end brackets/quotes are automatically added.
  • smile - Adds function to display random smileys.
  • snippets - Command line snippet expansion.
  • snr - Passes the selected output of the first command to the next.
  • solarized-man - A modified version of oh-my-zsh's plugin colored-man-pages, optimized for thesolarized dark theme in the terminal.
  • some-peco - Enhances your command-line experience withpeco i.e. providing quick directory navigation and history search.
  • sops-crypt - Plugin for Mozilla SOPS that provides one-click encryption and decryption of files in the current directory and subdirectories.
  • spaceship-ocm - Queries your OpenShift Cluster Manager (ocm) configuration to show which environment you're connected to. RequiresNerdFont in your terminal.
  • spack - Includes some useful aliases and functions for loading/unloadingSpack-generated modules. As it makes use of themodule command it is much more efficient thanspack load.
  • ssh-agent - Automatically launchesssh-agent if it isn't already running.
  • ssh-connect - A simplessh manager.
  • ssh-plugin - Plugin forssh.
  • ssh-quickconnect - Simple utility to quickly connect to hosts from yourssh config &known_hosts file.
  • sshinfo - displays resolved SSH connection details (like the final hostname, port, user, and proxies) before connecting. This is useful for verifying your SSH configuration, especially when dealing with complex setups involving aliases, proxies, or multiple configuration files.
  • sshpky - Auto updates git-repositories in the$ZSH_CUSTOM folder.
  • sshukh - Will update yourknown_hosts file when youssh into a server.
  • startify - Shows recently usedvim files, shell-util files, activetmux sessions, recently-rungit commands and more.
  • startup-timer - Print the time it takes for the shell to start up.
  • stashy - Plugin that simplifies usinggit stash.
  • statify - Plugin that does basic statistical analysis.
  • sublime - Same as the officialSublime plugin forOh My Zsh, but this opens files in the current Sublime window, if there is one already open.
  • sudo (hcgraf) - Thesudo plugin fromoh-my-zsh, extracted to a standalone. Togglessudo before the current/previous command by pressing *ESC-ESC- in emacs-mode or vi-command mode.
  • sudo (none9632) - Addssudo as a prefix to the current command by typingESC-ESC.
  • sudo-previous-current - Add asudo to the current line or to the previous command. It tries hard to keep the current cursor position so your flow doesn't get disturbed.
  • suffix-alias - Directly open files in the shell using ZSH's suffix aliases.
  • sussysh - Based on xiong-chiamiov.
  • svn-n-zsh - Rewrite of the stockoh-my-zshsvn plugin.
  • switch-git - Easy switching betweengit repositories. Just typesgr <some part of you repo's name>, press enter and you're there.
  • symfony (voronkovich) - ZSH plugin forSymfony.
  • syntax-highlighting-filetypes - ZSH syntax highlighting with dircolors in realtime.
  • syntax-highlighting - Add syntax highlighting to your ZSH. Make sure you load thisbeforezsh-users/zsh-history-substring-search or they will both break.
  • sys-diver - A ZSH plugin for directory change or editor startup with only key operations using widgets without typing commands.
  • sysadmin-util - Steve Kemp's collection of tool scripts for sysadmins.
  • system-clipboard - Adds key bindings support for ZLE (Zsh Line Editor) clipboard operations forvi emulation keymaps. It works under Linux, macOS and Android (via Termux).
  • system-update - A smart, efficient system update plugin foroh-my-zsh that handles APT packages, Conda environments, and pip installations with intelligent caching to minimize update times.
  • systemd - Adds many aliases forsystemd.
  • t32 - Plugin for the Lauterbach Trace32 toolset. It automatically registers fonts and sets all necessary environment variables to run the t32 toolset.
  • tab-title (p1r473) - Renametmux andscreen panes and windows.
  • tab-title (trystan2k) - Set the terminal tab title according to current directory or running process. Forked fromtermsupport.zsh.
  • tailf - Addstailf function with prefixed newlines instead of trailing newlines.
  • take - Replicatestake fromoh-my-zsh.
  • tasko - Allows you to annotateTaskWarrior tasks.
  • telepresence - Add the currentTelepresence connection status and context to your ZSH prompt.
  • tempit - Helps you create, manage, and navigate temporary directories with ease. It provides a persistent tracking system so your temporary directories won't get lost.
  • terminal-aliases - Adds convenience aliases forterraform,git and more.
  • terminal-app - A plugin for integrating with the new macOS El Capitan Terminal.app features.
  • terminal-title - Adds aset-term-title function you can use to title terminal windows.
  • terminal-workload-report - A plugin that calculates and displays how many commands have been run via terminal.
  • termux - Adds compatibility forTermux.
  • terraform (hanjunlee) - Addterraform workspace to prompt.
  • terraform (jsporna) - Extends the originaloh-my-zsh plugin with aliases and tab completions. Adds workspace (when not default) to prompt.
  • terraform (macunha1) - Add convenience aliases forterraform, tab completions and helper function to add your terraform workspace in the prompt.
  • terraform (ptavares) - Adds aliases, functions and tab completions. Also installsterraform-docs,tfsec andtflint.
  • terraform (thuandt) - Adds convenience aliases forterraform, along with completions forterraform andterragrunt.
  • terragrunt - Plugin forTerragrunt, a thin wrapper forTerraform that provides extra tools.
  • tfaws - Simplifies context switching between AWS and Terraform. Offers automatic AWS SSO login, automatic profile switching using a.awsprofile file, and links terraform workspace/folders to profiles.
  • tfenv - Installs, updates, and loadstfenv inspired byzsh-pyenv
  • tfswitch - Installs and loadstfswitch.
  • tgenv - Installs and loadstgenv. Includes a function to manually updatetgenv.
  • tgswitch - Installs and loadstgswitch.
  • thefuck - Loadsthefuck (a tool which corrects your previous command) with cache support, which reduces the loading time dramatically.
  • theia-dev-tools - Convenience functions for working withtheia-ide.
  • tig - Adds a few advanced bindings fortig and also provides atig-pick script.
  • timewarrior - Adds support fortimewarrior, a time-tracking application.
  • tinted-shell - Adds a script to allow you to change your shell's default ANSI colors but most importantly, colors 17 to 21 of your shell's 256 colorspace (if supported by your terminal). This script makes it possible to honor the original bright colors of your shell (e.g. bright green is still green and so on) while providing additional base16 colors to applications such asVim.
  • tipz - Displays your alias if you have an alias for the command you just ran, similarly toalias-tips.
  • title - Allows you to set a terminal window title.
  • titles - Automatic window and tab titles fortmux and xterm-compatible terminals.
  • tm - Simplifies creating newtmux sessions, attaching to existing sessions, switching between sessions, and listing active sessions.
  • tmux-auto-title - Automatically sets the title of windows/panes as the current foreground command.
  • tmux-rename - Renametmux windows automatically.
  • tmux-sessionizer -tmux sessionizer as seen on ThePrimeagen.
  • tmux-simple - Simple plugin for usingtmux with ZSH.
  • tmux-ssh-syncing - Synchronize yourtmux window names with activessh sessions. This plugin dynamically updates thetmux window name to reflect the remote hosts of activessh sessions in the same window. It also restores the original window name when allssh sessions are closed.
  • tmux-vim-integration - Open files in a runningvim (or NeoVim) session, from an adjacenttmux pane.
  • tmux-zsh-vim-titles - Create unified terminal titles fortmux, ZSH, and Vim/NVIM, modular.
  • tmux - Plugin fortmux.
  • tmuxrepl - Simple ZSH plugin to have a R-EP-Ltmux session.
  • todotxt - Adds aliases fortodo.sh.
  • toggl - Adds atoggl-week command to display the total working hours tracked ontoggl.com
  • toggle-command-prefix - Add a widget to toggle a prefix to a command. Binds Alt+s to prefix a command withsudo by default.
  • toolbox - Automagically updateshomebrew plugins. Allows enabling/disabling notice during startup and alias setup.
  • touchplus - Create files withtouch including the path.
  • traista - Includesgit status decorations and color-coded exit status of the last command run. Better with dark terminal themes.
  • travis - Opens theTravis CI page for the current repo if one exists.
  • tre - Makes usingtre easier.
  • tsm - Adds atmux Session Manager.
  • tumult - Adds tools for macOS.
  • ubuntualiases - Ubuntu 16 aliases.
  • ugit - Lets you undo your lastgit operation.
  • uncloudium - Adds helper script to download crx files from the Google Chrome web store.
  • undollar - Strips the dollar sign from the beginning of the terminal prompt.
  • unique-id - Provides a unique number that identifies a running Zshell session, in its shell variable$ZUID_ID. Besides this unique number, also a unique codename is provided, in shell variable$ZUID_CODENAME. An example use case is to hold logs in files.../mylog-${ZUID_CODENAME}.log, so that two different Zshells will not write to the same file at the same time.
  • unix-simple - A command that shows a graphic about the simplicity of unix.
  • unraid - Adds convenient aliases and functions for managing your Unraid server directly from the command line.
  • unwrap - Allows you to remove a directory without removing the contents - it puts them in the directory's parent directory.
  • up (cjayross) - A simple way to navigate up through directories.
  • up (peterhurford) - Adds an up command tocd multiple levels up.
  • up-dir - Bindsctrl-h to navigating up a directory. This makes it very easy to go up a few directories without having to type any commands.
  • update-zsh - Updates customoh-my-zsh plugins. Only works with the oh-my-zsh framework.
  • url-highlighter - A plugin for the ZSH syntax highlighter that turns URLs green if they respond with a "good" status, and red otherwise. Useful for checking URL typos.
  • usb - A tiny plugin to quickly mount and unmount your USB drives.
  • uv-env - Automatically usesuv to activate a virtual environment based on the current directory.
  • uvenv - Extends the functionality of the originaloh-my-zshvenv module.
  • vagrant-box-wrapper - A wrapper plugin forvagrant that allows for callingvagrant commands from outside of the box directory. The plugin also ships with a few extra commands that help to manage more than one box, along with custom tab-completion.
  • valet (A909M) - Works with bothLaravel Valet andValet Linux on Debian/Ubuntu. Provides intelligent autocompletion, helpful aliases, and utility functions to streamline your local development workflow.
  • valet (NasirNobin) - Reads.valetphprc from the project root and will switch to that PHP version automatically.
  • vanilli.sh - A lightweight start point of shell configuration.
  • vapor - Laravelvapor plugin for ZSH to help you to runvapor from anywhere in the project tree, with auto-completion!
  • vcshr - Help vcsh users require GitHub repositories usingvcsh for auto-installation in~/.zshrc, etc.
  • velocity - Powerline-based theme elements for ZSH andtmux.
  • venv-lite - A super-lightweight sort-of-clone ofvirtualenvwrapper; it pretty much expects you to be usingpyenv (though you don't *have- to), and because it's based on thevenv module, (creation) only works for python >= 3.3.
  • venv-wrapper - Provides ZSH functions to ease the management of your virtual environments usingvenv.
  • venv - Run 'source venv/bin/activate' automatically every time there's a pathvenv/bin/activate file in the directory.
  • venvs - Automatically switches Python virtualenvs. Supports both venvs in project folder(~/myproject/venv) and in global folder(like~/.virtualenvs)
  • vi-increment - Addvim-like increment/decrement operations.
  • vi-mode (jeffreytse) - 💻 A better and friendlyvi(vim) mode plugin for ZSH.
  • vi-mode (nyquase) - Add extravi-like functionality.
  • vi-mode (sinetoami) - Add morevi-like functionality to ZSH.
  • vi-motions - Add new motions and text objects including quoted/bracketed text and commands.
  • vi-quote - Add an operation which quotes or unquotes a motion.
  • viexchange - Avi mode plugin for easily swapping text between two places in the buffer, like vim-exchange.
  • vim-mode - Friendlyvi-mode bindings, adding basic Emacs keys, incremental search, mode indicators and more.
  • vim-plugin - Allows you to dovim filename:123 to open a file with the cursor at a specific line.
  • vimman - Viewvim plugin manuals (help) likeman in ZSH.
  • vimto - Improved ZSHvi mode (bindkey -v) plugin.
  • virtualenv-mod - A modified virtualenv ZSH plugin foroh-my-zsh.
  • virtualenv-prompt - A fork of the virtualenv plugin from upstreamoh-my-zsh. Adds support for customizing the virtualenv prompt inoh-my-zsh themes.
  • virtualz - Pythonvirtualenv manager inspired by Adam Brenecki'sVirtualfish for theFish shell, replaces virtualenvwrapper.
  • virtuozzo-plugin - Anoh-my-zsh plugin for thevirtuozzo bare-metal virtualization system.
  • visit - Custom plugin for faster navigation.
  • vivi - Integrates Google'sGemini language model (LLM) capabilities directly into your terminal. It allows you to send queries to the language model and receive AI-generated solutions, all within your terminal. The plugin supports session context and can dynamically execute received commands.
  • vivid - Make it easier to useLSCOLORS withvivid.
  • volta (cowboyd) - Seamlessly install and configure theVolta Node.js toolchain manager.
  • volta - Installs and loadsVolta: JS Toolchains as Code.
  • vox - Anoh-my-zsh plugin to controlVOX, a lightweight full-featured audio player for macOS that can play a variety of formats including FLAC and Ogg Vorbis.
  • vsc - Plugin forVisual Studio Code on macOS.
  • vscode (kasperhesthaven) - Simple plugin to openVisual Studio Code a little more easily across systems.
  • vscode (qianxinfeng) - Plugin forVisual Studio Code.
  • vscode-shell-integration - automatically activatesVS Code shell integration when working in VS Code terminals.
  • vterm - Lets you runemacs commands directly fromvterm shell sessions.
  • vtex - Adds helper aliases forvtex cli commands.
  • wakatime (sobolevn) - Track how muchtime you have spent in your terminal. Has per project stats.
  • wakatime (wbingli) - Automatic time tracking for commands in ZSH usingwakatime.
  • warhol - Configures colorization withgrc.
  • warrior - Uses a local large language model (Ollama) to translate natural-language into ZSH commands.
  • watch - Easily prefix your current or previous commands with watch by pressingCTRL + W.
  • watson.zsh - A plugin for thewatson time management system.
  • wd - Warp directory lets you jump to custom directories in ZSH, without usingcd. Why? Becausecd seems inefficient when the folder is frequently visited or has a long path.
  • web-search (anant-mishra1729) - Adds aliases for searching with Google, Bing, Wiki, YouTube, Yahoo, Duck Duck Go, GitHub, Stack Overflow and other services straight from the command line.
  • web-search (sinetoami) - Add commands to run bing, google, yahoo, & duckduckgo searches directly from the CLI.
  • web-search (yabanahano) - Adds aliases for searching with Google, Wiki, Bing, YouTube and other popular services.
  • welcome-banner - Displays a login banner with a random quote.
  • westchange - Allows you to quickly change between directories. Requiresfzf.
  • which-jspm - Addsnpm,yarn orpnpm to the end of your prompt depending on what lockfile(s) it detects in the current directory.
  • whisp - Adds idempotency and convenience features to OpenAI's Whisper CLI tool. It helps you efficiently transcribe audio files without duplicating work.
  • whobrokemycode - Highlight where a particular line was last changed in a file usinggit blame.
  • window-title - Adds informative tiles to your terminal windows.
  • windows-title - Dynamically updates terminal window title with current directory and the last command run.
  • wordle - Wordle for ZSH, with tab-completions.
  • workon - Simple utility for jumping between projects.
  • worktree - Adds functions that wrapgit worktree.
  • wpm - Lets you test your typing speed in a terminal, track WPM, accuracy, and more. Results are saved in a handy JSON format for easy tracking.
  • wsl - Adds helper functions to make it easier to work in ZSH when running inside WSL.
  • wsl2-ssh-pageant - Use your Yubikey stored GPG keys from WSL. This packages the instructions fromwsl2-ssh-pageant repo as a ZSH plugin.
  • xdg-basedirs - sets up the XDG base directories according to theXDG Base Directory Specification. This plugin ensures that your environment is configured properly for storing user data, cache,and configuration files.
  • xxh (ninagrosse) - Plugin forxxh that requiresxxh-plugin-prerun-cli-tools.
  • xxh (roman-geraskin) - plugin forxxh-shell-zsh that copies your~/.zshrc to a remote host and sources it withxxh-shell-zsh.
  • yadm - Displays a warning if there are localyadm configuration changes.
  • yapipenv - Automatically activate a directory'spip environment ifpipenv detects the presence of one.
  • yazi-mount - Mount USB partitions viaudisksctl, open them inyazi, and unmount them afterward – safe, clean, and user-friendly.
  • yazi-zoxide - This plugin forzsh adds just one shortcut, but unfolds the magic of bothZoxide andyazi. Without arguments,y just opens yazi. If you supply an argument that is a directory,yazi is opened in that directory. But if you supply anything else as an argument,zoxide is called with the argument andyazi is opened there.
  • yeoman - Edouard Lopez'sYeoman plugin foroh-my-zsh, compatible with yeoman version ≥1.0 (includes options and command auto-completion).
  • you-should-use - ZSH plugin that reminds you to use those aliases you defined.
  • youtube-dl-aliases - Addsyt aliases to download videos from YouTube.
  • youtube-dl - Simple plugin foryoutube-dl.
  • yup - Adds helper function to upgrade all the dependencies in ayarn/npm project.
  • z.lua - A command line tool which helps you navigate faster by learning your habits. An alternative toz.sh with Windows and posix shells support and various improvements. 10x faster than fasd and autojump, 3x faster thanz.sh.
  • zabb -zabb is a command that tries to figure out the shortest memorable abbreviation of a directory that is usable byz to unambiguously jump to that directory.
  • zabrze - A ZSH abbreviation expansion plugin.
  • zapmarks - Provides quick access to your most used command-line bookmarks. It allows you to save, search, and execute complex commands with ease.
  • zaw - ZSH anything.el-like widget.
  • zbrowse - When doing shell work, it is often the case thatecho $variable is invoked multiple times, to check the result of a loop, etc. With ZBrowse, you just need to pressCtrl-B, which invokes the ZBrowse – Zshell variable browser.
  • zce - Vim's EasyMotion / Emacs's ace-jump-mode for ZSH.
  • zcolors - Uses your$LS_COLORS to generate a coherent theme for Git and your Zsh prompt, completions andZSH syntax highlighting.
  • zconvey - Adds ability to send commands to other ZSH sessions, you can use this tocd $PWD on all active ZSH sessions, for example.
  • zed - A simple wrapper forz to install it via a ZSH plugin.
  • zellij (jaeheonji) - Provides an environment that useszellij. Requirestmux. Deprecated by author, nowsupported natively.
  • zellij (tranzystorek-io) - Provides an environment that autostartszellij as your terminal's multiplexer.
  • zeno - Fuzzy completion and utility plugin powered byDeno.
  • zenplash - Creates files from templates stored in a user directory.
  • zenv - Isolated working shell enviornments per directory (like direnv, but uses a new shell instance to provide cleaner isolation).
  • zero - Zero is both a plugin and a theme. See the GitHub page for installation details. Includesgit andhg status decorators.
  • zeza - Manages and customizeseza, the very colorfulls replacement.
  • zflai - A fast logging framework for ZSH.
  • zfzf - A fzf-powered file picker for ZSH which allows you to quickly navigate the directory hierarchy.
  • zgen-compinit-tweak - Makecompinit run only once after all loading is done byzgen.
  • zgenom-ext-eval -zgenom extension for creating plugins inline.
  • zhooks - Displays the contents of any ZSH hook arrays and the code of any hook functions that have been defined. Useful for debugging.
  • zi-rbenv - Fastrbenv loads if you're usingzi.
  • zimfw-extras - Custom extras forzimfw, packaged into a zimfw plugin.
  • zinfo_line - Makes more information available to ZSH themes.
  • zinit-annex-bin-gem-node -zinit extension that exposes binaries without altering$PATH, installs Ruby gems and Node modules and easily exposes their binaries, and updates the gems and modules when the associated plugin or snippet is updated.
  • zinit-annex-default-ice - Allows user to define ices active for multiple zinit commands.
  • zinit-annex-man -Zinit extension that generates man pages for all plugins and snippets
  • zinit-annex-meta-plugins - Install groups of plugins with a single label (zinit only).
  • zinit-annex-patch-dl -zinit extension that downloads files and applies patches through the provideddl andpatch zinit ices.
  • zinit-annex-readurl - Adds function to automatically download the newest version of a file to which URL is hosted on a webpage.
  • zinit-annex-rust -zinit extension that that installs rust and cargo packages inside plugin directories.
  • zinit-annex-submods -zinit extension that allows installing and managing additional submodules within a plugin or snippet.
  • zinit-annex-test -zinit extension that runs tests (via make test, for example) – if it finds any of them – after installing and updating a plugin or snippet.
  • zinit-annex-unscope - Allows installing plugins forzinit without specifying the user name by querying the Github API.
  • zinit-console - A semigraphical (curses) consolette for thezinit plugin manager.
  • zinsults - Prints insults if a command fails.
  • zjump - Simplify ZSH directory navigation; jump to already visited, parent or sub folders.
  • zlitefetch - Lightweight system information plugin.
  • zload - Hot Reload for ZSH functions. Enables rapid development.
  • zlong_alert - Usesnotify-send and rings a bell to alert you when a command that has taken a long time (default: 15 seconds) has completed.
  • zman - Usefzf to quickly browse ZSH manuals.
  • znotify - A simple plugin for sending notifications to other services.
  • znvm - ANode.js version manager for ZSH similar tonvm.sh but faster.
  • zoc - Speeds up OpenShiftoc logins and token renewal.
  • zoxide - A fast alternative tocd that learns your habits.
  • zplug-blame - Azplug-specific plugin that displays how long each of your plugins took to load.
  • zpy - Manage Python environments, dependencies, and isolated app installations, with a ZSH frontend foruv orpip-tools.
  • zredis-cmd - Utilizes variable sharing done byzredis plugin to implement remote command execution.
  • zredis - AddsRedis database support, withdatabase_key <->shell_variable binding. Supports all data types.
  • zservice-py3http - Serve a given directory with Python 3's http server from the standard library.
  • zsh-dev-navigator - A minimal Zsh plugin that lets you quickly jump into your development directories with a single command.
  • zsh-expand - Expands regular aliases, global aliases and incorrect spellings and phrases with the spacebar key. Native expansions such as globs, command/process substitution,=command expansion, history expansion and$parameters are also expanded by default but can be turned off.
  • zsh-in-docker - Automates ZSH +oh-my-zsh installation into development containers. Works with Alpine, Ubuntu, Debian, CentOS or Amazon Linux.
  • zsh-hookie-projects - Language-agnostic project detection with smart hooks, PowerLevel10k integration, and intelligent path shortening. Automatically detects 100+ project types, provides customizable on_project/off_project hooks, features a smart cd command that goes to project root, and includes a beautiful hookie_dir segment that shortens paths like ~/projects/my-app → ~/p/my-app. Perfect for polyglot developers who want seamless project-aware shell behavior.
  • zsh-not-vim - Provides a function that automatically shames the user for forgetting they weren't invim.
  • zsh-select - Displays a selection list. It is similar toselecta, but uses the curses library to do display, and when compared tofzf, the main difference is approximate matching instead of fuzzy matching.
  • zsh-watch - Simplewatch that supports alias and completion.
  • zsh-z (agkozak) - Jump quickly to directories that you have visited "frecently." A native ZSH port ofz.sh - withoutawk,sed,sort, ordate.
  • zsh-z (ptavares) - Installs and loadsz.
  • zshange_directory_recent - Change to a recent directory. Requiresfzf.
  • zshclean - Helps you keep your $HOME directory tidy by removing temporary files and common system clutter. It supports both macOS and Linux, safely deleting common cache, history, swap, and log files with a single command.
  • zshcp - A lightweight and intuitive clipboard management plugin for Zsh that enhances your command-line workflow with easy copy-paste operations.
  • zshmarks - A port of Bashmarks (by Todd Werth), a simple command line bookmarking plugin, foroh-my-zsh.
  • zshrc-sync - Detects changes to.zshrc and pushes them to github whenzsh exits.
  • zshrc - Load local.zshrc files from your project scopes.
  • zshrpg - A wrapper that fully integratesrpg-cli with ZSH!
  • zsnapac - Plugin for taking ZFS pre/post upgrade snapshots on Arch Linux.
  • zsnapshot - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file.
  • ztouch - Adds touchbar controls for recent history commands, directory stack, cycling between modes and user-mappable commands to the touchbar on macOS.
  • ztrace - Catches output of commands, allows to reuse that output, glue it with history content.
  • zui - ZSH User Interface library – CGI+DHTML-like rapid TUI application development with ZSH.)
  • zwirl - Adds aliases forgit andeza.
  • zypper-short - Plugin for OpenSuse Tumbleweed's package manager,zypper.

Completions

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

Themes

  • 021011 - Minimalist. Includes a singlegit marker for VS Code.
  • 0i0 - Optimized for dark terminal windows, uses nerdfontgit status decorations.
  • 14degree - Includesgit,virtualenv andrvm status decorations.
  • 1999 - Powerline-esque theme. Includesgit status decorations, network and battery status.
  • 7eth - Minimalist theme with decorator forgit status.
  • a - Simple theme with current directory andgit status decorations.
  • abbr (theme) - Displays an abbreviated version of the current directory path, shows the Python virtualenv, Rust version,git status, and the exit code of last command. Works well on dark backgrounds by default but colors can be easily customized.
  • abhiyan - Segmented prompt. Includes decorators forgit branch, staged file count, unstaged file count & untracked file count, username, current working directory and the time. Requires Powerline-compatible fonts.
  • absolute - Very clean looking theme with decorators forgit status,node version and the exit code from the last command.
  • abzt - No nonsense theme with decorators forgit status and directory information. Requires a nerdfont.
  • acenoster - A multi-purpose theme with very detailedgit andmercurial support. Also includes decorators for AWS profile name, virtual environment name if any, number of background tasks, current directory and previous command's exit code if non-zero.
  • achab - Includes decorators for the current folder path, the current user and the currentgit branch. Decorator colors are easily customizable.
  • adamdodev - Includes decorators forgit status, the name of your AWS profile, the name of your Azure Service Principal, kubernetes context, terraform workspace, last command exit status and current working directory.
  • adlee - macOS theme, requires a Powerline-compatible font.
  • af-magic-dynamic - Modified version ofaf-magic with dynamic path shortening.
  • afaq - Two line theme with decorators for hostname, local IP address, current working directory, current time,git status and Python virtualenv.
  • aflah-bhari - Modified version of therobbyrussell theme in oh-my-zsh.
  • aftermath - Get a nice summary line after each command you run in your shell.
  • agitnoster - Based onagnoster theme included inOh My Zsh andbash-git-prompt. Shows detailed information aboutgit status.
  • agkozak - Uses three asynchronous methods to keep the ZSH prompt responsive while displaying thegit status and indicators of SSH connection, exit codes, andvi mode, along with an abbreviated,PROMPT_DIRTRIM-style path. Very customizable. Asynchronous even on Cygwin and MSYS2.
  • agnopro - A high-performance, feature-rich ZSH theme with intelligent context display, inspired by and based on Agnoster but enhanced with additional developer-friendly features. Includes decorators for current directory, nodejs version, golang version, .Net version,git status, AWS profile, user@host, background jobs and Python environment.
  • agnoster (fcamblor) - SolarizedAgnoster variant withgit status information. Requires a unicode font and works best with asolarized terminal.
  • agnoster (fseguin) -agnoster variant with a right prompt.
  • agnoster-gentoo - A Gentoo flavored version of theAgnoster ZSH Theme that includes user@hostname andgit status decorations. Works better with a unicode font.
  • agnoster-j - Optimized forsolarized color scheme,git or other VCS tools, and unicode-compatible fonts. Includes decorators for status of last command run, user@hostname,git status, working directory, whether running as root, whether background jobs are running, and other information.
  • agnoster-mod -Agnoster variant with a right-prompt.
  • agnoster-multiline - Based onAgnoster. Includes decorators for current directory andgit status. Requires a font with powerline andgit glyphs. Automatically disables non-ascii glyphs on linux ttys.
  • agnoster-plus -Agnoster variant optimized for use withSolarized Dark terminal color scheme. Includesgit status.
  • agnoster-refresh -Agnoster variant, includes battery and online status.
  • agnoster-repopath - Based onAgnoster andPassion themes. Includesgit andmercurial status, current time and time the last command took decorations in the prompt.
  • agnoster-timestamp-newline -Agnoster variant with timestamp and newline added.
  • agnoster - Optimized for solarized terminal color schemes, showsgit decorations, user@host, working directory, the previous command's exit status and whether you are running with root privileges. Requires a Powerline-compatible font.
  • agnosterAfro - Based onPowerline andAgnoster themes and inspired by theagnosterzak.
  • agnosterzak - Based onAgnoster, shows battery life, date & time,git status, current directory and user & host information.
  • ai-hayasaka - Minimalist theme withgit status, ruby env and python virtualenv decorators.
  • air - Minimalist theme withgit status decorations.
  • akzsh - Works best with a dark terminal theme, includesgit decorations.
  • al-magic - Clone of the oh-my-zshaf-magic theme with the time added at the right of the prompt.
  • alarangeiras - Minimalist theme withgit status decorations.
  • ale - Based on the fino theme. Includesgit,virtualenv andnode status decorations.
  • alesrosina - Includes decorators forgit information, current directory and the last command's return status.
  • alien-minimal - Minimalist ZSH theme withgit status displayed.
  • alien - Powerline-esque ZSH theme that showsgit decorations and the exit code of the last command. Faster than many other prompts because it determines thegit decorations asynchronously in a background process.
  • almel - Inspired byagnoster, written in Rust. Includesgit status, user@host, last command exit status and working directory decorations
  • aloy (garethclews) - Fork of@elenapan's lena theme. Includes magic enter from subnixr'sminimal where hitting enter without any further commands prints out some usefulls,git and current working directory information.
  • aloy (karetsu) - Fork of@elenapan's lena ZSH theme. extended to give a little more information in it. It also includes the 'magic enter' from subnixr'sminimal where hitting enter without any further commands prints out some usefulls,git and current working directory information.
  • alp - A simple theme with decorations for current directory, root status, username and host.
  • alpha - Includes decorators for username@hostname and current directory.
  • alpharized - Optimized to work withsolarized dark terminals. It's a modified version of theavit theme.
  • amoyly - An elegant and comfortable-reading theme based onAgnoster.
  • amplify - Minimalist, includes AWS Amplify envioronment andgit status decorations.-andy - Modifiedbira theme with bettergit support.
  • antoinechab - Includesgit status, username, time and current directory decorations.
  • antsy - Showsgit branch and status decorations, virtualenv, exit status, jobs count, and vi-mode indicator.
  • aofxta - Includes decorators for last command's execution time,git information, current directory and current time.
  • ap2 - Minimalist them with decortators for time, OS, current directory,git status and the last command's exit status.
  • aperiodic - Showsgit decorations, user, host, whether root, active Python virtual environment, current Ruby interpreter, visual and numeric status of the last command, power management status and time and date.
  • aphrodite - Minimalistic theme without visual noise. Displays only the necessary information: current user, hostname, working directory,git branch if one exists. Looks great both with dark and white terminals.
  • aplos - Minimal ZSH prompt with working directory,git local info,git remote info, time and exit code.
  • apollo - A heavily customizable, compatible and performant ZSH theme that uses modules to enable features.
  • appa - A tidy little theme based on omz'srefined. Requires aNerd Font.
  • apple (aramirol) - Based onrobbyrussell, includesvcs status decorations. Colors customizable by setting vars in your.zshrc.
  • apple (bjrowlett2) - Minimalist theme withgit status decorations.
  • arael - Fork ofgallifrey.
  • archcraft - Greenish theme, optimized for dark backgrounds. Includesgit status decorations.
  • archie - Arch Linux inspired ZSH theme. Based on thenorm theme.
  • archmocha - Some ofcatpucchin's mocha theming with an Arch Linux twist. Includes decorators for user@hostname, current directory andgit status.
  • arctic-glow - Based onagnoster. Includes decorators forgit status, python virtual environment, current directory, username and operating system.
  • arity - A simple theme designed for readability and to give an overview at a glance. Includes path andgit decorations.
  • aronhoyer - Minimalist theme with right-sidegit status decorations.
  • arrow-minimal - A minimal ZSH theme withgit decorations.
  • arrow - Minimal theme, includesgit status decorations.
  • asciigit - An ASCII-only theme forgit users who don't want to use fonts with extra glyphs.
  • astral - Theme for dark backgrounds with zen mode. Works well with the zsh-userszsh-syntax-highlighting plugin. Includes decorators for execution time of last command, when it was run, its exit status, machine name, current path,ssh status, andgit status.
  • astro - Based on theys androbbyrussell themes.
  • async - Shows current directory,git state, return value of last command if it had an error code, number of background jobs, execution time of long-running commands, current python virtualenv.
  • aterminal - Displays Node.js, NPM, Docker, Go, Python, Elixir and Ruby information in the prompt.
  • aub - Includes decorations forgit andhg status andusername athost.
  • australis - Lightweight theme with decorators forgit information and current directory. Requiresgit plugin fromoh-my-zsh.
  • avil - Minimalist theme withgit decorations.
  • avit-d2k - Based on the oh-my-zshavit theme, with small changes.
  • avit-mod - Modified version of oh-my-zsh'savit theme.
  • avoleo - Features a date and time prompt for each command, as well as a command number in history. In addition, it uses special symbols '⠾' and '⡶' to displaygit information if applicable in the current path. It also supports custom colors based on the Gnome-Terminal default color palette.
  • aws - Based onrobbyrussell, with an extra decorator to show your$AWS_PROFILE when it is set.
  • backbone - A bare minimum single file prompt, fast as a roadrunner MEEP! MEEP. Includesgit status and current directory decorations.
  • baddcafe - Provides dynamic system information. Includes decorators forgit status, cpu usage, memory usage, battery level, local and global IP addresses, current time, current directory and the exit status of the last command run.
  • bahman - Requires aNerd Font. Hasgit status decorator.
  • banana - Includesgit status decorations and current directory.
  • bandit - Another Powerline variant.
  • bar (anki-code) - Minimalist settings forp10k.
  • bar (xp-bar) - Includes username, host, pwd,git status decorations and 3x hour reminders to drink water.
  • barion - A fast compiled prompt with a compactgit status overview. Reminiscent of powerline. RequiresCrystal to build.
  • base - A minimal and functional ZSH theme designed for developers and sysadmins who frequently work on remote servers, VPS, or VPNs. Includes decorators for your public IP address,git status and current directory.
  • bash - Looks like the defaultbash prompt.
  • bashi - Optimized for Ahmet Sülek'sFlat UI Terminal theme and Pasquale D'Silva'sSaturn Terminal theme.
  • bashlover - Designed for those who appreciate the powerful features of ZSH shell but still prefer a simple, classic interface similar to thebash shell. Includes decorators forgit information, user@host and the current working directory
  • bashplus - Colorized replica of the defaultbash prompt with decorators forvirtualenv andgit status.
  • bastard - Modified version ofgitster theme forZIM.
  • bearable - Works well with dark terminal backgrounds.
  • bearings - A fast, clean, super-customizable shell prompt. Includes decorators for current directory,git status, exit code of last command, duration of last command, background jobs & username.
  • bedbugs - Inspired byAgnoster, this multiline prompt includes decorators forgit status information, background job count, working directory, user and hostname, Python virtualenv when present, colored return value of last command and root/user sigil.
  • beer - Inspired bycloud, but with beer icons.
  • bender - Fancy two-line prompt with git integration.
  • berghain - Minimalist theme. Includes decorators for the exit code of the last command run and forgit status.
  • bernkastel - Based onys. Includes decorations for kubernetes context, current directory, last command exit status andgit status.
  • bgnoster -Agnoster variant with unicode symbols baked in.
  • bigshrimp - A clear and concise theme that includes decorators for username@host, current directory andgit status.
  • bigyls - Based onlpha3cho. Includes decorators for date, time, IP address,git status, plugins and current directory.
  • bira - Fork of Oh-My-ZSHbira theme. Includes decorators for working directory, username@host,git status information, Pythonvenv and a status code when the last command had an error.
  • birame - Based onbira.
  • biraskull - Based onbira, includes root status andgit status decorations.
  • biratime - Based on thebira theme, but displays the date instead of the username in the prompt.
  • birav2 - Based onbira. Includesgit,rvm andvirtualenv status decorations.
  • black-Void - Includes account info, root user, using ssh, directory lotation, write permission, and vcs info decorations.
  • blackrain - Anothergit-aware theme.
  • blaze - Visually similar to powerline. Requiresmake andg++. Works best with your terminal set to use aNerd Font. Includes decorators for current directory, execution time of last command, exit status of last command,git status information, date, time, username and host. Can be extended with custom segments.
  • blazux - Includesgit status decoration and a smiley/sad face indicator of the last command's exit status.
  • blinks (max13ft) - Adds mercurial support to oh-my-zsh'sblink theme.
  • blinks-xfan - Based on the existing themeblinks.
  • bliss - A delicate theme that injects color without overwhelming your workspace. Designed to be used with thebliss iTerm color scheme andbliss dircolors. Includesgit status decorations.
  • blokkzh - Theme based on oh-my-zsh's built ingnzh theme. Requires a font with unicode support.
  • blox - A minimal and fast ZSH theme that shows you what you need. It consists of blocks: each block is shown inside a pair of [square brackets], and you can add blocks by simply creating a function.
  • bluehigh - Minimal theme, displaysgit information.
  • bluelines - Clear and blue theme.
  • bluo - Colorful prompt segments reminiscent ofbullet-train orpowerlevel10k. Includesgit status decorations.
  • boban - A powerline-style file based onAgnoster. Includes decorators for user@hostname,git status, current working directory, python venv, AWS profile,$KUBECONFIG, the terraform workspace and the exit status of the last command run. Requires aNerd Font for symbols to render properly.
  • bogo - Inspired byzeta. Includesgit and ruby version decorations.
  • boom - Multiline theme, best on dark backgrounds.
  • born-in-the-purple - Simple theme with a purple motif. Inspired byPure.
  • bouni - Includes decorators for user@host, current directory, active python virtualenv, andgit status.
  • boxy - Works well with solarized terminal colors. Includes decorators forusername@hostname, current directory,git status, return code for last command, and time last command was run.
  • braundo - Straightforward theme with username, current directory,git status, and timestamp.
  • bref - A simple prompt. It includes decorators to displaygit status asynchronously, a notification if thessh session is remote, the battery level and the number of background jobs.
  • brisa - Multiline theme based onfino-time. Includes decorations for username, host, current directory, andgit status.
  • bronze - A cross-shell customizable powerline-like prompt with icons written in go. Requiresnerd-fonts.
  • brs - Displays the current song in the prompt withaudtool.
  • bruh - Includesgit status decorations.
  • brunty - Includesgit status decorations.
  • bryce-robbyrussell - Inspired by thepowerline androbbyrussell themes.
  • bttf-color - BTTF color theme. Includesgit status decorations.
  • bubblegum - Minimalist bright pink theme with a triangular glyph and your working directory, nothing else—leaving you with the cleanest shell possible.
  • bubblified (hohmannr) - Inspired byagnoster. Works best withnerdfonts.
  • bubblified (varaki) - Based onbubblified (hohmannr). Changes color when root. Includes decorators to show user@host and current directory.
  • buddha - Includes decorators forgit status, current directory, exit status of last command run and username@hostname.
  • bullet-train - Inspired by the Powerline Vim plugin. It aims for simplicity, showing information only when it's relevant.
  • bunnyruni.min -@jopcode'sbunnyruni ZSH theme, modified to just display time and directory.
  • bunnyruni - Simple, clean, and beautiful theme.
  • bureau-env - Modification of the Oh-My-ZshBureau theme that adds a Python virtual environment label to the left of thegit block.
  • bureau-parrot - Based onbureau. Includesgit decorations.
  • bureau - A clear and informative two-lined prompt. Includesgit status optimized for large repositories.
  • burn - Includes decorators for user@hostname and current directory.
  • buster - Plays well with WSL2. Based loosely on Fox and Jonathan themes from oh-my-zsh.
  • cabovianco - Includes decorators forgit status and current directory.
  • cactus - Minimalist theme withgit status decorations.
  • cafeconbits - Simple theme with a coffee cup icon. Includes decorators forgit status, current directory and the exit status of the last command.
  • calma - Minimalist theme that works well on dark backgrounds. Includes decorators for truncated current directory,git information, time, and for the exit status of last command.
  • candy-fantasy - Modified version ofCandy Kingdowmtheme.
  • candy-light - Light version of the candy theme.
  • capsule - A simple single file terminal prompt that is completely customizable. Display is divided into capsules (TIMER >DIR >GIT >GIT ACTION).
  • carriage-return - omz'srobbyrussell with an added carriage return.
  • catppuccin-powerlevel10k-themes -Powerlevel10k themes inspired by theCatppuccin color palettes. These themes are available in multiple styles and support all four Catppuccin palettes:🌻 Latte,🪴 Frappé,🌺 Macchiato, and🌿 Mocha.
  • catpuccin-kali - Inspired by oh-my-posh catpuccin theme. Includes decorators for username@hostname, current directory andgit status.
  • catpuccin - Minimalist theme. Includes decorators for current directory, exit status of last command andgit status.
  • cayun - Shows active Python version andgit decorations in the prompt.
  • celestialorb - Powerline-inspired theme by @celestialorb. Includesgit status decorations, Kubernetes cluster information (if any), current AWS profile and region, and active virtualenv.
  • cezhanne - Minimalist ZSH theme withgit status decorators. Requires aNerd Font.
  • cf-ps1 - Displays the current foundation and organization and space ofCloud Foundry in your prompt.
  • ch4rli3 - Lean and simple theme.
  • chaffee - Based on sorin. Shows the current active versions of Java, Scala, Go, Node, Python and Ruby.
  • chaos - Inspired by dogenpunk and smt themes, optimized forgit users and Python developers. Includes decorators forgit status, python virtual environment, background jobs, error status of last command, user@hostname and current directory. Requires a font with emoji.
  • chaotic-beef - A tiny and beautiful theme for Oh-My-Zsh without anything superfluous. Includesgit status decorations.
  • charged - A ZSH prompt optimized for thesolarized dark terminal theme.
  • cheeky - Includes chicken emoji, decorators for current directory,git information and current GCP cluster and project.
  • chello - Works well on dark backgrounds. Depends onautojump,zsh-autosuggestions andzsh-syntax-highlighting.
  • chi - A ZSH theme optimized for iTerm 2 users on macOS.
  • chill - Has decorations for the current working directory, last command exit status andgit status.
  • chinipage - Minimalist theme that includesgit decorations. Requires powerline-compatible fonts and thegit-prompt plugin.
  • chrisandrew.cl - Includesgit decorations. Requires a powerline-compatible terminal font.
  • cinnabar - Shows timestamp, large line breaks, git branch and status.
  • clarity - Designed for for simpleness and extensibility.
  • classic - A classic unix theme with decorators for username, host, current directory andgit status.
  • classyTouch - Minimal, clean theme withgit support.
  • classyTouchName - Inspired byclassyTouch. Works better with dark backgrounds. Includesgit status decorations.
  • clean (akz92) - Minimalist ZSH theme.
  • clean (brandonRoehl) - A minimalist variant ofpure. Pure is not clean, clean is not pure.
  • clean (patr1ot) - Fork of the upstreamclean with host information added.
  • cleansh - Minimalist, includesgit, Ruby, node and Python version status decorations. Works with standard fonts.
  • clearance - minimalist theme withgit, nix-shell and virtualenv status decorations.
  • clipper - Minimalist ZSH theme withgit support. It includes decorations for pwd, last command exit status code andgit status & branch.
  • cloudy - Minimal cloudy ZSH theme.
  • clover - Inspired byzeta andpure.
  • cmder-wsl - Configuration file forcmderthat is configured to work in quake mode with ZSH and a modifiedAgnoster theme.
  • cmder - A ZSH theme that matches the theme of Cmder, a popular terminal emulator for windows. Includesnode andgit status decorations.
  • cn - Includesusername,directory andgit status decorations.
  • cobalt2 - Wes Bos' Cobalt 2 theme for ZSH and iTerm 2.
  • cobalt2git - Cobalt 2 theme withgit extensions.
  • codemachine - Displays decorators forgit info, whether you're logged in viassh, and the return code of last command.
  • coffeenostor - Based onagnoster, with a right-prompt for vi-mode that displays--INSERT-- and--NORMAL--, in a powerline look.
  • collon - Lightweight theme withgit status decorations, cwd, time, host, exit status of last command. Does not require special fonts.
  • colorbira - Allows per-host prompt coloring, displaysrvm,virtualenv andgit information.
  • common - A simple, clean and minimal prompt, displays current working directory, hostname, AWS vault role, background jobs, current SHA, exit code of last command, andgit branch and status.
  • comxtohr - Brightly colored theme optimized for dark backgrounds.
  • coolmelon - Includes decorators for user@host, time, current directory, node version andgit information.
  • cordial - Clean and effective ZSH theme with git and npm support.
  • cr - Includes directory, time, host name, last command exit status, andgit status decorations.
  • cramin - Minimal interface with support for GitHub plugins, based onhyperzsh.
  • cravend - Includeshostname decorator (only in activessh sessions) andgit status decorations.
  • crème fraîche - Works best with light terminal backgrounds, includesgit andvi-mode status decorations.
  • croque - Powerline-inspired theme with decorators for OS, user@host,git information,git username, current directory and exit status of last command.
  • cryo-long - Variant ofcryo with added decorators for hostname and current directory.
  • cryo - A standalone clone of the original oh-my-zsh theme with date and time added.
  • cryptic - Based onaphrodite-terminal-theme. Includes decorators for current directory,git status, time, username, hostname and virtual environment.
  • cute - A macOS oh-my-zsh shell theme with cute emoji based on the Powerline Vim plugin.
  • cxzh - Works well on dark background, hasgit status decorations.
  • cybensis - Based onaf-magic. Includes decorators forgit information,hg information, and python virtualenv.
  • cypher-ruby - Similar tocypher but includes the active Ruby version.
  • czsh -ZSH withoh-my-zsh and theagnoster theme in a container.
  • daily-emoji - Shows random emoji at the beginning of each command depending on the day of the week.
  • daily - Includesgit andssh status decorations.
  • daivasmara - Chill theme with decorators for current directory (truncated if necessary) andgit information, including time since last commit.
  • dalailahner - Minimalist theme with decorators forgit status, for VCS status (based onBart Trojanowski's zsh prompt), username and current directory. Based on Steve Losh'sProse theme.
  • damino - Minimal powerline-esque theme withgit decorations.
  • dangerroom - Informative, minimal, and, above all, X-Men themed. Includes decorators forgit status, working directory, parent directory andvim mode.
  • dango - Includes decorations for current directory andgit status.
  • danielparks - Works well on dark backgrounds. Includes decorators forgit status, user@host when in anssh session, success/failure of last command, working directory, python virtualenv, execution time of last command and whether running asroot.
  • daniloheraclio - Inspired by therobbyrussell theme. Hasgit and last command exit status decorations. Requires a nerdfont to render properly.
  • dark-modern - Includes decorators forgit status and current directory.
  • darkblood-modular - This version of the populardarkblood theme has been enhanced with a near complete rewrite enabling modularity and a few new features.
  • darksoku - Based on theys andastro themes.
  • dbern - Includes battery status and load average decorations.
  • delta (asavoy) - Minimal ZSH theme to reduce distractions. Includes an iTerm color settings file.
  • delta (dongri) - Another minimal theme with embeddedgit status.
  • delta-prompt - A minimal ZSH prompt.
  • devj121 - Includesgit decorations with branch glyphs.
  • dexter - A theme with an emphasis on the right side (hence the name) of the terminal.
  • dfrx - Oh-My-Posh theme. Includes decorators for current directory, execution time of last command, root status, and the time.
  • dino - Includes decorations for node, golang, flutter, lua, python & java, also includesgit decorations. Requires nerdfonts.
  • dissonance - Comes with customLSCOLORS andLS_COLORS settings files, works with both dark and light terminal themes.
  • diy-ys - Variant ofys without hostname or time.
  • djkakaroto - Includesgit status decorations, works with all fonts.
  • dkniffin - Includesruby version andgit status.
  • dmx - Optimized for dark terminal windows.
  • do-you-even-nix - Simple powerline-esque theme designed to increasenix power. Includes decorators for username@hostname, current directory,git status, whether you're in a nix shell, and whether there is a flake.nix or shell.nix file in the current directory.
  • domixgit - Prompt withgit status and current directory decorators.
  • doodleshell - Minimalist theme, includesgit,terraform andaws status decorations.
  • doom - Doom-inspired. Looks similar to powerline. Has customizable segments, decorators forgit status,rust,Node.js,python andruby versions.
  • dp - Low contrast theme that shows current git branch, if the repository is dirty and the value of$PYENV_VERSION.
  • dr4kk0nnys_v2 - Works well on dark backgrounds, includesgit status decorations.
  • dracula - A dark theme for Atom, Alfred, Chrome DevTools, iTerm 2, Sublime Text, Textmate, Terminal.app, Vim, Xcode, and ZSH.
  • dragon (jeop10) - Inspired by kali linux. Includesgit status and working directory decorations.
  • dragon (sabertaximi) - Minimalistic, includesgit status information.
  • drkat - Reminiscent ofPowerline. Includes directory,git status, and hostname decorations.
  • droolmaw - Configurable prompt that resemblesPowerline. Requires aNerd Font. Includes decorators for username, current directory, current directory path, datetime,git author,git status,mise language version and a configurable message based on the exit status of the last command run.
  • droolscar -Powerline variant.
  • dtheme - Optimized for people using a solarized terminal color scheme andgit. Works best with a unicode font.
  • duckster - A fork of thegitster ZSH theme that's more ducky fresh.
  • ducula - Inspired by Dracula project. Includesgit status decorations, username and hostname abbreviations, virtual environment, current working directory, return status of last command and the time.
  • dustmod - Derived from thedst theme in oh-my-zsh.
  • dyzsh - Based onastro. Includes decorators forgit branch & hash, current directory, user, host & time.
  • earthshaker - A minimalist, earthy ZSH theme designed for developers who prefer warmth, subtle power, and a grounded aesthetic. Includes decorators for current directory,git status and username@hostname.
  • easytocloud - Based onagnoster. Includes decorators for AWS environment,git status, username and the current directory.
  • eckig - Minimalist theme with utf-8 icons. Includesgit status decorations and a clock.
  • efritas - Includes username, hostname,venv,rvm andgit status decorations.
  • eggshausted - Agit-aware theme for people who are tired of getting errors.
  • elagoht - Includes decorators for user@hostname, current directory, virtual environment,git status, whether it is running in anssh session, and the execution time of the last command.
  • elessar - Agit-aware theme based ongitster. Requires a Powerline-compatible font.
  • elm - Includesgit status, user@host, date, time and path decorators.
  • elsa - Includes root status, pwd andgit status decorations.
  • emojeer - Emoji flavoredoh-my-zsh theme.
  • emoji - Based on therobbyrussell oh-my-zsh theme with thegit prompt symbols replaced with emoji for better clarity.
  • emojirussell - Based onrobbyrussell oh-my-zsh theme, with status decorations for current working directory, last command exit status,git branch and status.
  • endless-dog - oh-my-zsh-compatible theme that mimics grml-zsh-config.
  • enlightenment - Includes decorations forgit status,vi-mode indicator, and the time for last command to execute.
  • enormous - Takes up an enormous amount of space in the terminal.
  • erfan - Combination of the ofaf-magic andmacovsky themes. Includesgit andvirtualenv status decorations.
  • eriner - A Zim fork of the Powerline-inspiredagnoster prompt theme. Includesgit status decorations.
  • escape - Includes decorators forgit information, username, time, current directory and last command exit status.
  • eubw - A simple theme withgit information.
  • eucalyptus - Simple one-line theme for minimalist vi-mode users inspired byagnoster andpowerlevel9k. Includesgit status indicator,vi-mode indicator, current directory and current path.
  • even-more-emojis - Customized version ofemoji which adds more emojis and more information. Includes decorators forgit status, current directory and the exit status of last command.
  • excess - Simple ZSH color theme.
  • ez-pz - Minimalist theme withgit status decorations, inspired bybureau.
  • fall - Minimalist theme with fall icons. Includesgit status decorations.
  • fattyarrow - Minimal ZSH prompt that works better on dark backgrounds.
  • fbi - Powerline-inspired fork ofBureau with decorators fornvm environment,git status, username@hostname and current directory.
  • fdT2K- Based onagnoster, preset to include virtualenv, last command status,nvm,docker machine andgit,hg andbzr status decorations.
  • fe80 - Includes decorators forgit information, current directory, user@hostname, time, and the return code of last command when it is nonzero.
  • feder - Clean, simple, compatible and meaningful. Tested on Linux, Unix and Windows under ANSI colors.
  • felipec - Minimalist theme with decorators for current directory,git status, exit code of last command, and root status.
  • filthy - A disgustingly clean ZSH prompt. Includes decorators for path togit root when in agit repository,git status, prompt character based on exit status of last command run, and the execution time of the last run command.
  • firefoxic - Fork ofBureau with tweaks to the node andgit decorators.
  • fish (raniconduh) - ZSH theme reminiscent of the defaultfish shell theme. Includesgit status decorations.
  • fish (sbfkcel) - Minimalist theme with decorators forgit status, current directory and username.
  • fishy-lite - Fork of the originalfishy theme in oh-my-zsh with much of the extraneous stuff cut out to improve load speeds. Includes a battery gauge andgit status display that can be enabled on the right-hand side of the prompt.
  • fishy2 - ZSH theme inspired byoriginal fishy.
  • fluent-git - Displays time of last command execution, error code, hostname, username,git status, kubernetes cluster and namespace, path and ssh connection status.
  • flux - A no-nonsense minimalist theme withgit status decorations.
  • forerunner - Custom setup forpowerlevel9k. Includesgit status decorations.
  • fortuity - Includes status of last command,git information and current directory.
  • frank - Frank keeps to the point, displaying information compactly but readably on a single line. Frank keeps to the facts and only tells you extra things when they are important.
  • friendly-fiesta - Fork ofterminal-party theme.
  • frisk-arrow - A theme based on thefrisk oh-my-zsh-theme.
  • frisk-red - Red version of thefrisk theme from oh-my-zsh.
  • fritz - Works well on dark backgrounds. Includesgit status decorations.
  • frlo - Uses your computer's hostname to come up with a (hopefully) unique three-color theme to display in your prompt, so you know at a glance which machine you're logged into.
  • funkyberlin - A colorful two-line theme with support forgit andsvn.
  • funkydrac - Multiple Dracula-themed omz themes based onfunky and anoh-my-posh theme based onalien
  • furio - Fork of theCloud oh-my-zsh theme. with different colors and emojis.
  • furry-umbrella - Colorful theme, works better on a dark background.
  • gabriel2m - Minimalist theme with decorators for the current directory andgit status.
  • gaia - Originally a fork ofBureau adds new virtual environments info to the prompt: Kubernetes, virtualenv, rbenv and Java versions. Includesgit status integration.
  • gal - Minimalist theme based ongallois.
  • gallifrey-war - Inspired bygallifrey. Includes decorators forgit information, user@host and current directory.
  • gallium - Minimal theme inspired bygal andgallois. Includes decorators forusername@host, current directory andgit status.
  • garden - Works better with a dark terminal background, includesgit status decorations.
  • garrett - Prezto prompt with the information you need the moment you need it.
  • gawaine - Nicola Racco's theme. Requiresrvm &git plugins.
  • gbt - Go Bullet Train is a very customizable prompt builder inspired by Bullet Train andoh-my-zsh that runs much faster. Includes many different status cars. Includes aprompt-forwarding feature than enables the user to forward their user-defined prompt to a remote machine and have the same-looking prompt across all machines via SSH but also in Docker, Kubectl, Vagrant, MySQL or in Screen without the need to install anything remotely.
  • gcloud-prompt - Shows the current gcloud configuration in the prompt.
  • gentoo - Breaks out the oh-my-zshgentoo theme into a separate repository for non-omz users.
  • geometry - A minimal ZSH theme where any function can be added to the left prompt or (async) right prompt on the fly.
  • geometryHostInfo - Adds host info to thegeometry theme.
  • gerry - Based onbureau, includes decorations forgit status, current time, username, hostname and current directory.
  • get-to-work - Minimalistic design, includes decorators forgit status, virtual environment and the time.
  • gg - Includes decorators for time andgit status.
  • ghoti - Mimics thefish-shell default prompt. Includesgit decorations.
  • gianu-alternative - An alternative toOMZ Gianu that changes prompt based on privilege. Includesgit status and current directory decorators.
  • gideon - Inspired byavit, includesgit decorations, IP address, host and path.
  • gimbo - A variant ofpurepower with more features, a little eye candy and context-sensitive extra lines. Includesgit status decorations, history number, username/hostname context, directory status, status of last command if it failed, and the Python virtualenv name if present.
  • gimme - A simplistic theme for ZSH withgit integration. Inspired by thegitsome theme.
  • girazz - A modification to the gnzh theme which addsvi mode to the right prompt.
  • git-kali - Based onAn informativegit prompt for kali. Includes decorators forgit status, username@host, and the current directory.
  • git-prompt (awgn) - A fastgit prompt forbash,zsh andfish.
  • git-prompt (olivierverdier) - Displays information about the currentgit repository. In particular the branch name, difference with remote branch, number of files staged or changed, etc.
  • git-prompt (woefe) - A fast, customizable, pure-shell, asynchronousgit-aware prompt for ZSH heavily inspired by Olivier Verdier'szsh-git-prompt and very similar to the "Informative VCS" prompt of fish shell.
  • git-prompt-kit - A configurable set of components for creating feature rich, high performance Git-aware zsh prompts (aka themes) with minimal coding.
  • git-simple - Simple theme that includes detailedgit status decorations.
  • git-venv-prompt - Enhances your Zsh prompt with information about the current Python virtual environment and the Git status (asynchronously). It uses zsh-async to provide async updates for Git status and displays the virtual environment in the second line of the prompt.
  • gitbash - Mimics the default prompt fromGit for Windows. Includesgit status, user@host and current directory decorators.
  • github - A GitHub-inspired theme. Shows decorators for (truncated) current directory, hostname andgit status. Includes both light and dark modes and detects system settings for that on macOS and Linux.
  • gitneko - Has a neko(^>ω<^) prompt withgit status information.
  • gitprompt.sh - Works with bothbash andgit. 256 color support. Includes decorators forgit status and current directory.
  • gitsome - Super simple prompt withgit info, optimized for theFlat Terminal color scheme.
  • gitstatus - Shows command andgit status decorations.
  • gitster (shashankmehta) - When in agit repo, it shows the location from thegit repository root folder. When not in agit repo, it shows the path relative to home,~.
  • gitster (zimfw) - Zim fork of shashankmehta'sgitster prompt theme
  • gitsterv2 - Forked from the originalgitster theme.
  • gk3000 - Includesgit status decorations and full path to current directory.
  • glider - Based onstrug. Includes decorators forgit status, username, hostname and current directory.
  • glimmer - Includesgit branch, time and user@host decorators.
  • gn-z11 - Includes decorators forgit status and the last command's exit status.
  • gndx - Includesgit status, hostname, directory and last command exit status decorations.
  • gnrnzh - Customization ofgnzh.zsh-theme from oh-my-zsh.
  • gocilla - Theme for iTerm 2 and ZSH. Uncludesgit status, user@host, path and date decorators.
  • golden-prompt - A simple prompt that incorporates fish-like functionality and decorators forgit status, current directory.
  • goprompt - Lightning fast. Includes decorators for truncated current directory, last command duration & exit status, vim-mode indicators,git information, datetime and parent process name.
  • gops - Fast powerline-like prompt. Includesgit status, current directory, root status decorations.
  • gorchak - Inspired byrobbyrussell andaf-magic. Includes decorators forgit information and Node.js version.
  • grayt - Simple yet informative theme that includesgit decorations and the return status of the last command.
  • green-lambda - Minimalist Lambda theme. Includesgit decorations.
  • greencastle - Minimalistic theme, that supports really,really, long branch names, without severely truncating the prompt. The theme is inspired by thejonathan theme and therobby russel theme. Includes decorators for current directory,git information and the exit status of the last command run.
  • greenclean - Fork ofakz92/clean with a bit more green and permanent clock on the right.
  • griffin - Minimalist, includesgit status decorations.
  • grs - Includesgit status, user id and working directory decorators.
  • gruvbox (hgaiser) - Sets colors from thegruvboxvim plugin.
  • gruvbox (sbugzu) - Based onagnoster, uses the same colors from thegruvboxvim plugin.
  • guezwhoz - Minimalist, includesgit status decorations.
  • gugulenok - Has both a dark and a light mode. Includes decorators forgit status, time and current directory.
  • guri - A Simple and fast Oh-My-Zsh theme, based onPure's design.
  • gus - Hackable transient theme. Includes decorators for conda,git information and current directory.
  • hackersaurus - A theme withgit status and exit code of last command run decorators embedded in the prompt. Related topowerlevel9k.
  • halfeld - Minimalist theme withgit decorations.
  • halil - Fork of oh-my-zsh'samuse theme.
  • hana-matcha - A simple theme with the first character being 花(hana), the kanji for flower. This theme was inspired by a keycap set called DSA Hana. This pairs well with thehana atom theme. Includesgit status decorations.
  • handy - Colorful and lightweight theme. Shows root status,git status, current directory anduser@hostname decorations.
  • hanpen - Showsgit branch and status, last command exit code, last command execution time if more thanZSH_THEME_HANPEN_CMD_MAX_EXEC_TIME.
  • hapin - Based on oxide, includesgit status decorations and current user/host information.
  • happy-coding - Stripped down version ofpassion. Includes decorators for time,git branch, last command execution time and last command exit status.
  • haribo - Simplegit status + timestamp in prompt.
  • hcompact - Displays time, OS (including distro if on Linux), directory and whether running as root.
  • headline - A responsive ZSH theme featuring Git status information and a colored line above the prompt.
  • heapbytes - Includes decorators for current directory, tun0 ip if on a VPN, wlan ip when not on VPN andgit information.
  • heart - Heart themed prompt for light backgrounds.
  • hedroed-bureau - Based onbureau, with addedgit status decorations andnpm status.
  • helb - Loosely based on Gentoo's oldbash theme. Includesgit information, return value of last command, and uses different username color and prompt char for users ($) and root (#).
  • hematite - Minimalist promot that tries to show only the status decorations that are actively useful at a given time.
  • henzilla - Inspired bygozilla. Includes decorator forgit status.
  • hex - Heavily based onbira, andgruvbox, which in turn is based onagnoster. Includes decorators for current directory,git status information, active python virtualenv, exit status of the last command run. Requires a Powerline-compatible font.
  • hexagon - Minimalist ZSH theme based ongeometry.
  • hfulldate - Displays time, date, OS (including distro if on Linux), directory and whether running as root.
  • hhktony - Inspired by robbyrussell theme + ssh connection status prompt.
  • hietan - Includes decorators for current directory, date & time,git status and the exit value of the last command run. Requires aNerd Font.
  • hijack - Includes decorators for user@hostname, current directory, andgit information.
  • hina - Written ingolang, includesgit status decoration and kubernetes context.
  • hip-fellow - Includesgit status decorations and works with standard fonts.
  • hipstersmoothie-p9x - A variant ofpowerlevel9k.
  • ho-my-zsh - Includes decorators for current directory andgit information.
  • hoffish - If theagnoster theme andfish shell had a ZSH theme for a child. Includes decorators forgit status, trimmed path to current directory, root status, exit status of the last command run and the active python virtualenv. Requires a Powerline font and thezsh-autosuggestions andshrink-path plugins.
  • hogbal - Works best with a dark background and a 256 color terminal program. Includes decorators forvirtualenv,git information,username@hostname and current directory.
  • home - Pretty and short one-line theme that makes you feel at home.
  • hometown - A feature rich, high performancegit-aware ZSH theme with segments for the user, host, time, the current working directory and its parent, and detailed full Git status within a Git repo.
  • honukai-iterm - Honukai theme and colors for oh-my-zsh and iTerm 2.
  • hoozeeth - Minimalist theme, includes decorators for user@hostname, the date & time, and the current working directory.
  • horizontal - Two line prompt with a horizontal separator.
  • hornix - Displays time & date, OS (including distro if on Linux), directory and whether running as root.
  • horse-sh - A very minimal brown/red ZSH theme.
  • htb - Inspired by the pwnbox on a HackTheBox machine. Includes decorators for user@host, IP address and the current directory.
  • hub - Simple and clean, includes the return code of the last command executed.
  • humbled - A clean and humble theme with left-alignedcondaenv,virtualenv andgit status. Requirescondaenv plugin.
  • hyper - Designed to work with the hyper terminal theme, includesgit status decorations.
  • hyperzsh - Gives you a comprehensive overview of the branch you're working on and the status of your repository without cluttering your terminal.
  • iamskok - Works well on a dark background.
  • iay - A{ba,z}sh prompt written in Rust. Includes decorations for the current directory andgit status.
  • ice - Very lightly modifiedbureau theme combined withbira.
  • ichirei - Colorful. Includes decorators forgit status, time & current directory. Requires aNerd Font.
  • icicle - Includesgit status decorations, and whether running as root.
  • iGeek - Modified iGeek theme. Works with macOS out-of the box, includesgit status decorations.
  • igeek - Displays system information when starting a new terminal session.
  • iggy - A super happy awesome Powerline-style,git-awareprezto only theme.
  • igorsilva - Shows current directory, customizable delimiter, current branch, andgit status decorators.
  • iguanidae - Includesgit,nvm andvenv decorations.
  • illusion - Includes username, current working directory,git status and last command status decorators.
  • illuvia-gitster - Fork ofergenekonyigit/lambda-gitster with spacing improvements and an updated icon. Includesgit status information.
  • imp - Based onzork and optimized for dark backgrounds.
  • imranic - Minimalist theme with decorators forgit status, python virtualenv, rvm ruby version, conda version, kube status, and current directory.
  • infernus - Minimalist theme, better on dark backgrounds.
  • infoline - Clean theme that showsgit status, background jobs, remote host, and other information.
  • integral - Math-inspired, includes decorators for time, current directory andgit status.
  • inthedeepspace - Based onintheloop and inspired byvim-deep-space.
  • intheloop-powerline - An extension of theintheloop theme to use powerline fonts.
  • itg - itsthatguy's theme.
  • itlbv - Minimalist. Includes decorators forgit status and the current directory.
  • ittecture - Includes decorators for current directory andgit information.
  • ivabus - Inspired by the GitHub Codespaces prompt. Includes decorators forgit status, username and current directory.
  • ivy - Works well on dark backgrounds. Includes user@host,git status and time decorators. Based on theobraun theme.
  • jacobin - Based on refined and ys themes, includesgit status decorations. Includes an optional iterm2 color scheme.
  • jake - Shows the time, the current directory, andgit branch information including the branch name and a red + if the branch has un-pushed changes.
  • jam - Optimized for dark backgrounds, includesgit status andrvm status.
  • jax Reminiscent of Powerline. Includes decorators for current directory and current user.
  • jc - For dark terminal backgrounds, includesgit status information.
  • jcl - Loosely based on theys theme.
  • jeff - Based onbira. Includes decorators for user@host, time, current directory andgit status.
  • jerome - Colorful theme based on thedieter theme, but with a yellow hostname. Includesgit decorations.
  • jhleeeme - Includesgit and python virtualenv status decorations, user, pwd,time and system name.
  • jmsp - Focused on simplicity and SSH usefullness. Includesgit status and current directory decorators.
  • jmtech - Customizable colors and symbols. Includes decorators forgit status, exit status of last command run,gpg signing information and timestamps. Requires aNerd Font for thegit status icons.
  • jnooree - Minimalist theme with colors adapted from therobbyrussell theme. Includes decorators forgit status, whether running as non-default user and current working directory.
  • joje - Includes decorators forgit status and current directory.
  • jon - A simplifiedbira with the colors ofrobbyrussell.
  • jovial - Shows decorators for host, user, path, development environment,git branch, and whichpython venv is active.
  • jpegleg - Similar to dark blood theme, includes timestamp andgit decorations.
  • js-magic - A simplified take onaf-magic. Includes current working directory andgit status decorations.
  • judgedim - Minimalist prompt.
  • just-another - Just another theme, with hostname when you're sshed to another machine.
  • just-around-the-corner - Counts down the days until Christmas. Includesgit status decorations.
  • jwalter - Powerline-style theme withgit,svn,npm,rvm and network awareness. Requires Powerline-compatible terminal font.
  • jyumpp - Configuration file and installer for Powerlevel 10K.
  • kali-like - Inspired by the Kali Linux default ZSH theme. Includes decorators for user@host, current directory andgit information.
  • kali - Includesgit decorations.
  • kalsowerus - Colorful powerline-inspired multi-line theme, includes decorations forgit status, directory, last command exit status andnvm information.
  • karu - Minimalist single line ZSH prompt.
  • kawaii - Has terminal and virtual console modes. Includes decorators for username, directory, last command exit status, timestamp andgit status.
  • keloran - Theme that includes a few features from other themes.
  • kenton - Optimized for dark backgrounds, includesgit status information.
  • kerneldiego - A minimal and informative Zsh theme with a clean box-style layout, Git integration, and colorful prompt indicators for productivity and visual clarity.
  • kevin - Colorful theme, includes iTerm 2 color schemes.
  • kgzsh - Includesgit status deorations, works well on darker backgrounds.
  • kido - Based onys androbbyrussell themes. Includes decorators for the exit code of the last command run, python virtualenv and VCS status.
  • kimwz - Minimal theme.
  • kinda-fishy - Based on Fishy theme, but shows full paths instead of abbreviated directories and only shows user@machine inssh sessions and docker containers.
  • kindahv - A clean ZSH theme with command execution time tracking.
  • kiss - Simple theme for oh-my-zsh, VSCode, iTerm2, Neovim, and RStudio. Includesgit status decorations.
  • kketcham - Theme with nifty colors on thegit info.
  • ko - Includes decorators forgit status and current directory.
  • kote - Best for dark backgrounds. Includesgit status decorations.
  • kotterstep - Two line theme designed for dark terminals, hasgit decorations.
  • krak3n - Shows golang version and the currentgit branch.
  • kraken - A dark theme for ZSH.
  • ksposh - Includes decorators for python virtual environment,git information, current directory and username.
  • kube - Based onmacos-terminal, includeskubectl context. Has time, directory, andgit status decorations.
  • kumavis - Agnoster fork optimized for solarized terminals. Requires powerline-compatible font.
  • kw - Colorful theme withgit andhg status information, ability to add host-specific colors to hostname.
  • kyuu - A simple theme with the first character being 九(kyuu), the number 9. The primary color is blue with a magenta accent. Includesgit status decorations.
  • lacerate - Minimalist theme with decorations forgit,hg and pythonvenv status.
  • laconic - Simple theme withgit status and current directory decorators.
  • lagnoda Inspired byagnoster andlambda themes. Includes decorators for username@hostname, current directory,git,hg, orbzr status, current virtualenv, exit status of last command run, and current aws profile.
  • lagune - A minimal ZSH theme.
  • lambda (bluedragon1221) - Includes decorators for current directory andgit status.
  • lambda (cdimascio) - Inspired by thelambda theme. Includesgit status decorations.
  • lambda (halfo) - A ZSH theme optimized forgit users who use unicode-compatible fonts and terminal applications.
  • lambda-blazinggit - Includes blazing fast, detailedgit information. RequiresNerd Fonts and thegitstatus plugin.
  • lambda-gitster - Minimalist prompt that includesgit information.
  • lambda-minimal - Simple theme based on lambda withgit status and virtualenv information.
  • lambda-mod - A simple ZSH theme, optimized forgit usage.
  • lambda-p - Inspired by thelambda mod andLambda V themes. Includesgit status decorations.
  • lambda-pure - A minimal ZSH theme, based onpure, with added Node.js version decorator.
  • lambda-v - A combination of the Lambda and Fishy themes, includesgit status decorations.
  • lambda-zen - inspired bylambda mod theme with graphicalgit status decorations.
  • lambder - Includesgit status decorations, works best with a dark terminal theme.
  • laniksj - Works best on a dark background. Based on the greatys theme andHonukai ZSH Theme. Shows root status andgit status decorations.
  • larn - A clean and customizable oh my zsh theme with Git integration, designed for dark terminals. It features a colorful prompt with decorators forgit branch and status indicators, current directory and distinctls colors for files and directories.
  • lazyprodigy - Optimized for dark terminals, has variants for local and remote systems.
  • leafia - Leafy prezto theme that showsgit status information.
  • lean - Inspired bypure. Has decorators forgit status information, exit status of last command run, and the elapsed time of last command.
  • lemon - Many beautiful colors for you to enjoy. done with care and patience. Includesgit status and ruby version decorations.
  • leon - Works well on light background. Includesgit status, time, username@host, working directory and last command exit status decorations.
  • less-noise - Minimalist theme with decorators forgit status, current directory and the current time.
  • leverage - Based onminimal, uses colors, and an extra¬ character, to better distinguish the command line prompt from your output.
  • lewis - Black, white and red theme. Showsgit status information.
  • lgbt - Colorful theme with decorators for current directory andgit status.
  • lgbtq - A collection of lgbtq themes for your terminal.
  • light - Works best on a light background. Includes decorators for username@hostname,git status and the current directory.
  • lightbulb - Includes decorations for kernel, OS version, uptime andgit.
  • lighthaus - A prompt that compliments theLighthaus theme. Showsgit information, GitHub/GitLab logo and shows changes as and when they occur.
  • lila - Minimalist theme, best on a dark terminal background.
  • lilith - Modification ofgallifrey andhyperzsh.
  • lime - Simple and easily customizable ZSH theme.
  • limpide - Modified version ofmiloshadzic theme which displays parent and current directory.
  • linear - Reminiscent of Powerline. Includes segments withgit status, Pythonvirtualenv, current directory and current time.
  • link - Minimalist. Includesgit status and last command exit decorations.
  • linuxer - Inspired by Yaris Alex Gutierrez'sclassyTouch, Yad Smood'sys, and theBureau theme.
  • linuxero - Minimalist. Includes decorations for root status, current directory,git status, current ruby rvm environment and current python virtualenv.
  • liquidprompt - A full-featured & carefully designed adaptive prompt with useful information when you need it. It shows you what you need when you need it. You will notice what changes when it changes, saving time and frustration.
  • lish - A casual theme. No roughness, just smooth. Includesgit, user@host, last command exit status, current directory, current time and root status decorators.
  • liver - Colorful, includesgit status, user, host, current and relative path to the current repository root decorations.
  • llama - Minimalist theme used by discerning llamas.
  • logico - Hasgit decorations. Shows remote status and indicator for vi-mode.
  • lone-star - Texas-themed theme based on Sindre Sorhus' pure theme.
  • longsilvern - Includesgit and compactpwd decorations.
  • lorond - Compact version ofaf-magic. Includesgit status, works with standard fonts.
  • lperezp - Includes decorators for user@hostname,git status, current directory and the exit status of the last command run.
  • lpha3cho - Modified version of theintheloop theme for pentesters which includes the date, time, and IP address for pentest logging.
  • luceast - Optimized forgit. Includes decorations for username, host, time & working directory.
  • luckycoding - Based on therobbyrussell theme, includesgit decorations and the last command's exit code.
  • ludvig - Minimalist. Includes decorators forgit status, current directory, current time and the last command's exit status.
  • ludwigws - Variant oflambda-mod theme. Hasgit decorations, requires a powerline-compatible terminal font.
  • luke - Includesgit decorations. Based on thefrisk oh-my-zsh theme.
  • lukerandall-extended - Extended version of thelukerandall theme. Includes decorations forgit status and the status of the last command run.
  • lunachar - Minimalist theme.
  • macos - Includesgit status decorations.
  • mad - Includesgit status and last command execution time decorations.
  • madas - Inspired by af-magic. Includes decorators forgit status, user@host, and whether the last command failed.
  • magento - Add Magento Cloud Command Line Interface (magento-cloud CLI) completions.
  • magicmace - Inspired by xero's ZSH prompt anderiner's prompt. Includes status codes for active pythonvenv, exit status of last command, shortened working directory,git status decorations.
  • magico - IOsonoTAN's magico theme.
  • magpie - Minimalist theme with custom logic to display paths relative to the root of the currentgit. Includes decorators for time, current directory, username@hostname andgit status.
  • mainnika - Includes decorators for last command exit status and the 1, 5 and 15 minute load averages.
  • maivana - Includeskubectl context,git status decorations.
  • majemoji - Adds a random emoji to each session's prompt. Includesgit status decorations.
  • malev - Has minimalist and normal variants. Includes decorators for hostname, directory,git status and the last command's exit status.
  • mantis - Minimal theme withgit status and information decorators.
  • materialshell - Amaterial design theme for your shell with a good contrast and color pops at the important parts. Designed to be easy on the eyes.
  • matrix - Variant ofpowerlevel9k styled to look like something in the Matrix movie trilogy. Includesgit status decorations.
  • matter - Showsgit status, AWS vault role, background jobs, exit code of last command & hostname.
  • mau - A ZSH theme with a cat twist. Includesgit status decorations. Based on thekphoen andsmt themes.
  • mbolis - Includesgit decorations, changes prompt color if root user, active jobs, andjenv integration.
  • mdmini - Includesgit andssh status decorations.
  • meganerd - Inspired by jonathan. Includes decorators forgit status, user@hostname, current directory, time and the last command's exit status.
  • megaprompt - A maximalist prompt including keyboard mode, ownership info, and other contextual info, with λ as the prompt character. Requires thehooks plugin.
  • metalmajor - Includesgit status decorations, shows exit code of last command if nonzero.
  • mexassi - Checks the/sys/class/power_supply folders to determine if the system is installed on a laptop or desktop machine. Reads the battery percentage grepping acpi command and displays it in the prompt. Includesgit decorations.
  • mh-fzj - Includesrvm andgit status decorations.
  • michaelpass - POSIX-friendly cross-platformalanpeabody mod w/ convenient timestamps and full git/ruby support.
  • michelebira - Variation of thebira theme. Includes decorators forgit status, username, current directory and the return code of the last command run.
  • midin - Works well on dark terminal background, includesgit status decorations.
  • mike-was-here - Minimalist, includesgit status decorations.
  • milight - Minimal ZSH prompt withgit status display, works best with dark terminal backgrounds.
  • mindful-space - ZSH theme with space in mind.
  • mini-simple - Minimalist. Includesvcs status decorations.
  • minima - Includesgit,node,golang,yarn,php,docker andpython status decorations.
  • minimal (glsorre) - A minimal asynchronous ZSH theme optimized for use with theFira Code font and theSolarized Light terminal theme.
  • minimal (subnixr) - Minimal yet feature-rich theme.
  • minimal-improved - Theme for dark terminals, includesgit decorations in the right-side prompt.
  • minimal-os - A minimalist prompt with helpfulgit status and system-specific decorators.
  • minimal-terminal - Includes decorators for username@host, current directory,git information and the last command's exit code.
  • minimal2 - A minimal and extensible ZSH theme. Forked fromsubnixr's original and adapted forZimfw.
  • minimalx - Inspired by kolo theme from oh-my-zsh.
  • mint - Includes decorators for current directory, whether running on a laptop or a desktop, andgit status.
  • mira - A modifiedbira with time info and a simplified start prompt.
  • mirage - Includes prompt decorations forgit status, last command exit code, whethersudo timestamp file is present and current active Python virtual environment.
  • miramare - Includesgit status decorations. Works best withDeepin Terminal.
  • misa - Misalabs' ZSH theme.
  • mixed - Optimized for dark backgrounds.
  • mnml - Minimal theme withgit status decorations.
  • mocha-fusion - Based oncatpuccin. Includesgit, current directory and username@host decorators.
  • mochi - Simple theme, designed to resemble rust main function. Includesgit andhg status decorations.
  • mochi2 - Minimalist theme. Includesgit andhg status decorations.
  • modern - Automatically adapts to light and dark terminal themes. This theme provides a clean and informative prompt with git integration, command execution time, and a beautiful rainbow directory path.
  • moderno - A simple and modern ZSH theme inspired by therobbyrussell theme from Oh-My-ZSH. Includesgit status decorations.
  • modesty - A clean and modest ZSH theme withcondaenv,virtualenv andgit status decorations displayed neatly right aligned. Requirescondaenv plugin.
  • molokai-powerline - Based onagnoster.
  • momoyo - Reminiscent of powerline. Includes decorations forgit status, username, and working directory.
  • monsi - Includesgit status, last command exit status and current directory decorators.
  • moon-lite - Minimalist. Includes decorators forgit status, current directory and the exit status of the last command run.
  • moonbloom - Adapts to the color scheme of your terminal emulator. Includes decorators for current directory andgit status.
  • moonlight - Dark lunar aesthetic with celestial tokens forgit status.Heavily inspired by thedaivasmara theme.
  • moonline - Minimal but easily extensible prompt.
  • moux - Works well with a dark terminal background, includesgit decorations inRPROMPT.
  • msys2 - Inspired by MSYS2. Includes decorators for user@host,git status and the current directory.
  • mu - Improves display of multiplegit statuses. Inspired bylambda mod theme. Requires a powerline-compatible font.
  • multi-shell-repo-prompt - Provides useful information (in your prompt) about the repository that you are in. It currently works forGit andMercurial, underZSH as well asbash.
  • multiline - Powerline-esque theme based onagnoster.
  • muslim - A simple minimal ZSH prompt theme.
  • musy - Inspured by muse theme. Includesgit status decorations.
  • my - Variant ofkolo.
  • myzsh - Maxime Garcia's myzsh theme.
  • mzt - Sets upLS_COLORS, colorizesdiff and includesgit status and current working directory decorations.
  • nablaman - Similar topowerlevel10k. Includes decorators for the last command's exit status, user@hostname,git status and the current directory. Works best with a dark terminal theme.
  • nanika - Optimized variant ofrobbyrussell. Includesgit status decorations.
  • nanofish - Adds fish-style directory prompt to nanotech theme.
  • nbrylevv - Minimalist theme with textgit status decorations.
  • nctu - Lightweight theme with an emphasis on speed. Includesgit status decorations.
  • neewbie - Minimal theme withgit decorations. Based onrobbyrussell.
  • neo++ - Simpler, more intuitive, and less clustered than the one above.
  • neon-potato - Colorful and minimalist theme. Includesgit decorations.
  • neon - A pretty and minimal ZSH theme withgit decorations.
  • nerdish - A prompt theme for ZSH which usesNerd Fonts.
  • nerdp - Nerd powerline-style prompt. Requires aNerd Font. Includes decorators forgit status, username@hostname, current directory, Python virtualenv, filesystem usage check, 1 minute CPU load, available memory and the time.
  • nerdps1 - Reminiscent of powerline. Requires aNerd Font. Includes decorators for user@hostname,git information, truncated current directory, python virtualenv, exit status of last command run and the time.
  • nescalante - Optimized for dark terminal backgrounds, includesgit decorations.
  • netmask - Termux-first theme. Includes decorators for ip address, full path to current directory,git status and python virtual environment.
  • neurosimple - Includesgit decorations andvi-mode indicator.
  • newt - Fat & fast theme – beautiful inside and out, styled segments done right. Extremely customizable, includesgit, username, execution time, directory, background jobs and edit mode decorations.
  • newton - Includesgit status and external IP address decorations.
  • nextbike - A very basic theme which just features an macOS bike icon.
  • nidoranarion - Colorful, showsgit status decorations.
  • nikitakot - Small and simple oh-my-zsh theme. Shows current directory and 2 directories behind,git andnodejs status decorations.
  • ninik - Inspired byagnoster andubunly. Includes decorators for OS, current directory, python virtualenv andgit status. Requires aNerd Font or Powerline-patched font.
  • niotna - Includes decorators forgit status and current directory. Customizable colors.
  • nknu - A simple oh-my-zsh theme.
  • nmaxcom - Minimalist ZSH theme withgit status decorations.
  • node - oh-my-zsh's Node.js theme, broken out to make it easier to use with other plugin managers.
  • nodeys - Based on the ys theme, with added Node.js version (from NVM plugin).
  • noon - Has light and dark variants, showsgit information.
  • nord - Includesgit status decorations and displays the active conda environment.
  • normanius - Derived frombira. Includes decorators forgit status,user@host, pythonvirtualenv, and rubyrvm version.
  • nothing - Lightning fast and really simple because it has almost nothing in it.
  • nova - Includesgit status decroations. OverridesLS_COLORS andLSCOLORS settings.
  • nox - Dark theme, displays the current working directory and git status.
  • nt9 - A clean, distraction free andgit focused development theme. Shows path relative togit root (or~ when outsidegit repo), time since last commit, current SHA, branch and branch state.
  • nunorc - Minimalist theme, works well on dark backgrounds. Includesgit,mercurial andsvn satus decorations.
  • nuqle - A simple theme for prezto and oh-my-zsh.
  • nuts - Minimalist theme, includesgit status decorations and time.
  • oblong - Simplebash-inspired theme based ongitster andbasher. Includes status decorations to show if user is root, the exit status of last command run,git branch and its clean/dirty status.
  • odie - Works well on a dark background. Includesgit status, python virtualenv andvi-mode status decorations.
  • odin - Odin is agit-flavored ZSH theme.
  • odra - Colorful, works well on dark backgrounds. Includes decorators forgit status, current directory, username and exit status of the last command.
  • oh-flowers - Multiline theme withgit decorations.
  • oh-my-git - An opinionated prompt for bash and ZSH.
  • oh-my-posh - Not ZSH-specific, but very nice and works with ZSH. Allows you to use the same configuration for prompts in all shells.
  • oh-my-via - Theme for ZSH which mainly forks the historical theme used on VIA servers.
  • ohelm - Includes decorators for current directory,git status, exitatus of last command andkubectl context.
  • ohh IP - A theme designed for CTFs. Includes decorators for ip address andgit status.
  • ohmypc - Works well with dark terminal windows. Includesgit decorations.
  • om - Minimal theme, works with dark backgrounds, includesgit status decorations.
  • omszt - Minimalist theme withgit decorations.
  • omuse - Based on Oh-My-ZSH'samuse. Has decorations forgit status, time, absolute pwd, RAM usage, time used by last command, and last command exit status.
  • operator - Clean and simple theme, works best withMenlo for Powerline.
  • ortiz (andres-ortizl) - Fork oferiner with decorations for the interval between commands and k8s context.
  • ortiz (guezwhoz) - Simplified fork oferiner withgit status,kubectl context and elapsed time decorations.
  • osx2 - Based on archcraft. Minimalist. Includes decorator for current directory.
  • otter - Otter-themed theme withgit status, user@host and current directory decorators.
  • owczarczak - Inspired by bira, dieter andfino-time. Includesvenv and vcs status decorations.
  • owi - Minimalist theme withgit status decorations.
  • owiewestside - Includesgit status and virtualenv information.
  • oxide - A Minimalistic and Dark ZSH theme.
  • ozono - 🌏 OZ0NO - Let's Breathe a clean ZSH.
  • p9k-theme-pastel - A theme for thepowerlevel10k prompt that puts an emphasis on simplcity while still getting important information across.
  • pacmandoh - Enhance your command-line with a sleek theme. Includes decorators forgit integration, permissions feedback, Python environment support, and dynamic prompts, all in one, customizable with a single installation script and selectable styles.
  • pad - A concise and colorful oh-my-zsh theme.
  • page - A simple theme with VCS support. The prompt shows 1 level of the current working directory, branch, and a color coded curved fat arrow.
  • palenight (jenssegers) - Allows display of host information, includesgit branch decoration.
  • palenight (rhklite) - Shows detailedgit status information with icons in the prompt.
  • panda - Includesgit androot status decorations. Best on a dark background.
  • papercolor - Color scheme for ZSH,vim andtmux. Includesgit status decorations.
  • paramour - Simple and clean, has decorators forgit status, username, time, current directory and username. Requires aNerd Font in your terminal.
  • paroape - Based onlpha3cho
  • parrot-htb - Includes decorators for current directory,git status and username@hostname.
  • parrot - Based on Parrot OS bash theme. Includes decorators for user@host,git information, exit status of last command, time and current directory.
  • passion - Includes decorations for current time,git status, last command run time in milliseconds, and the exit status of the last command. Requires coreutils on macOS.
  • pastel - A ZSH theme inspired bysugar-free. Includesgit decorations.
  • paulmanjarres - Based onrobbyrussell,agnoster andnuts. Includes decorators for current directory,git status and the time.
  • pawsh - Pawsh is a super kawaii zsh theme for oh-my-zsh, inspired by Japanese neko culture. Your prompt becomes a cute cat face (ᓚᘏᗢ) that changes color depending on your command's mood. Includes decorators for root status, prompt color changes based on exit status of the last command run, current directory, Python virtualenv,vi-mode indicator,git status, and the current time.
  • paxton - Inspired by powerline. Includes segments forgit branch, time, last command exit status and current directory. Requires a powerline-compatible font.
  • pbdevflow - Designed and optimized for use withNerd Fonts. Includes decorators for current directory,git status and username.
  • pbsegments -A minimal and visually appealing custom theme foroh-my-zsh. It features a clean, segment-based prompt, optimized for readability and usability. Includes decorators forgit status, current directory and username.
  • pecodez - Optimized for dark terminals. Has decorators forsnyk version,node version, AWS profile, kubernetes context andgit status.
  • pedantic - Customizable colors and output. Includes decorators for detailedgit information, root status, last command's exit status, user@host, current directory and the time.
  • pentest-report - Designed for pentesters, offering a clean and efficient prompt to streamline daily tasks during audits and penetration testing. The theme includes decorators for real-time display of the date, time, IP address, current directory, and the result of the last executed command.
  • persi - Includesgit, hostname and current directory decorations. Works with both light and dark backgrounds.
  • phalanx - Minimal theme in the spirit of therobbyrussell and Pure Shell themes.
  • phi φ - A clean and simple theme for ZSH inspired and forked from theLambda (Mod) ZSH theme.
  • pi - A minimalist theme withgit status decorations.
  • piboy - A simple and elegant multi-line theme for ZSH. Includes a colourized timestamp,git & syntax highlighting, and elevated root theme.
  • pickaxe - Includes decorators foruser@host, current directory, current time, conda environment, node version andgit status.
  • pico - Simple prompt modified fromzap-prompt with decorators forgit information, user@hostname and working directory.
  • pifabs - Minimal theme with decorators forgit status, username, host and working directory.
  • plain-ui - Minimalist, but includesgit status decorations.
  • plain - A plain and simple theme for ZSH which shows basicgit information.
  • planet - A slimmed down version ofsteef fromoh-my-zsh.
  • plankton - Simple, no-frills theme.
  • plantyhoe - Minimalist theme based on a love of plants and apples. Includesgit status decorations.
  • platypus - Platypus is a simple and convenient theme for oh-my-zsh used by Frédéric de Villamil.
  • pog7x - Works with unicode. Includes decorators forgit information, current directory, last command exit status & execution time, time, virtualenv, nvm, rvm, rust, go, kubernetes context, and elixir.
  • pointer - Shows working directory, the return status of the last command, andgit current branch.
  • polyglot - a dynamic prompt forzsh,bash,ksh93,mksh,pdksh,dash, and busyboxash that uses basic ASCII symbols (and color, when possible) to show username, whether it is a local or remotessh sesssion, abbreviated path,git branch and status, exit status of last command if non-zero, any virtual environment created withvirtualenv,venv,pipenv,poetry, orconda.
  • poncho - RDM's basic oh-my-zsh custom theme.
  • poor-programmer - Programmer's theme withgit status, ruby version and project path.
  • powerbash - Works well with dark terminal backgrounds, includesgit status decorations.
  • powerless - Tiny & simple pure ZSH prompt inspired by powerline.
  • powerlevel10k - A fast reimplementation ofpowerlevel9k ZSH theme. Can be used as a drop-in replacement for powerlevel9k, when given the same configuration options it will generate the same prompt, only faster.
  • powerlevel9k - Powerlevel9k is a theme for ZSH which usesPowerline Fonts. It can be used with vanilla ZSH or ZSH frameworks such asOh-My-Zsh,Prezto,Antigen, andmany others.
  • powerlevelHipstersmoothie - Add-on forpowerlevel9k.
  • powerline (brucehsu) - A two-line version of powerline: one for information, one for input.
  • powerline (jeremy) - Another take on a powerline theme. Nicely configurable, but requires at least a 256 color-capable terminal with a powerline-compatible terminal font.
  • powerline (syui) - Agit aware powerline theme.
  • powerline-cute - Based onbullet-train.
  • powerline-go - A beautiful and useful low-latency prompt, written in golang. Includesgit andhg status decorations, exit status of the last command run, current Python virtualenv, whether you're in anix shell, and is easy to extend.
  • powerline-hs - APowerline clone written in Haskell. It is significantly faster than the original implementation, and makes the shell noticeably more responsive.
  • powerline-pills - Written in Ruby, uses powerline characters to simulate pills with useful information.
  • powerline-shell (b-ryan) - Beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh. Includesgit,svn,fossil andhg decorations, Python virtualenv information, and last command exit status.
  • powerline-shell (banga) - Apowerline-like prompt for Bash, ZSH and Fish. Includes decorators forgit/svn/hg/fossil branch, last command exit status, shortened path to current directory and the current python virtualenv and is easy to customize/extend.
  • powerline-train - A powerline variant.
  • powerline - APowerline-like prompt, based onpowerline-bash. Displays virtualenv,git status information and the exit code of the last command run.
  • powermore - Forked frompowerless. Simple prompt that showsgit status and current directory.
  • powerzeesh - A Powerline based ZSH theme. It aims for simplicity, showing information only when it's relevant, optimized for speed and look. Inspired byAgnoster andPowerline.
  • pre - A collection of themes for Sublime Text, Terminal, iTerm 2 and ZSH.
  • predawn-shell - Theme optimized for dark terminal themes.
  • prezto_powerline - Powerline for prezto. Shows git information, RVM version.
  • prezto-cloud-prompt - Prezto port of oh-my-zsh's cloud prompt.
  • prezto-lambda - Lambda theme (for prezto).
  • princess - Modeled afterabhiyan.zsh with perhaps a bit too much pink and arguably too few emojis. Includes decorators for current directory andgit status.
  • probe - Includesgit status decorations.
  • prompt_blocks - A minimal node js + git theme. Includes decorators forgit status, node version and current directory.
  • prompt_j2 - Has a dynamic exit status indicator, can change to two lines dynamically to display context.
  • prompt-powerline - A fairly heavyweight ZSH prompt, based on the powerline font from the popular eponymousvim plugin, which works well for a dark background.
  • prompt - A lightweight prompt consistent acrosssh,dash,ash,zsh, andpwsh. Includesgit status decorations.
  • promptor - Powerline-inspired. Includes decorators forgit status, username, hostname, working directory and time.
  • promptus - Simple, minimalist and configurable shell prompt program in C which can be used to make your prompt the same on any shell. Includes exit code and working directory decorations.
  • pronto (arzezak) - A super simple prompt with decorators for the current directory andgit information.
  • pronto (jthat) - Simple and fast theme withgit decorations and timing information.
  • prowpt - Simple, lightweight, and customizable Powerline-like prompt, with decorators forgit information, user, hostname, current directory, time and exit status of the last command.
  • ps1.py - Hasgit status, truncated directory,chroot andvirtualenv prompt decorations.
  • punctual - Easily customizable, influenced byspaceship.
  • pure-agnoster - Mashup ofpure andagnoster. Hasgit decorations and works well with both dark and light terminal backgrounds.
  • pure - A pretty, minimal and fast ZSH prompt. Includesgit status decorations, prompt turns red if last command failed, username and host decorations when in a remote session or container, and current folder and command when a process is running.
  • purify (banminkyoz) - A simple, fast & cool prompt.
  • purify (kyoz) - A clean and vibrant theme, best on dark backgrounds. Includesgit status decorations.
  • purity - Inspired by therobbyrussell theme and thepure prompt.
  • purpleblood - Based ondarkblood. Includes decorators forusername@host,git status, and current directory.
  • purr - Includes decorators for current directory andgit status.
  • purs - A fastpure-inspired prompt written inRust.
  • pustelto - Colorful theme inspired by theSpaceship theme, includesgit decorations.
  • pwn - Includes decorators for user@host,git &hg status, ruby version, python virtualenv and current working directory.
  • pyhack - Works well with dark terminal themes. Shows Python version, Python package version (pyproject.toml) andgit current branch information.
  • qi3ber2 - A dark multiline theme. Includesgit, load average and exit code of last command decorators.
  • qoomon - Optimized for dark backgrounds, includesgit information. Theme repo includes iTerm 2 and Terminal color settings.
  • quewui - Simple and clean theme optimized for dark terminal themes. Includes decorations for the current time, user, directory andgit status.
  • r3-fresh - Includes decorators forgit status, current directory, exit status of last command run.
  • r3nic1e -Agnoster variant with battery status,git/hg status, time, kubernetes context and namespace, non-zero exit code of last command and date decorations. Requires Powerline font.
  • rabbit - Optimized forgit. Requires a terminal program that works with unicode. Includes decorators forgit status, current working directory and the current virtual environment.
  • racotecnic - Based on af-magic and posh-git.
  • radius - Includesgit status, username, hostname, and directory decorations, plusdesk support.
  • rafiki - Adds emojis to your ZSH terminal.
  • ramiel - Fork of thenode.
  • random-emoji-robbyrussell - Based onrandom-emoji androbbyrussell themes.
  • random-emoji - Random emoji.
  • ranger-zoxide - Addszoxide support to theranger console file manager.
  • raspberrysh - Includesgit, python, time, current host and path decorations.
  • raytek - Simple and colorful theme withgit status decorations.
  • raz - Minimal prompt, includesgit status decorations.
  • rb - Powerline-styled ZSH theme based onAgnoster, optimized forgit and solarized terminals. Requires a Powerline-compatible font.
  • rbjorklin - Optimized for solarized terminal color schemes, includesgit status decorations.
  • redfox - Includes decorators for the current directory and a fox icon.
  • redline - Minimalist theme. Includesgit status, time, user.
  • refined-flower - Requires a terminal program that can handle emoji. Includesgit status decorator.
  • refpx - Includesgit status, last command status, user@hostname and directory decorations.
  • reggae - Compresses a lot of information into the prompt with color-coded status decorations.
  • rei - A simple theme with the first character 零(rei), the number 0. Includesgit status decorations.
  • remiii - Based onAgnoster, optimized forsolarized terminal themes.
  • remolueoend - Based onAgnoster, using emojis for trackinggit context. Only works withPrezto.
  • renanborgez - Works well on dark backgrounds. Includes decorators fornvm andgit information.
  • rho - Minimalist theme. Includes decorators forgit status, hostname and current directory.
  • ribbon - Reminiscent of powerline. Includes Pythonvirtualenv decorator.
  • rie - Minimalist theme with decorators for username,git status and current directory.
  • rigel - Includes decorators forgit information, user@hostname and current directory.
  • risbow - Aristo inspired ZSH theme with a lolcat like rainbow effect.
  • ritz - Includes decorators for time, current directory,git status, exit status and time used for last command run.
  • river - Dark theme withgit information.
  • rkj-logik - Based on omz'srkj. Includes decorators for user@host, current directory, time & date.
  • rkj-with-conda - Based on omz'srkj and adds conda environment andgit status decorators.
  • robbyolivier - Based on ideas from the therobbyrussell theme and the projectzsh-git-prompt.
  • robbyrussell-fullpath - The originalrobbyrussell with a fullpath in the prompt.
  • robbyrussell-plus - Based onrobbyrussell, adds a hostname decorator.
  • robbyrussell-WIP - Decorates therobbyrussell theme with output to indicate aWIP commit.
  • rocket - Minimalist theme, includesgit andhg status decoration.
  • rougarou - A dark theme.
  • rounded - Includes current directory andgit status decorations.
  • roundy - Fast, cute and roundy theme. Includes decorators forgit status, current directory and last command execution time. Requires aNerd Font and a unicode-capable terminal application.
  • rs - Includesgit decorations. Requires unicode capable terminal.
  • rufus - Optimized for dark backgrounds.
  • rummik - @rummik's theme. Supportspsmin, andgit status information in the prompt.
  • russtone - Inspired bypure andsorin. Includesgit status decorations.
  • ruweird - Minimalist. Has decorators forgit status and current directory. Shows an umbrella with raindrops and exit code of the last command if non-zero.
  • rwahasugui - Includes decorators forgit information, current time, current working directory and active python virtualenv.
  • ryner - Colorful theme, includesgit decorations and the current directory.
  • rzh - Theme withgit states indicated by emojis.
  • s1ck3r - Sleek, transient and space-efficient. Includes decorators forvi-mode, elevated permissions, last command exit status, if background jobs are running, working directory andgit status,
  • s1ck94 - Fork of the (first deprecated, now extinct) minimal prompt by S1cK94. Shows whether user is root, background job status, vi-mode, exit status of last command, andgit status decorations.
  • s7c - Works well with dark backgrounds. Includesgit status decorations.
  • sailormoon - A collection of Sailor Moon themed themes.
  • samshell - A minimalist ZSH theme withgit, kubernetes and python virtualenv decorations.
  • saraiva - Includesgit status decorations, works well on a dark terminal background.
  • sashimi - Includes decorators forgit status and the exit status of the last command run.
  • saturn - A soft & minimalistic prompt for those who love space and want to have a bit of it on their terminal, featuring cool emojis & highly customizable prompt elements (such as icons, colors, time format, and more).
  • savior - Minimalist theme with decorators for current directory, exit status of last command run andgit status.
  • schminitz-v2 - Shows decorators forgit status,user@host information, the exit status of last command, and whether running as root.
  • schminitz - Shows ifvim is running in the background when using:sh command.
  • scythe - Powerline-reminiscent theme. Includesgit, last command exit status and directory decorations.
  • sdt - Includes decorators for current directory andgit status.
  • searocket - Slimmed down version ofspaceship. Includes decorators for working directory, last command exit code, user, background jobs,bun,d, elm, go, nodejs, python, zig andgit status. RequiresD build chain.
  • seashell - Minimal theme with sea-inspired emoji decorations. Includesgit status decorations.
  • seeker - This theme uses many special unicode characters to be fancy, but it may cause some problems without well supported fonts.
  • seltzer - Inspired by the dieter theme, uses color-coding to provide information.
  • senpai - Clean prompt theme for Devops. Includes decorators forgit status, the kubernetes context, AWS profile, GCP project and Azure active cloud.
  • sensa - Includes decorators forgit status, GitHub username and current directory.
  • sepshell - Clean and minimal ZSH theme based on the old lost taybalt theme, withgit bisecting/merging/rebasing modes and configurable prompt symbols.
  • serenity - Minimalist theme which displays essential context info in soft-colored boxes above the command line, using Unicode separators to stay clean yet expressive. Includes decorators for root status, username, hostname, host IP address,git status and current directory.
  • seti_UX - A simple oh-my-zsh-compatible theme with a corresponding iTerm 2 color scheme.
  • sfz - An evolution of lean prompt which itself is a rewrite of pure.
  • shades of purple - Purple theme for Windows terminal that is reminiscent ofpowerline.
  • shadow - Includesgit status, directory, host name, username and time decorations.
  • shayan - Simple theme withgit status decorations.
  • shelby - Fast, lightweight and minimal prompt written in puregolang. Includes decorations for last command exit status,git status and the current working directory.
  • shellder - Minimal theme with agit branch decorator. Requires a Powerline-compatible font.
  • shichi - A simple theme with the first character being 七(shichi/nana), the number 7. The primary color is red with a yellow accent. Includesgit status decorations.
  • shiftys - Tweaked version of the kali theme.
  • shiko - Minimalist prompt with decorators for VCS information and current directory.
  • shini - A tiny theme that just shouts out small. Includes directory, username, hostname, time andgit decorations.
  • shinkansen - A fast, customizable and easily extended theme. Includes decorators for rhw python version in the active virtualenv, current ruby version if you're usingchruby, current Node.js version, current java version, current go version, current perl version if usingchperl, current elixir version,git status, time, current directory, exit code and execution time of the last command, and an optional custom message. Requires a powerline-compatible font.
  • shirnschall - Includesgit status anduser@hostname decorations.
  • shiro (arturDobrowolski) - Includes decorators for current directory,git status, and exit status and execution time of last command run.
  • shiro (shirozuki) - Includes decorators for current directory,git status and execution time and exit status of last command run.
  • shocm - Forked fromsixlive. Hasgit decorations.
  • short-ys - Based on theys theme. Includesgit andhg status decorations.
  • shrikant - Includesgit decorations.
  • shrug - Inspired bybeer-theme, includesgit status and current directory decorations.
  • shuttle - Written ingolang. Has decorators for OS, user, current directory, and the exit code of the last command run.
  • siegerts - Includesgit status decorations in right prompt.
  • silver - A cross-shell customizable powerline-like prompt heavily inspired byAgnoster. A faster rust port ofbronze. RequiresNerd Fonts. Very configurable, includesgit status decorations.
  • simpalt - An information-rich small-footprint theme for ZSH based onAgnoster.
  • simpl - Minimalist theme focusing on elegance and simplicity. Decorators for root status, current directory andgit status.
  • simple (daopengz) - Works well with both light and dark terminal themes. Includesvcs,username andpath decorations.
  • simple (drNoob13) - Includes decorators for python virtual environment,git status and current directory.
  • simple (pavdmyt) - Minimalist theme based onrobbyrussel that embedsgit status information in iTerm's window title bar instead of using space in the prompt.
  • simple (rkitover) - A simple, lightweight, and nice looking prompt that runs quickly even in very slow shells like MSYS2, Cygwin and WSL. It shows decorations for the short name of the current environment (distribution, OS, etc.) thegit branch when in agit checkout, as well as the last command exit status (green checkmark for success and red X mark for non-zero exit).
  • simple (savecoders) - Simple and minimalist theme withgit,username and execution status decorations.
  • simple (tourcoder) - Minimalist prompt, includesgit status decorations.
  • simple (yhiraki) - Minimal prompt, doesn't require special fonts.
  • simple-agnoster - Powerline-inspired simple theme withgit decorations.
  • simple-chack - Works well with solarized terminal color scheme. Includesgit status decorations.
  • simple-git - Minimalist theme inspired bygitstatus. Includesgit decorations.
  • simple-yet-beautiful - Minimalist theme. Includesgit status anduser@host prompt decorations.
  • simple-zsh-catppuccin - Based on theCatppuccin Mocha color scheme, adapted from theDracula theme foundation. This theme features a simple and functional prompt with support for git status, time display, context, and directory information, enhanced with hex color support discovered by ezswan.
  • simplezsh - Minimal theme withgit info display.
  • simply-perfect - Reminiscent of Powerline and Bullettrain. Includes decorators forgit status, current directory, last command exit status, current time and username.
  • sinon - k-kinzal's sinon theme. Includesgit status decorations.
  • sit - Minimalist theme withgit, command exit status and path decorations.
  • sixlive - This theme has a unique directory listing. When inside agit project, the directory display is scoped to the current repository root.
  • sk9 - Skeiter9's ZSH theme.
  • skeletor-syntax - Theme collection for Atom, Prism and ZSH inspired by Skeletor from He-Man and the Masters of the Universe.
  • skiff - Lightweight ZSH theme withgit status and current directory decorators.
  • skill (asafaeirad) - Includes decorations for working directory,git working branch, working directory status and tracking branch status.
  • skill (frontendmonster) - Optimized for a dark terminal, displaysgit status decorations.
  • skondrashov - Minimalist. Includes decorators forgit status, current kubernetes context and current AWS profile.
  • skull - Includesgit status, python virtual environment and rubyrvm status decorations.
  • sleeplessmind - ZSH theme inspired bygitster andodin.
  • slick - Inspired by thepure,purs andzsh-efgit-prompt. Requirescargo for installation.
  • slimline - Minimal, fast and elegant ZSH prompt. Displays the right information at the right time.
  • sm - ASimplist &Minimalist theme for yourfavorite terminal. Includesgit status decorations.
  • smail - Includes decorators forgit status, current directory and exit status of last command run.
  • small-terminal-diy - A variant of theys theme inoh-my-zsh.
  • smelly - Minimalist prompt that includes decorators for Pythonvenv andgit status.
  • smiley - A prompt with happy and sad faces.
  • snowflake - An elegant, simple, and neat ZSH theme including an aesthetically pleasing cool color palette that harmonizes with dark themes.
  • sobole - A minimalistic ZSH theme inspired by the old-fashioned hobbies. No verbose gimmicks, no emoji, no fidget spinners, and no other visual noise. Has both light and dark modes.
  • softblobby - A theme for people who love unicorns, pink and purple. Includes decorators forgit information, current directory, time and username.
  • solarized-powerline (houjunchen) - Solarized powerline-style theme for ZSH.
  • solarized-powerline (KuoE0) - Solarized powerline variant.
  • solarizsh - Color fix for robbyrussell's oh-my-zsh theme to work withsolarized terminals.
  • sorin-modified-dark - Based onsorin. Minimalist, adds decorators forgit status and current directory.
  • spaceship - Theme withgit,nvm, rvm/rbenv/chruby, python,ssh and other useful status decorators.
  • spectere - Powerline-esque. Includes decorators for current directory, root status,user@hostname, andgit status.
  • spowerline - Written in scala, inspired byAgnoster,tmux powerline, vim powerline and the vim status plugin.
  • spyrhoo - Includes time,git and current directory decorations.
  • ssfprompt - Simple, slim, fast. Includesssh, virtualenv and vcs decorations.
  • staples - Based on bureau, displays user@host if connected through SSH.
  • starboy - A simple ZSH theme.
  • starship (wintermi) - A simple plugin to use the Starship prompt, along with a powerline theme.
  • starship - Minimal, fast, extremely customizable.
  • starship2k - Includes powerline support, decorators forgit information, multiple languages and a multiline prompt.
  • statusline - A responsive ZSH theme that provides informational segments when you need them.
  • steef (danihodovic) - Oh-my-zsh steeef theme as a standalone repository. The purpose behind this repo is avoid having a dependency on oh-my-zsh when using the steeef theme. ZSH plugin managers such as Antibody can use the theme without having to use oh-my-zsh.
  • steef (zelongguo) - Based on thezimfw steef theme. Includes decorators for username@hostname, python venv,git status and current directory. Requiresgit-info.
  • steef (zimfw) - A customizable version ofsteeef's theme.
  • steeple - Minimalist theme withgit status decorations.
  • stellachar - Minimal, pastels.
  • stigmata - Includes decorators for user@host and current directory.
  • sublime - A sublime, clean, minimalistic ZSH theme withgit status decorations.
  • sugar-free - Based on thePure andCandy themes.
  • sukeesh - Includesgit status decorations. Works better on dark terminal backgrounds.
  • sulfurium - The official ZSH theme of sulfuriumOS.
  • sunrise-ruby - Similar tosunrise but includes the active Ruby version.
  • sunrise - Includes decorators for battery status, current directory, date and time.
  • superkolo - Add date and return status to thekolo theme.
  • suprima-asra - A feature-rich minimal theme inspired byUltima. Includes decorators for battery status, multi-VCS (git,hg andsvn), whether or not it's anssh connection, exit status of last command, command timing, current time,username@host, active pythonvenv, node version,docker-compose detection and project context awareness.
  • susi - Includesgit status decorations and an accompanying iTerm2 color scheme.
  • svs - Clean and distraction free theme withgit status and current path decorations.
  • sy - Based onys, includesgit status decorations.
  • t2colorful - Includes decorators forgit information, current directory, last command exit status, and current time.
  • t2er - Minimalist theme withgit decorations.
  • tabaf - Minimal ZSH theme optimized for dark backgrounds.
  • tarcadia - Based onjonathan. Includes decorators for current directory andgit status.
  • taw-ys-venv - Two-line prompt with decorators for username, current directory,git information and current Pythonvenv. Based onAzarAI-TOP/taw-ys-zsh-theme.
  • tcr - Minimalist theme, shows decorators for current directory,git status information &nvm version.
  • teajay - Adapted from murilasso and fishy themes. Includes decorators forgit status, and path to current directory (collapsed to show only most relevant parts) and the exit code of last command run.
  • temeraf - Minimalist theme with decorations forgit status, timestamps and last exit status.
  • tepig-ys - Includesgit status decorations and conda/virtualenv status.
  • termux - Minimalist theme.
  • termuxer - Theme inspired byAgnoster and linuxer.
  • thayne - Includes decorators for exit status of last command, time to run if > 1 second, current time, current directory andgit status. Requires aNerd Font.
  • the-time-lord - A theme based ongallifrey.
  • theme-line - Colorful theme withgit status.
  • themer - Includes multiple color scheme options, withgit status decorators. There are also multiple icons to choose from within the.zsh-theme file. Based onstrug.
  • themeraf - Has decorators for username, last two directories in working directory path,git status, timestamp, last exit status and also name of active virtual environment.
  • theozera - Includes decorators forgit status, a truncated current directory, and the exit status of the last command run.
  • theta-async - Async version oftheta. Includes vcs status information.
  • theta - Includesgit andhg status decorations. Also has java, python, ruby, node, go and elixir version information.
  • theto - Simplistic theme. NeedsNerd Fonts, includesvi-mode status andgit decorations.
  • thetraveler - Inspired by theunraveler, uses symbols to displaygit status.
  • thm - Includes decorators for virtualenv, current directory andgit status.
  • thnikk - A minimal version of thespaceship theme.
  • thygod - Based offgnzh andbira. Includes agit status decorator and changes prompt to a red cross when a command fails.
  • thyme (chenhao-ye) - Seasoning for shells. Based onbira,gnzh, andbullet-train.
  • thyme (kawamurakazushi) - Simple theme withgit status decorations.
  • toledo - Quick minimalist theme withgit status decorations. Works withzsh,bash,dash andyash.
  • tonni4 - Includes time andgit status decorators.
  • topan - Includesgit information; best on dark backgrounds.
  • torim - Inspired by thesorin,asciiship andmh themes. Includes decorators for user@hostname (when accessed byssh), truncated path to working directory, whether running as root, error code of last command run if it failed, current time, duration of long running commands, current virtual environment andgit status.
  • tq - Displaysgit status, time, requires a Powerline font.
  • traffic - A dark theme for ZSH.
  • trajan - A dark theme for ZSH.
  • transient - Add a transient prompt to your zsh command line — that is, make your current command line's prompt different from past command lines' prompts. For example, past prompts might not need to show as much contextual information. Or you might want to put past commands on their own line, instead of prefixed by a prompt, for easier selecting and copying. More details atzsh-transient-prompt.olets.dev.
  • trinity - A simple theme based ongeometry. Includesgit decorations.
  • tron - Includesgit status, working directory, time, user@host and return status of last command decorations.
  • troopert - Includes decorators forgit status, last return code if non-zero, full pwd and a configurable display of$RPROMPT.
  • tsotra - Minimalist theme, includes decorators forgit status, k8s context, andrvm status.
  • turs - Fast, minimalPurs-inspired prompt.
  • tvline - Derived from theagnoster theme, adds powerline font enhancements.
  • twilight - Minimalist, but includes last command exit status,git status anduser@hostname decorations.
  • type0 - Inspired byclassyTouch by yarisgutierrez. Includesgit decorations.
  • typedark - Works withZSH Syntax Highlighting.
  • typewritten - Minimal and informative theme that leaves room for what's important. Does asynchronousgit decoration updates for speed.
  • ubunly - Mimics the Kali Linux console. Note - this theme also rebinds a lot of keys and sets a bunch of ZSH options that themes should leave alone.
  • ubuntu-ish - Mimics the default Debian/Ubuntubash prompt.
  • ubuntu-with-vitamins - Mimics the default Ubuntu prompt, but withgit decorations.
  • ubuntu - Minimal theme, includesgit status decorations.
  • ultima - Minimalist, includesgit status and current directory decorators.
  • ultimate - Minimalist theme with decorators forgit status, vim mode indicator and shortened path.
  • ultimator -Agnoster-like theme. Includes decorators for current directory,user@host, python virtualenv, background jobs, last command exit status, andgit status information. Requireszsh-git-prompt plugin and Nerdfonts.
  • ulyssesys - Has decorators for full path to current directory, exit code of last command andgit status.
  • unicorn - Includes decorators for root status, virtualenv, nvm, rvm, current directory, the time, current directory and emojigit information. Inspired bywild cherry.
  • unit-1 - Minimalist theme with ITWTB colors.
  • userandnode - A clean theme with decorators for username, node version, current directory, andgit info.
  • valuca - Variant ofducula. Includes decorators for background job status, username, hostname, virtualenv, current directory, last command's exit code,git information and the current time.
  • vanan - Enhances your terminal with detailedgit information. Also includes decorators forvi-mode and status of the last command run.
  • vehemence - Includes decorators forpwd,user@host,tty, time, last command exit code andgit status.
  • velvet - Includes decorators forgit status, username, current directory, exit status of last command, and the time.
  • vercel - Minimalist theme withgit status decorations.
  • vertepommes - Based on ys. Includes vcs status, username and current directory decorations.
  • vinhnx - Modified frommgutz. Looks great when using with aSolarized color scheme.
  • vitesse - Inspired by VS Code'sVitesse theme. Includesgit status decorations.
  • voidy - Borrows elements fromlambda androbbyrussell themes and adds the activeaws-vault profile to the right side of the prompt.
  • vszambon-ocean - Includes decorators for current directory,git status, a day/night icon, whether or not it is running inside adocker container and the date and time.
  • vtex - Includes decorators forgit status, current directory, vtex account and vtex workspace.
  • vulcan - Minimal theme reminiscent of the defaultbash theme. Includesgit decorations.
  • wade - Mashup of the popular ZSH themesAgnoster andFishy, with some visual tweaks.
  • wang-iterm - Based on the 0532 theme.
  • warm-colours - Includes decorators for user@host, current directory and datetime.
  • warmblood - Based ondarkblood. Includes decorators forgit information, user@hostname and the current directory.
  • whale - Fast reimplementation of the whale theme.
  • whales - Includes decorators forgit status, java version, last command return status, and directory.
  • wild-cherry - A fairy-tale inspired theme for ZSH, iTerm 2, Sublime, Atom, & Mou.
  • windows - Inspired by the Windows Command Prompt. Includes a decorator for the current directory.
  • winline - Async version of Greg Hurrell'sprompt. Includes decorators forgit status, duration of last command, current directory, nested shells, root status.
  • wkentaro - A simple theme for Python users. Includes virtualenv andgit status decorators.
  • work-line - Theme with nice emojis.
  • workbench - Includesgit status decorations, working directory, exit status of last command and currentvirtualenv.
  • wormwood - Includes decorators for last command exit status, current directory andgit status.
  • x - Includes customizable banners
  • xandermute - Minimalist theme withgit and current directory decorations.
  • xavi - Modified version of thegnzh theme with emoji decorations forgit status and current directory.
  • xbira - Based onbira, includes decorators forgit status, user@hostname, exit status of last command run and the current directory.
  • xlk-simple - Simple theme withgit decorations.
  • xm - Theme for dark terminals. Hasgit decorations.
  • xor - Self described as minimalistic and 'feature-poor', includesgit decorations.
  • xremix - An oh-my-zsh shell theme based on the Jreese theme plugin.
  • xris47 - Fast, simple and streamlined theme. Works best withtmux andvim-airline.
  • xxf - Shows the currentgit commit's shortened hash and message.
  • yairshefi - Minimal theme with line separated prompts. Based on therobbyrussell theme.
  • yazpt - A clean, fast, good-looking ZSH prompt theme that thoughtfully incorporates Git/Subversion/TFVC status info, integrates with popular plugin managers like Oh My Zsh, and is straightforward to customize and extend.
  • yechen - Minimalist theme withgit status decorations.
  • yeet - Minimalist prompt withgit status decorations.
  • yellow peach - Clean minimalist design. Includes decorators foruser@hostname,git status, current directory and the current time.
  • yellow-sea-diamonds - Includes decorations forgit status, current directory, active python virtual environment, and the exit status of the last command run.
  • yindev - Variant ofgndx. Includes decorations forgit status and current directory.
  • ykali - Prints a modifiable banner for each new ZSH session. Includes decorators for username, hostname, current directory, wlan0 IP andgit information.
  • ykmam - Modified fromys theme and optimized for a dark background.
  • ys-cluster -ys variant with support for working with batch submission systems for large clusters. Supports Slurm, LSF / IBM Spectrum LSF, and PBS.
  • ys - Clean, simple, compatible and meaningful theme meant for dark backgrounds.
  • ysm - Simple ZSH theme withgit status information.
  • ysr - Based onys. Includesgit status decorations.
  • yuki - A dark optimized ZSH theme.
  • yuyuko - Fork ofys, inspired byyuyuko.vim.
  • yyl-ys - Includes conda and venv status.
  • yz50 - Colorful, based off ofrobbyrussell andcrunch themes. Includesgit status decorations.
  • z4rr3t - Based on sindresorhus'pure theme.
  • zap-robbyrussell - The OMZ robbyrussell theme, patched to add compatibility withzap.
  • zcmder - inspired byCmder with decorators forgit information, current directory and root status.
  • zcraft - Minimalist theme with decorations forgit status, last command exit status and the time taken by the last command.
  • zeit - Optimized for dark backgrounds, includesgit status information.
  • zelda - Zelda-inspired theme. Includesgit status decorations.
  • zemm-blinks - Customized version of oh-my-zshblinks with mercurial support and other changes.
  • zemoji - Based onwild-cherry. Includes exit status,virtualenv,nvm,rvm andgit status decorations.
  • zen (cybardev) - A minimalist theme for*NIX systems. Includes decorators for execution time of last command run, curreent directory and vcs status information.
  • zen (TheCrazyGM) - A clean, informative, and customizable theme for Oh-My-Zsh that provides essential information without cluttering your terminal. It was designed with Python developers in mind and includes smart features like SSH detection, detailed Git status information, and command execution time tracking.
  • zenith - Minimalist. Includes decorators for username, current directory andgit status.
  • zero (arlimus) - Zero's theme & plugin. Has variants for both light and dark terminal backgrounds.
  • zero (shirozuki) - Minimalistic prompt with decorators forgit status, current directory, exit status and time to execute of last command run.
  • zeroastro - Works best on dark backgrounds, includesgit status decorations.
  • zerocake - Works better on dark brackgrounds.
  • zest - A functional theme for ZSH. Influenced byzsh2000,agnoster andpowerline themes.
  • zeta - Shows decorations for username,git status information, machine name, the current working directory and success/fail status of last command.
  • zhiyin - Includes decorators for user @ host, current working directory andgit status information.
  • zido - Includes decorators forgit status and current directory.
  • zigbar - Written in zig. Includes decorators forgit status, current directory. Requires aNerd Font.
  • zinc - A blazing-fast, pure ZSH, mixed asynchronous prompt inspired byPowerlevel9k andAgnoster that's easily extensible and extremely configurable. It supports async segments usingzsh-async.
  • zish - Based on thefish shell's default look.
  • zlambda - Minimalist, includesgit decorations without special font requirements.
  • zodiac - Includes an emoji for the animal corresponding to the current year.
  • zoo - Casual theme with animal emoji. Includes decorators for current directory, time andgit status.
  • zp - Fast prompt, written inzig. Includesgit status and current directory decorators.
  • zprompts - Themes (prompts) that use originalzsh theming subsystem.
  • zqt - Modified version of oh-my-zsh'smaran theme.
  • zsh1999 - Includes network connectivity, battery andgit status decorations.
  • zsh2000 - Theme which resembles Powerline and includes thervm prompt,git status and branch, current time, user, hostname, pwd, exit status, whether running as root and background job status.
  • zsh313 - Minimal theme withgit status decorations.
  • zshcomrade - A ZSH theme, comrade! Includesgit status decorations.
  • zshify - A minimalistic, one command installation to customize your prompt. Requiresnpx.
  • zshiggy - Includes decorators forgit status,node.js version.
  • zshpower - Optimized for python developers. Includesgit andpyenv status decorations, username and host. Tries to install other plugins and fonts, so read its instructions before installing.
  • zshred - Shows current directory,git decorations, exit status of last command and time.
  • zskai - Simple theme based on Monokai. Includes decorators for user@hostname, time,git status and current working directory.
  • zunder - Simple and fast ZSH prompt based ongitstatus.
  • zwsh - A Zpm3/Wordstar mode/theme for ZSH.
  • zys - Similar toAgnoster, designed to disclose information contextually, with a powerline aesthetic.
  • zzshell - Inspired by the defaultOh-My-Zsh theme. Displays exit code andgit status decorations. Doesn't require Powerline fonts.

Fonts

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

  • Awesome Terminal Fonts - A family of fonts that includes some nice monospaced Icons.
  • Fantasque Awesome Font - A nice monospaced font, patched with Font-Awesome, Octoicons and Powerline-Glyphs.
  • Fantasque-sans - Another Powerline-compatible font.
  • Hack - Another Powerline-compatible font designed specifically for source code.
  • Input Mono - A family of fonts designed specifically for code. It offers both monospaced and proportional fonts and includes powerline glyphs.
  • Iosevka - Coders' typeface, built from code. Highly customizable.
  • Monoid - Monoid is customizable and optimized for coding with bitmap-like sharpness at 15px line-height even on low res displays.
  • Nerd Fonts - Collection of over 20 patched fonts (over 2,000 variations) & FontForge font patcher python script for Powerline, Font Awesome, Octicons, Devicons, and Vim Devicons. Includes: Droid Sans, Meslo, Source Code, AnonymousPro, Hack, ProFont, Inconsolata, and many more.
  • Powerline patched font collection - A collection of a dozen or so fonts patched to include powerline gylphs.
  • Terminus - TTF version of Terminus that includes powerline glyphs.

Installation

I recommendzgenom if you don't already have a preferred ZSH framework. It adds minimal overhead during shell session startup because it generates a load script only when you change your plugin list, and that load script is sourced during startup instead of being recalculated every time.

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

  1. Clone new plugins into.zsh.local/modules
  2. Load the plugin module in.zshrc
  3. Open a new ZSH terminal window or tab
  1. cd ~/.oh-my-zsh/custom/plugins
  2. git clone repo
  3. Add the repo to your plugin list
  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 is not being actively maintained. I recommend that you switch to theZgenom fork, which is.

Most of these plugins can be installed by addingzgenom load githubuser/reponame to your.zshrc file in the same function you're doing your otherzgenom load calls in.

Zgenom will automatically clone the plugin repositories for you when you do azgenom save.

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

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

Writing New Plugins and Themes

I've documented some recommendations for writing new plugin and themeshere.

There is also a more detailedZsh Plugin Standard.

Other Resources

ZSH Tools

  • argcomplete - Generates tab completions for programs using Python'sargparse module.
  • carapace - Completion generator for Bash, Elvish, Fish, Oil, Powershell, Xonsh and ZSH. Note - this does not automatically generate completions on demand, you have to explicitly run it to generate completions for a command.
  • cgen - Generate shell completions for Fish, Bash, and ZSH and man-pages from a single YAML file. No more hand-writing separate completion files for every shell.
  • completion-generator - Tries to read the list of options from the help text of programs and generate a completion function automatically. Note that this doesn't do it automatically, you have to explicitly call the generator to create a completion script.
  • completion-generators - Has a table of tool names and the commands for outputting completion scripts for those tools. On every load, will check that table and run the completion command for every tool found in your$PATH and save its output to a filetoolname. If the path of this repo is in$fpath, completions will work immediately.
  • complgen - Generates completion scripts for bash/fish/zsh from a man-page/EBNF-like grammar. The resulting standalone scripts require only the target shell to be present.
  • crazy-complete - Every program should have autocompletion in the shell to enhance user experience and productivity.crazy-complete helps solve this task by generating robust and reliable autocompletion scripts.
  • manpage-completion-generator - Generats ZSH completions from man pages. Requirescreate_manpage_completions.py which is installed by the fish shell
  • oclif completion generator - Generates shell completions for commands lacking them.
  • oh-plugin - Helps you install plugins foroh-my-zsh by typingoh-plugin install repository_address.
  • shell-color-prompt-tool - Helps you create a custom prompt forZSH orbash.
  • shellSpec - A full-featured BDD unit testing framework for dash, bash, ksh, ZSH and all POSIX shells.
  • shtab - Automatically generate shell tab completion scripts for Python CLI apps, supportszsh,bash andtcsh.
  • zargparse - Pass it a script that usesargparse and it will write a ZSH completion to your current directory.
  • zsh-ai-completions - AI-generated ZSH completions
  • zsh-bench - A benchmark for interactive ZSH. It measures user-visible latency of interactivezsh: input lag, command lag, etc.
  • zshdb - A ZSH debugger.
  • zshelldoc - Doxygen for shell scripts. Parses ZSH and Bash scripts, outputs Asciidoc document with function lists, call trees, lists of exported variables, and more.
  • zunit - A powerful unit testing framework for ZSH.

Other Useful Lists

  • awesome-devenv - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
  • awesome-sysadmin - A curated list of awesome open source sysadmin resources.
  • Terminals Are Sexy - A curated list for CLI lovers.

Find other useful awesome-* lists at theawesome collection

Other References

Thanks

Many thanks to all the contributors over the years. The list wouldn't be nearly as complete without all your help.

Made withcontributors-img.

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp