Alf is an out of this world super fast and configurable framework for ZSH; it's modeled after Prezto and Antigen while utilizing Oh-My-Zsh under the covers; and offers standard defaults, aliases, functions, auto completion, automated updates and installable prompt themes and plugins.
ansible-role-zsh is an ansible role with zero-knowledge installation. It uses antigen to manage bundles and oh-my-zsh. Can load bundles conditionally. By default it includes powerlevel9k theme, autosuggestions, syntax-highlighting and fzf-widgets. Fully customizable.
Ant-zsh is a tiny and lightweight ZSH configuration environment for special customization needs. It includes plugins, themes and a basic convenient setup.
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.
Dotzsh strives to be platform and version independent. Some functionality may be lost when running under older versions of ZSH, but it should degrade cleanly and allow you to use the same setup on multiple machines of differing OSes without problems.
fresh is a tool to source shell configuration (aliases, functions, etc) from others into your own configuration files. We also support files such as ackrc and gitconfig. Think of it as Bundler for your dot files.
oh-my-zsh 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.
Zeesh is a cross-platform ZSH framework. It's similar to, but incompatible with, oh-my-zsh. It has a modular plugin architecture making it easy to extend. It has a rich set of defaults, but is designed to be as lightweight as possible.
Zgen is a lightweight plugin manager for ZSH inspired by Antigen. The goal is to have a minimal overhead when starting up the shell because nobody likes waiting. The script generates a static init.zsh file which does nothing but source your plugins and append them to your fpath. The downside is that you have to refresh the init script manually with zgen reset whenever you update your .zshrc. Can load oh-my-zsh compatible plugins and themes, and will automagically clone them for you when you add them to your plugin list.
zit is a plugin manager for ZSH. It is minimal because it implements the bare minimum to be qualified as a plugin manager: it allows the user to install plugins from Git repositories (and Git repositories only, them why the name), source plugins and update them. It does not implement fancy functions like cleanup of removed plugins, automatic compilation of installed plugins, alias for oh-my-zsh/prezto/other ZSH frameworks, building binaries, PATH manipulation and others.
Zoppo 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.
ZPM ( ZSH Plugin Manager ) is a plugin manager for ZSH similar to vim-plug. ZPM plugins are compatible with oh-my-zsh57k 16k . ZPM runs on Linux, Android, FreeBSD and macOS.
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.
zsh-quickstart-kit113 34 - A simple quickstart for using zsh with zgen. This includes a curated collection of plugins, and will automatically configure zsh to use zgen to load them, configures zgen to periodically automatically update itself, the plugins, and the quickstart kit itself.
Plugins
256color - Enhances the terminal environment with 256 colors. It looks at the chosen TERM environment variable and sees if there is respective ncurses' terminfo with 256 colors available. The result is a multicolor terminal, if available.
abbr-path - Adds functionality of the theme_title_use_abbreviated_path parameter from some oh-my-fish themes.
abbrev-alias3 2 - Provides functionality similar to Vim's abbreviation expansion.
antigen-git-store - Antigen/zsh script to store Git's current working directory. For working with Git between two computers without forcing arbitrary commits.
anyframe109 21 - A peco/percol/fzf wrapper plugin for zsh.
autoswitch-virtualenv38 6 - ZSH plugin to automatically switch python virtualenvs when traversing directories.
autoupdate-antigen.zshplugin2 0 - Antigen doesn't do automatic updates like oh-my-zsh. This plugin adds auto updating for antigen, both of antigen and the bundles loaded in your configuration.
autoupdate-oh-my-zsh-plugins - oh-my-zsh doesn't autoupdate non-core plugins, this adds plugin autoupdating to omz.
aws-upload-zsh - Boost your productivity with aws-upload.
change-case - Plugin for fast swap between upper and lower case in your command line. 😎
clean-project - Remove files from projects (automatically by default). Useful for keeping .DS_Store and Thumbs.db files from cluttering your directories.
cmd-architect33 1 - Build commands from what's in history and at prompt, move, delete, add command segments and search history with multi-word queries.
command-not-found3 0 - mirror of the oh-my-zsh command-not-found plugin so you don't have to include all of omz.
command-time - Show execution time for long commands in zsh and powerlevel9k.
completion-generator11 4 - This plugin 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.
copyzshell - A ZSH plugin to copy your shell configuration to another machine over ssh.
crash - Adds proper error handling, exceptions and try/catch for ZSH.
crayon-syntax-zsh - ZSH syntax highlighting for the Crayon Plugin for Wordpress.
czhttpd2 1 - A simple http server written in 99.9% pure zsh.
deer69 7 - A file navigator for zsh heavily inspired by ranger.
depot-tools - Simple oh-my-zsh plugin for installing the chromium depot_tools. Installing this plugin will put all of the chromium depot_tools in your path automatically.
diractions7 1 - Allow you to map a short logical/mnemonic name to directories to quickly access them, or perform actions in them.
dwim39 6 - zsh-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.
ec2ssh - List EC2 instances and ssh login to the instances easily.
editing-workbench17 1 - Adds sane, complex command line editing (e.g. incremental history word completion).
elixir-oh-my-zsh77 14 - Adds shortcuts for Elixir, IEX, Mix and Phoenix.
emoji-cli133 11 - 😱 Emoji completion on the command line.
emojis6 1 - Adds numerous ascii art emojis to your environment in convenient variables.
enhancd666 53 - A simple tool that provides enhanced cd command.
escape-backtick - Quickly insert escaped backticks when double-tapping "`".
hints6 0 - Display glob and parameter flags and other non completable info right under your editing buffer.
hipchat3 1 - Send hipchat messages from the shell.
histdb - Stores your history in an SQLite database.
history-search-multi-word5 1 - 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-search610 74 - Needs to be loaded after zsh-syntax-highlighting, or they'll both break. You'll also need to bind keys to its functions, details are in the README.md.
history-sync14 2 - An Oh My Zsh plugin for GPG encrypted, Internet synchronized Zsh history using Git.
history34 4 - Extend history so that it can be queried by SQL.
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 adding hub ci-status to your zsh theme.
mage2docker1 1 - 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.
manydots-magic11 0 - A zle tweak for emulating ...'==../..' etc.
markjump - Allows you to mark directories so you can jump directly to them.
maven-plugin - A fork of the oh-my-zsh maven plugin.
mercurial - Extracted from oh-my-zsh so you can use it without 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.
navigation-tools139 10 - Adds htop-like kill, directory bookmarks browser, multi-word incremental history searcher and more.
nice-exit-code - Maps exit status code to human readable string.
nix-shell - Plugin that lets you use ZSH as the default nix-shell shell.
node.plugin.zsh5 2 - Srijan Shetty's nodejs plugin for zsh with caching of nvm completions and autoloading of nvm if present.
nodenv.plugin.zsh - Auto-load nodenv and its completions into the shell.
nohup - Add nohup to the current command pressing Ctrl-H.
noreallyjustfuckingstopalready268 16 - 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.
notify204 47 - A plugin for the Z shell (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).
nvm-auto-use2 1 - calls nvm use automatically whenever you enter a directory that contains an .nvmrc file with a string telling nvm which node to use.
nvm-auto6 3 - Aims to alleviate needing to type nvm use as much as possible, especially if you often switch between versions of node.js and use .nvmrc files in your project to manage what version of node your project needs.
nvm275 18 - ZSH plugin for installing, updating and loading nvm.
pip-app11 2 - Makes it easy to install python applications into distinct virtualenvs so they don't conflict with any other python requirements on your system.
plugin-ibtool - Adds ibtool shortcuts to generate localized XIB files.
plugin-vscode3 3 - Plugin for Visual Studio Code, a text editor for macOS, Windows, and Linux.
plugin3 2 - Creates custom oh-my-zsh plugins from a boilerplate template. Very oh-my-zsh centric, the generated plugins will need editing to work with other frameworks.
pretty-time-zsh42 5 - Convert seconds to a human readable string: 165392 → 1d 21h 56m 32s.
pyenv-lazy - Lazy load pyenv. The initial `eval "$(pyenv init -)"`` is executed the first time pyenv is called.
quoter - Display a random quote when opening a new terminal session.
randeme - Chooses a random theme for each session. If you not like the chosen theme you can run randeme_rm to never show that theme again.
razer-status-code - change the colour of your Razer Mouse based on the status of the last executed command. Requires OpenRazer linux drivers.
rbenv - A faster fork of the rbenv plugin from oh-my-zsh.
redis - Will run redis-server pointing it to the redis.conf configuration file. This can be used with the zdharma/zredis plugin to share variables between shells.
reentry-hook2 3 - Plugin that re-enters working directory if it has been removed and re-created.
reminder9 4 - A plugin which displays reminders above every prompt.
revolver24 4 - A progress spinner for ZSH scripts.
ripz - Reminds you of your aliases, so you use them more. Depends on ripgrep7k 325 .
startup-timer - Print the time it takes for the shell to start up.
statify3 1 - Plugin that does basic statistical analysis.
sterror.plugin.zsh2 1 - Interprets error messages from programs and displays a human readable error message when available.
sublime - Same as the official Sublime plugin for Oh My Zsh, but this opens files in the current Sublime window, if there is one already open.
sudo3 3 - The sudo plugin from oh-my-zsh, extracted to a standalone. Toggles sudo before the current/previous command by pressing ESC-ESC in emacs-mode or vi-command mode.
suffix-alias - Directly open files in the shell using ZSH's suffix aliases.
syntax-highlighting4k 321 - Add syntax highlighting to your ZSH. Make sure you load this before zsh-users/zsh-history-substring-search or they will both break.
sys-diver-zsh - A zsh plugin for directory change or editor startup with only key operations using widgits without typing command.
sysadmin-util237 29 - Steve Kemp's collection of tool scripts for sysadmins.
t32 - Plugin for the Lauterbach Trace32 toolset. It automatically registers fonts and sets all necessary environment variables to run the t32 toolset.
tailf - Adds tailf function with prefixed newlines instead of trailing newlines.
terminal-app - A plugin for integrating with the new El Capitan Terminal.app features.
terminal-workload-report - A plugin that calculates and displays how many commands have been run via terminal.
tipz4 1 - Displays your alias if you have an alias for the command you just ran (Similar to alias-tips182 22 ).
titles15 5 - Automatic window and tab titles for tmux and xterm-compatible terminals.
tmux-fork Standalone fork of the oh-my-zsh tmux plugin
up.zsh2 0 - Adds an up command to cd multiple levels up.
url-highlighter14 5 - 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.
vanilli.sh1 2 - A lightweight start point of shell configuration.
velocity - Powerline-based theme elements for ZSH and tmux.
viexchange - Vi mode plugin for easily swapping text between two places in the buffer, like vim-exchange.
vim-mode17 4 - Shrikant Sharat's bindings for ZSH's vi mode so it behaves more vim-like.
vim-plugin4 2 - Allows you to do vim filename:123 to open a file with the cursor at a specific line.
vimman5 1 - View vim plugin manuals (help) like man in ZSH.
vimto - Improved zsh vim mode (bindkey -v) plugin.
virtualenv-mod - A modified virtualenv zsh plugin for oh-my-zsh.
virtualenv-prompt10 1 - A fork of the virtualenv plugin from upstream. It adds support for customizing the virtualenv prompt in oh-my-zsh themes.
vox - An oh-my-zsh plugin to control VOX, a lightweight full-featured audio player for macOS that can play a variety of formats including FLAC and Ogg Vorbis.
wakatime-zsh-plugin - Track how much time you have spent in your terminal. Has per project stats.
wakatime30 12 - Automatic time tracking for commands in ZSH using wakatime.
warhol13 6 - Configures colorization with grc721 107 .
watson.zsh1 1 - A plugin for the watson808 57 time management system.
wd189 31 - Warp directory lets you jump to custom directories in zsh, without using cd. Why? Because cd seems inefficient when the folder is frequently visited or has a long path.
yadm - Displays a warning if there are local yadm configuration changes.
yeoman-zsh-plugin21 7 - Edouard Lopez's Yeoman plugin for oh-my-zsh, compatible with yeoman version ≥1.0 (includes options and command auto-completion).
you-should-use103 4 - ZSH plugin that reminds you to use those aliases you defined.
If you're using Antigen4k 216 , you can test these themes in a running ZSH with antigen theme githubuser/repo. If you're using zgen818 80 , add them to your init.zsh with zgen load githubuser/reponame.
af-magic-mod - af-magic-mod theme. Install with antigen theme desyncr/zshrc themes/af-magic-mod.
aflah-bhari - Modified version of the robbyrussel theme in oh-my-zsh.
agkozak - Uses two asynchronous methods to keep the ZSH prompt swift while displaying color, ASCII-only indicators of Git branch and changes, SSH connection or lack thereof, exit codes, and vi mode status, along with a customizable, abbreviated, PROMPT_DIRTRIM-style path.
angry fly - Shows git information in right hand prompt.
aphrodite - Minimalistic theme without visual noise. Displays only the necessary information: current user, hostname, working directory, git branch if 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.
asciigit - An ASCII-only theme for git users who don't want to use fonts with extra glyphs.
astro - Based on ys theme and robbyrushell (default theme) theme.
aterminal - Displays Nodejs, NPM, Docker, Go, Python, Elixir and Ruby information in the prompt.
blokkzh - Theme based on oh-my-zsh's built in gnzh57k 16k theme. Requires a font with unicode support.
blox-zsh-theme13 4 - 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.
darkblood-modular - This version of the popular darkblood10 6 theme has been enhanced with a near complete rewrite enabling modularity and a few new features.
darksoku - Darksoku theme is based on the ys and astro themes.
delta - Another minimal theme with embedded git status.
dp - Low contrast theme that shows current git branch, if the repository is dirty and the value of $PYENV_VERSION.
dracula14 9 - A dark theme for Atom, Alfred, Chrome DevTools, iTerm, Sublime Text, Textmate, Terminal.app, Vim, Xcode, ZSH.
dragon3 1 - Minimalistic, includes git status information.
dustmod - Derived from the dst57k 16k theme in oh-my-zsh
eggshausted - A git theme for people who are tired of getting errors.
endless-dog - OMZ theme that mimics grml-zsh-config.
enkel - A simple and minimalistic theme for ZSH and the Solarised colour scheme featuring Git support and a few other semi-useful features such as displaying exit codes, the current system time, whether or not you have write permissions to the current directory, etc.
enormous - Takes up an enormous amount of space in the terminal.
fishy-lite - Fork of the original fishy57k 16k theme in oh-my-zsh with much of the extraneous stuff cut out to improve load speeds. Includes a battery gauge and git display that can be enabled on the right-hand side of the prompt.
frisk-arrow - A theme based on the frisk57k 16k oh-my-zsh-theme.
frisk-red - Red version of the frisk theme from oh-my-zsh.
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.
furio2 3 - Fork of the Cloud oh-my-zsh theme. with different colors and emojis.
garrett91 20 - Prezto prompt with the information you need the moment you need it.
girazz - A modification to the gnzh theme which adds VI mode to the right prompt.
git-prompt1k 264 - Displays information about the current git repository. In particular the branch name, difference with remote branch, number of files staged, changed, etc.
gitsome26 2 - Super simple prompt with git info, optimized for the Flat Terminal271 33 color scheme.
gitster - When in a git repo, it shows the location from the git's root folder. When not in a git repo, it shows the path relative to home, ~.
glimmer - Includes git branch, time and user@host.
guri - A Simple and fast Oh-My-Zsh theme, based on Pure4k 558 's design.
hackersaurus7 1 - A theme with git status and exit code of last command run embedded in the prompt. Related to powerlevel9k3k 329 .
hanpen - Shows git branch and status, last command exit code, last command execution time if more than ZSH_THEME_HANPEN_CMD_MAX_EXEC_TIME
haribo4 2 - Simple git status + timestamp in prompt.
heart-theme - Heart themed prompt for light backgrounds.
hedgehog - Simple, no-nonsense and clean, with support for git and return codes.
helb - Loosely based on Gentoo's old bash theme. Includes git information, return value of last command, and uses different username color and prompt char for users ($) and root (#).
himself - Optimized for people using git, solarized and unicode-compatible fonts.
honukai-iterm-zsh - Honukai theme and colors for oh-my-zsh and iTerm.
horizontal - Two line prompt with a horizontal separator.
hub - Simple and clean, includes the return code of the last command executed.
hyperzsh183 18 - Gives you a comprehensive overview of the branch you're working on and the status of your repository without cluttering your terminal.
iggy - A super happy awesome Powerline-style, Git-aware prezto only theme.
igorsilva2 2 - Shows current directory, customizable delimiter, current branch, git status.
imp - Based on zork4k 1k and optimized for dock backgrounds.
infoline - Clean theme that shows git status, background jobs, remote host, and other information.
intheloop-powerline - An extension of the intheloop theme to use powerline fonts.
kinda-fishy-theme - Based on Fishy theme, but shows full paths instead of abbreviated directories and only shows user@machine in ssh sessions and docker containers
kketcham - Theme with nifty colors on the git info.
materialshell373 63 - A material design theme for your shell with a good contrast and color pops at the important parts. Designed to be easy on the eyes.
megaprompt - A maximalist prompt including keyboard mode, ownership info, and other contextual info, with λ as the prompt character. Requires the hooks plugin.
milight - Minimal ZSH prompt with git status, works best with dark terminal backgrounds.
moonline3 1 - Minimal but easily extensible prompt.
multi-shell-repo-prompt7 5 - Provides useful information (in your prompt) about the repository that you are in. It currently works for Git and Mercurial, under ZSH as well as bash.
nmaxcom - Minimalist ZSH theme with git decorations.
node-theme25 6 - OMZ's node theme, broken out to make it easier to use with other plugin managers.
nodeys20 5 - Based on ys theme, with added NodeJS version (from NVM plugin).
noon - Has light and dark variants, shows git information.
nothing - Lightning fast and really simple because it has almost nothing in it.
nox - Dark theme, displays the current working directory and git status.
nt9 - Clean, distraction free and git focused development theme. Shows path relative to git root (or ~ when outside git repo), time since last commit, current SHA, branch and branch state.
poor-programmer - Programmer's theme with git status, ruby version and project path.
powerless7 1 - Tiny & simple pure ZSH prompt inspired by powerline.
powerlevel9k3k 329 - A very flexible theme based on the well-known agnoster-theme with support for various VCS, AWS, rbenv, virtualenv, etc. Works with vanilla ZSH as well as the various ZSH frameworks.
powerline-go526 36 - A beautiful and useful low-latency prompt, written in go.
powerline-pills - A powerline theme based on pills, created in Ruby.
powerline-shell58 12 - A powerline2k 340 -like prompt for Bash, ZSH and Fish. Shows important details about git/svn/hg/fossil branch and is easy to customize/extend.
powerzeesh - A Powerline based ZSH theme. It aims for simplicity, showing information only when it's relevant, optimized for speed and look. Inspired by Agnoster347 136 and Powerline445 115
pre-theme33 7 - A collection of themes for Sublime Text, Terminal, iTerm2 and ZSH.
statusline - A responsive ZSH theme that provides informational segments when you need them.
steef2 1 - 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.
zsh-megaprompt - A maximalist prompt including keyboard mode, ownership info, and other contextual info, with λ as the prompt character. Requires the hooks plugin.
zsh-prompt-powerline37 10 - A fairly heavyweight ZSH prompt, based on the powerline font from the popular eponymous vim plugin, which works well for a dark background.
zsh20009 2 - Powerline looking ZSH theme with rvm prompt, git status and branch, current time, user, hostname, pwd, exit status, root and background job status.
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.
Monoid - Monoid is customizable and optimized for coding with bitmap-like sharpness at 15px line-height even on low res displays.
nerd fonts5k 291 - 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.
Most of these plugins can be installed by adding antigen bundle githubuser/reponame to your .zshrc file. Antigen will handle cloning the plugin for you automatically the next time you start zsh. You can also add the plugin to a running ZSH with antigen bundle githubuser/reponame for testing before adding it to your .zshrc.
Most of these plugins can be installed by adding zgen load githubuser/reponame to your .zshrc file in the same function you're doing your other zgen load calls in. Zgen will automatically clone the repositories for you when you do a zgen save.