Awesome List Updates on Feb 15, 2022
13 awesome lists updated today.
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor
1. Awesome Zsh Plugins
Frameworks
- rossmacarthur/zsh-plugin-manager-benchmark (⭐81) - Contains performance benchmarks for the most popular ZSH frameworks, including both install time and load time.
- pm-perf-test (⭐4) - Tooling for running performance tests on multiple ZSH frameworks.
- Only does the bare minimum for managing plugins
- Can manage
- Any
git
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.
- Any
- Highly configurable install methods using handlebars templating.
- Super-fast parallel installation.
- Configuration file using TOML (⭐19k) syntax.
- Uses a lock file for much faster loading of plugins.
- Dependencies between packages
- Fastest plugin manager (Really, after the first run, zpm will not be used at all)
- Support for async loading
- Install ZSH plugins
- Update ZSH plugins
- Search by name all available ZSH Plugins
- Clean unused plugins up
- 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.
zinit
- ZPWR (⭐172) - An extremely powerful custom terminal environment built on top of Zinit (⭐2.9k) for maximum speed. A full terminal configuration framework including
zsh
,tmux
,fzf
,vim
and spacemacs configurations. It includes:
Fonts / superconsole - Windows-only
- Awesome Terminal Fonts (⭐2.4k) - A family of fonts that includes some nice monospaced Icons.
- Fantasque Awesome Font (⭐33) - A nice monospaced font, patched with Font-Awesome, Octoicons and Powerline-Glyphs.
- Powerline patched font collection (⭐26k) - A collection of a dozen or so fonts patched to include powerline gylphs.
- Fantasque-sans (⭐7k) - 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 (⭐19k) - 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 (⭐53k) - 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.
- Terminus - TTF version of Terminus that includes powerline glyphs.
Generic ZSH
- A Beautifully Productive Terminal Experience - Tutorial using a combination of iTerm 2, ZSH, Prezto (⭐14k), Tmux, and Tmuxinator (⭐13k) to make for an extremely productive developer workflow.
- Arch Linux's ZSH introduction - Not actually Arch or Linux-specific.
- GH (⭐56) - Setup ZSH on debian/Ubuntu-based linuxes. Installs Powerlevel10k (⭐45k), zsh-completions (⭐6.8k), zsh-autosuggestions (⭐31k), fast-syntax-highlighting (⭐1.1k), and more.
- How To Make an Awesome Custom Shell with ZSH - A beginner-friendly tutorial on how to install and configure a ZSH shell.
- commandlinepoweruser.com - Wes Bos' videos introducing ZSH and oh-my-zsh.
- Outrageously Useful Tips To Master Your Z Shell - covers some of the features that ZSH has that Bash doesn't, and using oh-my-zsh.
- rs-example (⭐8) - An example plugin showing how a Rust program can listen to and process commands from ZSH.
- Why ZSH is Cooler than your Shell - slideshare presentation.
- ZSH for Humans (⭐1.7k) - A turnkey configuration for ZSH that aims to work really well out of the box. It combines a curated set of ZSH plugins into a coherent whole that feels like a finished product rather than a DIY starter kit.
- ZSH Pony (⭐177) - Covers customizing ZSH without a framework.
- ZSH tips by Christian Schneider - An exhaustive list of ZSH tips by Christian Schneider.
Antigen
- belak/zsh-utils (⭐151) - A minimal set of ZSH plugins designed to be low-friction and low-complexity.
- mgdm.net/weblog/zsh-antigen/ - Michael Maclean's article about switching from oh-my-zsh to antigen.
- Oh-my-zsh is the Disease and Antigen is the Vaccine - Josh Davis' introduction to Antigen.
Oh-My-Zsh
- Getting started with oh-my-zsh - A beginners guide to oh-my-zsh by Dien Bui
- Learn Zsh in 80 Minutes macOS - A beginners guide to using Oh My Zsh on macOS by Karl Hadwen
- Oh-My-Zsh! A Work of CLI Magic - Michiel Mulders installation guide for Ubuntu
Prezto
- A Beautifully Productive Terminal Experience - Mike Buss' blog post about using Prezto, Tmux & Tmuxinator.
- Migrate from Oh-My-Zsh to Prezto - Jerome Dalbert's blog post on migrating to Prezto.
Zgen
- rad-shell (⭐37) - A fantastically feature rich, lightning-fast shell setup, powered by ZSH, Prezto (⭐14k), and Zgen (⭐1.5k).
Zinit (né zplugin)
- zinit-configs (⭐47) - Real-world configuration files (basically a collection of
.zshrc
files) holding zinit (⭐2.9k) invocations.
ZSH on Windows / superconsole - Windows-only
- Choose between clean and inherited environment when starting new SuperConsole sessions
- Custom colorful scheme, colorful output for various commands
- Enabled number of ZSH plugins to activate completion, highlighting and history for most comfortable use
ssh-agent
forgit
works out-of-box, add your keys toConEmu/msys64/ConEmu/msys64/home/user/.ssh
dir
- Sets up
nano
as main editor, enablesnano
syntax highlighting
- Custom helper scripts added to
ConEmu/msys64/3rdparty
Plugins / superconsole - Windows-only
- 256color (⭐135) - 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 (olets) (⭐527) - Manages auto-expanding abbreviations that expand inline when you hit space, inspired by fish shell.
- abbr-path (⭐11) - Adds functionality of the
theme_title_use_abbreviated_path
parameter from some oh-my-fish themes.
- abbrev-alias (⭐116) - Provides functionality similar to
vim
's abbreviation expansion.
- actiona (⭐2) - Make it easier to call actiona (⭐496) scripts from your command line. Includes tab completions.
- alacritty (⭐10) - Control alacritty (⭐55k) color schemes.
- alias-tips (⭐779) - An oh-my-zsh plugin to help remembering those aliases you defined once.
- allergen (⭐3) - A collection of custom ZSH plugins to use with Antigen.
- almostontop (⭐92) - Clears previous command output every time before new command executed in shell. Inspired by the alwaysontop (⭐197) plugin for
bash
.
- alt-and-select (⭐6) - 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 (⭐14) - A plugin for Ansible.
- ansiweather (⭐1.9k) - Weather in your terminal, with ANSI colors and Unicode symbols.
- antigen-git-rebase (⭐6) - Antigen/ZSH script to aid with
git
rebasing.
- anyframe (⭐192) - A peco/percol/fzf wrapper plugin for ZSH.
- apache2 (⭐6) - Adds aliases and functions for managing Apache2.
- apparix (⭐35) - Command line directory bookmarks with jumping to bookmarks, subdirectory tab completion, distant listing etc.
- apple-touchbar (⭐347) - Adds MacBook Pro touchbar support in iTerm 2.
- appup (⭐18) - Adds
start
,stop
,up
anddown
commands when it detects adocker-compose.yml
orVagrantfile
in the current directory (e.g. your application). Just runup
and get coding!
- arc (⭐6) - Adds aliases for Yandex version control system.
- arduino (⭐5) - Adds scripts to build, upload and monitor arduino sketches from a command line. Requires
jq
.
- artisan (⭐611) - Laravel
artisan
plugin for ZSH to help you to runartisan
from anywhere in the project tree, with tab completion!
- asciidoctor (⭐5) - A plugin for AsciiDoctor.
- asdf-direnv (⭐11) - Integration and completions for asdf (⭐21k) and direnv (⭐538).
- asdf-prompt (⭐8) - Provides a function usable in prompts that displays version information for your current tool versions.
- assume-role (⭐6) - ZSH plugin to allow you to assume AWS IAM roles easily. Includes completions.
- async (⭐757) - 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 (⭐5) - Based on the Sublime (⭐3) plugin, lets you launch a file or folder in Atom from iTerm 2.
- atuin (⭐19k) - 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 (⭐1) - Small plugin to install packages from the AUR.
- auto-color-ls (⭐54) - Automatically list directories with
colorls
.
- auto-fu.zsh (⭐427) - Automatic complete-word and list-choices. Originally incr-0.2.zsh by y.fujii .
- auto-ls (commanda-panda) (⭐4) - Automatically runs
ls
orcolor-ls
if available oncd
.
- auto-ls (desyncr) (⭐89) - Automatically
ls
when cding to a new directory.
- auto-notify (⭐405) - Automatically sends out a notification when a long running task has completed.
- auto-nvm (⭐0) - Automatically switches to the node version specified in a given directory.
- autocomplete (⭐5.1k) - Automatically lists completions as you type and provides intuitive keybindings for selecting and inserting them.
- autodotenv (⭐13) - Will prompt you to load variables when you
cd
into a directory containing a.env
file.
- autoenv-extended (⭐164) - Extended version of the zsh-autoenv (⭐691) plugin.
- autojump (⭐16k) - A
cd
command that learns - easily navigate directories from the command line. Install autojump-zsh for best results.
- autopair (⭐503) - A ZSH plugin for auto-closing, deleting and skipping over matching delimiters. Only tested on ZSH 5.0.2 or later.
- autoquoter (⭐113) - A
zle
widget ("zsh plugin") that will automatically put quotes around arguments to certain commands.
- autosuggestions (⭐31k) - Fish-like fast/unobtrusive autosuggestions for ZSH.
- autoupdate-antibody (⭐0) - A fork of autoupdate-antigen (⭐27) for the Antibody plugin manager, with the added ability to cooperate with static loading.
- aws-mfa (⭐3) - Plugin for AWS MFA.
- aws-upload (⭐1) - Boost your productivity with
aws-upload
.
- aws-vault (⭐86) - Plugin for aws-vault (⭐8.3k). Includes tab completions.
- aws2 (⭐2) - Provides completion support for version 2 of the awscli and a few utilities to manage AWS profiles and display them in the prompt.
- awsume (⭐1) - Plugin that enables showing the current awsume (⭐494) profile.
- azure-subscription (⭐2) - Displays information about the Azure current Subscription and tenant.
- baseballfunfacts (⭐3) - Print random baseball related "fun facts" in your shell. Depends on
fortune
andcowsay
being installed.
- bash-quote (⭐6) - Get random quote from Bash.im.
- bash (⭐38) - Makes ZSH more Bash compatible. It redefines the source command to act more like
bash
does. It also enablesbash
completions.
- battery_state (⭐8) - Show battery state in right-prompt.
- bd (⭐416) - Jump back to a specific directory, without doing
cd ../../..
.
- bitbucket-git-helpers (⭐17) - Adds helper scripts to allow you to create bitbucket PRs or open a directory in the current branch.
- blackbox (⭐6.7k) - Stack Exchange's toolkit for storing keys/credentials securely in a
git
repository.
- bofh (⭐1) - Adds functions to display random bofh fortunes.
- bol (⭐7) - Prints a random quote when you open a terminal window.
- boss-git (⭐9) - Adds some convenience aliases for
git
.
- branch-manager (⭐15) - A plugin for managing
git
branches.
- brew (rhuang2014) (⭐0) - Standalone plugin for the Homebrew Package Manager.
- brew (wolffaxn) (⭐0) - Standalone plugin for the Homebrew Package Manager.
- browse-commit (⭐17) - A plugin that lets you open any commit in your browser from the command line.
- bruse (⭐2) - Makes it easy to
brew link
different versions of packages.
- c (⭐2) - Adds some
git
shortcuts.
- calibre-zaw-source (⭐3) - Calibre - E-book management source for zaw (⭐570)
- caniuse (⭐18) - Add Can I Use support to ZSH.
- careful_rm (⭐28) - A wrapper for
rm
that adds trash/recycling and useful warnings.
- case (⭐3) - A ZSH plugin that adds two aliases
tolower
andtoupper
to switch output case.
- cd-gitroot (⭐73) - A ZSH plugin to
cd
to thegit
repository root directory.
- cd-ls (⭐16) - Automatically
ls
aftercd
.
- cd-reminder (⭐13) - Display reminders when
cd
-ing into specified directories.
- cd-reporoot (⭐2) - A ZSH plugin to
cd
to the current repository checkout's root directory.
- cd-ssh (⭐1) -
ssh
to a server when you accidentallycd
to it.
- cdbk (⭐14) - A ZSH plugin to allow easy named directory creation - shortcuts to any directory you want.
- cdc (⭐22) - Makes it easier to change directories to directories that are subdirs of a user-defined list of directories. Includes tab-completion, session history and
pushd
,popd
anddirs
equivalents.
- change-case (⭐8) - Plugin for fast swap between upper and lower case in your command line. 😎
- cheatsheet (⭐8) - Plugin to easily view, create, and edit cheatsheets.
- check-deps (⭐3) - 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 the zpm (⭐349) framework.
- clean-project (⭐11) - Remove files from projects (automatically by default). Useful for keeping
.DS_Store
andThumbs.db
files from cluttering your directories.
- clipboard (⭐35) - Adds a cross-platform helper function to access the system clipboard. Works on macOS, X11 (and Wayland) and Cygwin.
- cmd-status (⭐2) - Reports the status of commands including return code and duration.
- cmdtime (⭐26) - Displays the duration of a command to the terminal forked from the timer (⭐172k) plugin.
- code-review (⭐3) - Launches
git difftool
ongit merge-base target_branch base_branch
andtarget_branch
.
- code-stats - Counts keypresses and logs stats to Code::Stats.
- codex (⭐1.4k) - Enables you to use OpenAI's powerful Codex AI in the command line.
- colored-man-pages-mod (⭐13) - Forked from ohmyzsh/ohmyzsh/plugins/colored-man-pages (⭐172k). Colorizes
man
output.
- colored-man-pages (⭐60) - Colorize
man
pages.
- colorize (⭐24) - Colorize the output of various programs.
- colorls (⭐7) - Defines a few helpful shortcuts to some colorls functions.
- colors (Tarrasch) (⭐42) - Makes it easier to colorize text from the CLI.
red foo
just works.
- colors (zpm-zsh) (⭐47) - Enhanced colors for ZSH.
- command-execution-timer (⭐8) - Displays the time an interactive shell command takes to execute.
- command-note (⭐10) - Record complex commands and comment on them.
- command-time (⭐187) - Show execution time for long commands in ZSH and powerlevel9k (⭐13k). Similar to
REPORTTIME
builtin, but only outputs when user + system time >=REPORTTIME
.
- compe (⭐21) - Add completion for nvim-compe (⭐1.3k).
- completion-generator (⭐266) - 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.
- copy-pasta (⭐25) - Copy and paste files in your terminal like you would in a GUI.
- copyzshell (⭐84) - A ZSH plugin to copy your shell configuration to another machine over
ssh
.
- crash (⭐63) - Adds proper error handling, exceptions and try/catch for ZSH.
- crayon-syntax (⭐0) - ZSH syntax highlighting for the Crayon Plugin for Wordpress.
- cros-auto-notify (⭐0) - Automatically sends out a notification when a long running task has completed. Works with macOS and linux (if
hterm-notify
is installed).
- crypto-prices (⭐11) - Add a powerlevel9k (⭐13k) segment with the current bitcoin price.
- crystal (⭐27) - A plugin for Crystal (⭐19k).
- czhttpd (⭐57) - A simple http server written in 99.9% pure ZSH.
- deepx (⭐7) - Collection of useful and fun commands to improve workflow and quality of life.
- deer (⭐301) - A file navigator for ZSH heavily inspired by ranger.
- defer (⭐328) - Defers execution of a
zsh
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 in zinit (⭐2.9k).
- dev (⭐5) - Provides a lightweight version of Shopify's internal dev tool
- diractions (⭐32) - Allow you to map a short logical/mnemonic name to directories to quickly access them, or perform actions in them.
- dircolors-solarized (joel-porquet) (⭐115) - Solarized dircolors plugin, with options for dark or light terminal backgrounds.
- dircycle (⭐21) - Cycle through the directory stack.
- directory-history (⭐155) - A per directory history for ZSH which implements forward/backward navigation as well as substring search in a directory sensitive manner.
- direnv (⭐14) - A plugin for installing and loading direnv. Inspired by zsh-pyenv (⭐44).
- dirrc (⭐27) - Executes
.dirc
when present in a directory youcd
into.
- doas (anatolykopyl) (⭐6) - Easily prefix your current or previous commands with
doas
by pressingESC
twice.
- doas (senderman) (⭐2) - Easily prefix your current or previous commands with
doas
by pressingESC
twice.
- docker-machine (⭐2) - A docker-machine plugin for ZSH.
- docker-run (⭐47) - Go back to running your commands "naturally", we'll handle the container.
- dogesh (⭐6) - Dogification plugin.
- dotbare (⭐656) - Interactive dotfile management with the help of fzf (⭐63k).
- dotfiles (⭐22) - Keep your dotfiles in sync across multiple machines using
git
.
- dotpyvenv (⭐6) - 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.
- drupal (⭐1) - Adds aliases for common tasks and also tab-completion for
drush
. Inspired by Artisan (⭐611).
- dune-quotes (⭐9) - Random Dune quote generator plugin.
- duration (⭐0) - Displays command duration if it exceeds a user-settable run time.
- dwim (⭐88) - 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 (⭐47) - A port of vim-easymotion (⭐7.4k) for ZSH.
- ec2ssh (⭐10) - List EC2 instances and
ssh
login to the instances easily.
- editing-workbench (⭐2) - Adds sane, complex command line editing (e.g. incremental history word completion).
- edward cli (⭐0) - Adds smart completions and alises for edward CLI micro-service launcher (⭐170).
- elixir (⭐152) - Adds shortcuts for Elixir, IEX, Mix, Kiex and Phoenix.
- emacs (cowboyd) (⭐0) - Make Emacs the default for CLI operations like editing git commit messages; set up handy aliases.
- emoji-cli (⭐433) - 😱 Emoji completion on the command line.
- emoji-fzf (⭐8) - Configurable ZSH plugin for the excellent emoji-fzf (⭐39). It is heavily inspired by emoji-cli (⭐433).
- enhancd (⭐2.6k) - A simple tool that provides an enhanced
cd
command by memorizing all directories visited by a user and use it for the pathname resolution.
- envrc (⭐2) - Automatically loads and unloads environment variables if a
.envrc
file is found in a directory.
- escape-backtick (⭐1) - Quickly insert escaped backticks when double-tapping "`".
- evalcache (⭐186) - Caches the output of a binary initialization command like
eval "$(hub alias -s)"
, to help lower shell startup time by loading from cache instead of re-running every new shell session.
- exa (DarrinTisdale) (⭐114) - Enables a number of aliases extending exa, the modern replacement for
ls
.
- exa (mohamedelashri) (⭐17) - Adds aliases for exa, a modern replacement for
ls
.
- exa (ptavares) (⭐11) - Installs and loads exa.
- exa (ritchies) (⭐9) - Adds aliases to make using exa easier.
- exa-ls (⭐3) - Adds aliases so that you can use exa as a drop-in replacement for
ls
andtree
.
- exercism (⭐10) - A plugin for exercism.io.
- expand-ealias (⭐14) - Expand specific aliases with space.
- expand (⭐29) - Expands regular aliases, global aliases, incorrect spellings and phrases, globs, history expansion and $parameters with the spacebar key.
- expander (⭐3) - A
zle
widget that allows you to write custom expanders and select them with fzf (⭐63k).
- fast-syntax-highlighting (⭐1.1k) - Optimized and improved
zsh-users/zsh-syntax-highlighting
– better response times, switchable highlight themes.
- fav (⭐4) - ZSH/fzf (⭐63k) plugin that makes it really easy to add and recall named favorites of your important directories.
- favorite-directories (⭐8) - Fast jumps to your favorite directories.
- figures (⭐11) - Unicode symbols for ZSH.
- firebase (Seqi) (⭐9) - Display the current working project or project alias when in a Firebase project directory or subdirectory.
- firebase (rmrs) (⭐5) - Add an indicator in the prompt that you're in a directory with a
firebase.json
file (aka "firebase project").
- flow-plugin (⭐45) - This plugin makes the
flow
command available inside every subdirectory of the TYPO3 Flow distribution.
- forgit (⭐4.4k) - Utility tool for
git
which takes advantage of fuzzy finder fzf (⭐63k).
- functional (⭐134) - ZSH higher order functions.
- fuzzy-search-and-edit (⭐34) - ZSH plugin for fuzzy searching files and instantly opening a matched file on matched line.
- fz (⭐519) - Seamlessly adds fuzzy search to z (⭐16k)'s tab completion and lets you easily jump around among directories in your history.
- fzf-finder (⭐20) - Plugin to have a cool search keybinding with fzf (⭐63k) and (optionally) bat (⭐48k) and fd (⭐33k). Falls back to
find
andcat
. Searches in the local tree of subdirectories for files.
- fzf-history-search (⭐284) - Replaces
Ctrl+R
with an fzf (⭐63k)-driven history search that includes date/times.
- fzf-marks (⭐475) - Little script to create, navigate and delete bookmarks in
bash
andzsh
, using the fuzzy finder fzf (⭐63k).
- fzf-pass (⭐6) - Better handling of passwords using fzf (⭐63k) and pass.
- fzf-prezto (⭐4) - Prezto plugin that finds where fzf (⭐63k) has been installed and enables its auto-completion and key-bindings. This plugin works as a Prezto
zstyle
configuration option.
- fzf-tab (⭐3.1k) - Replace ZSH's default completion selection menu with fzf (⭐63k).
- fzf-utils (⭐1) - Provides functions to kill proceses and find in path with fzf (⭐63k).
- fzf-widgets (⭐87) - Adds some ZLE widgets for fzf (⭐63k).
- fzy (⭐56) - Plugin that uses fzy (⭐2.9k) for certain fuzzy matching operations.
- gcloud-project (⭐10) - Easy selection of Google Cloud Projects.
- gdbm (⭐0) - Adds GDBM as a plugin.
- gentoo (⭐3) - Adds some aliases and functions to work with Gentoo Linux.
- geometry-datetime (⭐2) - Geometry (⭐924) datetime plugin. Shows datetime (
date
unix command) in your prompt.
- geometry-hydrate (⭐1) - Geometry (⭐924) plugin to remind you to hydrate.
- geometry-npm-package-version (⭐1) - Geometry (⭐924) plugin to display the current folder's npm package version.
- geometry-rust-version (⭐2) - Geometry (⭐924) plugin to display the current folder's Rust version when either a
.rs
orCargo.toml
is present.
- ghost-zeus (⭐2) - Lets you use zeus (⭐3.3k) with normal rails commands.
- git-add-remote (⭐14) - Easily add the upstream remote to your
git
fork.
- git-branches (⭐6) - Makes a menu of
git
branches you can switch to without having to type long branch names.
- git-complete-urls (⭐3) - Enhance
git
completion to include in the remotes completion (e.g. fromgit clone
) any URL in the clipboard.
- git-extra-commands (⭐993) - Extra
git
helper scripts packaged as a plugin.
- git-flow-avh (⭐6) - Adds short aliases for the
git-flow
commands.
- git-ignore (⭐27) - Generates
.gitignore
files from gitignore.io offline. fzf (⭐63k), completion, preview integrated.
- git-it-on (⭐111) - Adds ability to open a folder in your current branch on GitHub.
- git-prompt-useremail (⭐8) - Adds prompt reminders for
git
user.email.
- git-scripts (⭐1) - Adds
git-squash-branch
andgit-remove-merged
commands.
- git-secret (⭐3.7k) - A bash-tool to store your private data inside a
git
repository.
- git-smart-commands (⭐12) - Adds extra
git
commands to make some commongit
usages more efficient.
- git-tree (⭐1) - fzf (⭐63k) powered
git worktree
helper.
- gitcd (SukkaW) (⭐4) - Adds command to
git clone
a repository andcd
into the resulting directory.
- gitcd (viko16) (⭐11) - Automatically
cd
to agit
working directory after cloning it.
- github (⭐1) - Fork of the original GitHub plugin (⭐172k) embedded in oh-my-zsh.
- gitignore (⭐53) - Plugin for creating
.gitignore
files.
- gitstatus (⭐3) - Makes it easy to show your
git
status in your prompt.
- gitsync (⭐4) - ZSH plugin to improve workflows for one person developing on the same repository on multiple machines.
- goenv (bbenne10) (⭐6) - Manage
$GOPATH
similarly to Python's virtualenvwrapper.
- going_places (⭐2) - A plugin that helps to use, create and maintain a list of shell locations.
- golinks (⭐0) - Launch golinks from your terminal.
- gpg-agent (⭐12) - 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 (⭐9) - ZSH plugin to encrypt and decrypt files or directories in place.
- grep2awk (⭐27) - ZLE widget to transform
grep
command intoawk
command.
- grunt-plugin (⭐7) - Add autocompletion for
grunt
.
- gsh (⭐1) - Collection of helper functions for
git
- gtm-terminal-plugin (⭐15) - terminal plugin for git time metrics (⭐970).
- guish (⭐6) - Collection of utility functions and aliases.
- gumsible (⭐3) - Wrapper plugin for Molecule.
- gunstage (⭐64) - There are at least eight ways to unstage files in a
git
repository. This is a command-line shell plugin for undoinggit add
.
- gvm (yerinle) (⭐1) - Provides autocompletion for
gvm
(Groovy enVironment Manager).
- hab (⭐10) - Automatically loads OS environment variables defined in the file
.envrc
if it's found when changing to a new directory.
- hanami (⭐7) - ZSH plugin for hanami projects.
- hbt (⭐9) - Heuristic ZSH suggestion system based on past command usage.
- hints (⭐59) - Display glob and parameter flags and other non completable info right under your editing buffer.
- hipchat (⭐13) - Send hipchat messages from the shell.
- hist (⭐141) - Edit your history in ZSH, without ever leaving the command line.
- histdb (⭐1.3k) - Stores your history in an SQLite database. Can be integrated with zsh-autosuggestions (⭐31k).
- history-enquirer (⭐81) - Enhances history search with more interaction and a multiline selection menu. Requires Node.js.
- history-filter (⭐28) - 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 (⭐9) - Binds
^G
to quickly toggle the current shell history file location.
- history-search-multi-word (⭐94) - 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 (⭐2.6k) - 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 (⭐84) - Extend history so that it can be queried by SQL.
- hitokoto (⭐13) - Displays a random quote from hitokoto.cn.
- homeassistant-cli (⭐3) - Provides completion and (configuration) helpers for the Home Assistant Command-line interface (hass-cli) (⭐429). and allows command line interaction with Home Assistant instances.
- homebrew (⭐4) - Plugin for homebrew that supplements the one built into oh-my-zsh and can safely run with it enabled.
- hooks (⭐53) - Add missing hooks - for plugins and personal use.
- host-switch (⭐6) - Make it easier to switch in different
/etc/hosts
files during development.
- hub-ci-zsh-plugin (⭐0) - A simple plugin for adding
hub
ci-status to your ZSH theme.
- hub (⭐9) - ZSH plugin for forking model.
- igit (⭐17) - Interactive
git
commands using fzf (⭐63k).
- ing (⭐3) - Streamlined
ping
output.
- instant-repl (⭐2) - Activate a REPL for any command in your current ZSH session.
- interactive-cd (⭐312) - Fish-like interactive tab completion for
cd
.
- iosctl (⭐4) - Quickly access App, Data, and Log of the running simulator.
- ipip (⭐16) - Plugin for IPIP.
- iterm-tab-color (⭐49) - Adds function to set the tab color in iTerm2 and can automatically change color based on cwd or command being executed.
- iterm-tab-colors (⭐48) - Automatically changes iTerm 2 tab color based on the current working directory.
- iterm-touchbar (⭐689) - Display iTerm2 feedback in the MacbookPro TouchBar (Current directory, git branch & status).
- iterm2-colors (⭐4) - Manage your iTerm 2's color scheme from the command line.
- iterm2-tabs (⭐7) - Set colors and titles of iTerm 2 tabs.
- jabba (⭐5) - Adds shell integration code and completions for the jabba (⭐3k) Java version manager.
- java-zsh-plugin (⭐1) - Adds a
setjdk
command so you can switch easily between different versions of the jdk.
- javaVersions (⭐7) - Change between different java versions with a single command.
- jdk-switch (⭐12) - Switches between jdk versions. Works on macOS and Linux.
- jenkins (⭐6) - A jenkins plugin for ZSH, heavily inspired by the excellent jira plugin.
- jhipster (⭐39) - Adds commands for jHipster.
- jira-plus (⭐7) - Create JIRA tickets from the command line.
- jvm (⭐4) - Allows selection of JDK on macOS.
- k (⭐1.8k) - Directory listings for ZSH with
git
status decorations.
- kctl (⭐3) - Add helper aliases for
kubectl
.
- kill-node (⭐7) - ZSH plugin for murdering
node
process families.
- konsole-theme-changer (⭐2) - Toggle konsole theme from ZSH.
- kube-aliases (⭐112) - Adds functions and aliases to make working with
kubectl
more pleasant.
- kube-ps1 (⭐3.5k) - ZSH plugin for
kubectl
that adds current context and namespace.
- kubecolor (droctothorpe) (⭐8) - Simplify and colorize the output of
kubectl get events -w
- kubectx (ptavares) (⭐0) - Installs and loads kubectx (⭐17k).
- kubectx (unixorn) (⭐7) - Automatically installs kubectx (⭐17k) and
kubens
.
- kubernetes (⭐112) - Add kubernetes helper functions and aliases.
- lando (joshuabedford) (⭐8) - A collection of alias functions to enable the use of the CLIs within Lando without having to type lando to access them.
- lando (mannuel) (⭐0) - Adds aliases for various Lando commands.
- laradock-workspace (⭐1) - Provides an interface to Laradock's workspace.
- laravel-sail (⭐33) - Adds shortcuts for
sail
commands.
- laravelx (⭐1) - Adds some aliases for common Laravel commands.
- lazyload (⭐111) - Lazy load commands and speed up start up time of ZSH.
- learn (⭐6) - Learning collection in MySQL/MariadB to save, query and quiz everything you learn.
- liferay (⭐3) - Adds scripts for liferay (⭐2.1k) development.
- linkfile (⭐1) - Add shortcuts to your favorite directories.
- linus-rants (⭐26) - Outputs a random Linus Torvalds rant when opening a terminal.
- listbox (⭐46) - Listbox element for shell.
- locate-sublime-projects-cli (⭐1) - Allows searching for Sublime Text projects and opens them in Sublime.
- loremipsum (⭐0) - Generate lorem ipsum text on the command line. Gets its data from lipsum.com.
- lumberjack (⭐41) - Lumberjack is a logging interface for shell scripts.
- mac-packaging (⭐1) - A set of common functions used for enterprise Mac packaging with Munki.
- macos (joow) (⭐3) - A ZSH plugin for macOS.
- mage2docker (⭐12) - 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 (⭐25) - Adds
m2
function to run magento binary, adds tab completions.
- magic-enter (⭐13) - Make your enter key magical by binding a ZSH command to it.
- manydots-magic (⭐41) - A zle tweak for emulating
...'==
../..' etc.
- markedit (⭐5) - Mark files and edit them with autocompletion for existing marks.
- markgate (⭐6) - Allows you to mark directories so you can jump directly to them.
- mfunc (⭐7) - 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.
- mode-switch.CLI (⭐3) - A ZSH plugin for switching command line between normal mode and
vi
mode.
- monorepo-plugin (⭐2) - ZSH plugin for monorepo management.
- monthrename (⭐1) - Renames month names to numbers in filenames.
- mouse-status (⭐3) - Changes mouse color based on status code, uses libratbag.
- mylocation (⭐9) - A plugin to show your current location based on your IP address.
- namelink (⭐2) - 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 (⭐2) - Plugin for navi (⭐15k).
- navigation-tools (⭐7) - Adds
htop
-like kill, directory bookmarks browser, a multi-word incremental history searcher and more.
- new-file-from-template (⭐13) - Generates file from template.
- newvwp (⭐2) - Spins up a new WordPress site using Valet.
- nix-shell (⭐370) - Plugin that lets you use ZSH as the default shell in a
nix-shell
environment.
- node-env-installer (⭐1) - Uses
nvm
to install new versions and modules for the current project.
- node (⭐5) - Srijan Shetty's Node.js plugin for ZSH with caching of
nvm
completions and autoloading ofnvm
if present.
- nodenv (jsahlen) (⭐4) - Auto-load
nodenv
and its completions into the shell.
- nodenv (mattberther) (⭐2) - Installs, updates and loads
nodenv
. Inspired by zsh-rbenv (⭐2).
- nohup (⭐8) - Add
nohup
to the current command pressingCtrl-H
.
- noreallyjustfuckingstopalready (⭐299) - 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.
- notes (aperezdc) (⭐11) - Inspired by terminal_velocity, it provides a fast interface to create and access a set of Markdown text files inside a directory.
- notes (chipsenkbeil) (⭐18) - Provides a quick notes editing experience in ZSH.
- notify (luismayta) (⭐11) - Notifications for ZSH with auto installation of dependencies and r2d2 sounds.
- notify (marzocchi) (⭐495) - 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) (⭐2) - Adds
npm
aliases. Based on the Oh-My-Zsh npm (⭐172k) plugin.
- npm (zfben) (⭐2) - Use
n
asnpm
aliases withnoglob
prefix and more. Based on the Oh-My-Zsh npm (⭐172k) plugin.
- nvm-lazy (⭐6) - Plugin for lazy loading of oh-my-zsh's *nvm- plugin. It supports lazy-loading
nvm
for more than one binary/entrypoint, with the defaults beingnvm
,node
andnpm
.
- nvm (⭐2.2k) - ZSH plugin for installing, updating and loading
nvm
.
- oath (⭐8) - Manages 2FA authentication 6 digit tokens. It was highly inspired by this article about using oathtool for 2 step verification.
- oclif completion generator (⭐10) - Generates shell completions for commands lacking them.
- oh-my-matrix (⭐24) - Turn your terminal into the matrix.
- omz-themes-standalone (⭐5) - Gives you the oh-my-zsh (⭐172k) themes without requiring everything else that comes with oh-my-zsh
- open-create-projects (⭐3) - Open/Create projects in Jetbrains.
- open-pr (⭐65) - A ZSH plugin to open pull requests from command line.
- openshift-origin (⭐0) - Add a few shortcuts to common openshift origin (oc) actions.
- opera-git-plugin (⭐0) -
git
aliases.
- opp (⭐233) - Vim's text-objects-ish for ZSH.
- opt-path (⭐12) - Automatically add
~/opt
subpaths to your$PATH
.
- osx-autoproxy (⭐112) - Configures proxy environment variables based on macOS's system preferences.
- osx-dev (⭐14) - This plugin adds some commands for maintaining various server programs on a macOS install.
- osx (⭐20) - Add some common macOS related aliases and functions.
- package-any-node (⭐0) - Easy installing of any Node modules inside the plugin directory, exposing their binaries via shims (i.e.: forwarder scripts) created automatically by Bin-Gem-Node (⭐7) annex.
- packer (⭐2) - Adds aliases and auto-completes for Hashicorp packer.
- pantheon-terminal-notify (⭐11) - Background notifications for long running commands. Supports Elementary OS Freya.
- passwordless-history (⭐18) - Keeps passwords from entering your command line history.
- path-ethic (⭐9) - Helps manage your
$PATH
quickly and easily. Doesn't touch your existing.zshrc
,.zprofile
, but adds on top of your existing environment instead.
- pctl (⭐8) - Toggle the environment variables for proxying.
- pentest (⭐59) - Aliases and functions for the lazy penetration tester.
- per-directory-history (⭐245) - Per directory history for ZSH, as well as global history, and the ability to toggle between them with
^G
.
- percol (⭐9) - Interactively and incrementally search history/resume background jobs using percol (⭐3.3k).
- perlbrew (⭐1) - Installs perlbrew if not already installed and initializes it for your shell.
- pew (⭐2) - Sets up and manages Python virtualenvs using pew (⭐1.2k), automatically switches virtualenvs as you move directories.
- pg (⭐18) - Adds utility functions to work with PostgreSQL.
- ph-marks (⭐11) - Bookmark pornhub videos from your terminal.
- php-version-rcfile-switcher (⭐6) - Automatically switch between php versions using php-version (⭐677) if an rc-file is present in a directory.
- phpcs (⭐2) - Plugin for PHP code sniffer (⭐11k).
- phpunit (⭐8) - Plugin for PHPUnit.
- pip-app (⭐38) - Makes it easy to install python applications into distinct Python virtualenvs so they don't conflict with any other python requirements on your system.
- pipx (⭐6) - Autocompletions for pipx (⭐9.9k).
- plugin-ibtool (⭐1) - Adds ibtool shortcuts to generate localized XIB files.
- plugin-rails (⭐2) - ZSH plugin for Rails.
- plugin-vscode (⭐17) - Plugin for Visual Studio Code, a text editor for macOS, Windows, and Linux.
- poetry (darvid) (⭐71) - Automatically activates and deactivates Poetry-created python virtualenvs.
- poetry (sudosabin) (⭐5) - Enables poetry
$PATH
and autocompletions.
- posh-git-bash (⭐381) - Adds
git
status in your prompt.
- ppsmon (⭐0) - 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 (⭐3) - Creates a global variable with current working directory. Plugin has integration with jocelynmallon/zshmarks (⭐270).
- pr-eol (⭐0) - Displays an EOL symbol which can be embedded in the prompt.
- pr-exec-time (⭐2) - Adds a variable you can use to display the execution time of the last command run.
- pr-git (⭐2) - Creates a global variable with
git
status information that can be displayed in prompts.
- pr-is-root (⭐0) - Sets an environment variable you can use in a custom prompt when running as root.
- pr-jobs (⭐1) - Creates an environment variable which can be used to display background job information in a custom prompt.
- pr-node (⭐0) - Sets an environment variable which can be used to display Node.js information in a custom prompt.
- presenter-mode (⭐4) - Expands aliases during presentations. It also increases the terminal window's contrast to enhance visibility.
- pretty-time (sindresorhus) (⭐69) - Convert seconds to a human readable string: 165392 → 1d 21h 56m 32s.
- pretty-time (zpm-zsh) (⭐1) - Converts raw seconds into human-readable strings.
- print-alias (⭐15) - Prints commands with aliases expanded whenever you use an alias at the command line.
- printc (⭐14) - Allows you to print in any color in the RGB space via a simple
printc
call.
- profile-secrets (⭐27) - 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.
- project (voronkovich) (⭐5) - Plugin for managing projects.
- prompt-generator (⭐7) - Generates custom themes. Some generated themes require powerline-compatible fonts.
- proxy-plugin (⭐20) - Quickly enable and disable proxy shell environment settings.
- proxy (⭐369) - Configure proxy settings for some package managers and software.
- pyenv-lazy-load (⭐3) - Plugin for lazy-loading
pyenv
in ZSH.
- q (cal2195) (⭐69) - Add
vim
-like macro registers to your ZSH shell.
- q (tomsquest) (⭐0) - Tail/remove the temp file for Q (⭐1.5k), the Dirty Debugging Tool.
- qiime2 (⭐2) - Adds functions and aliases to make working with Quiime 2 easier.
- quoter (⭐8) - Display a random quote when opening a new terminal session.
- randeme (⭐4) - 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.
- random-quotes (⭐8) - Displays random quotes or facts.
- razer-status-code (⭐4) - Change the colour of your Razer Mouse based on the status of the last executed command. Requires OpenRazer linux drivers.
- rc-files (⭐2) - Adds shortcut functions for editing various rc files.
- recall (⭐17) - Makes using command history easier.
- reentry-hook (⭐5) - Plugin that re-enters working directory if it has been removed and re-created.
- reload (⭐7) - Adds function to quickly reload your
.zshrc
.
- reminder (⭐37) - A plugin which displays reminders above every prompt.
- replace-multiple-dots (⭐6) - Converts
...
to../..
- revolver (⭐143) - A progress spinner for ZSH scripts.
- riddle-me (⭐1) - Displays random riddles.
- ripz (⭐24) - Reminds you of your aliases, so you use them more. Depends on ripgrep (⭐47k).
- robo (⭐2) - A ZSH plugin for Robo (⭐2.7k).
- rockz (⭐9) - Lua + LuaRocks virtual environment manager based upon VirtualZ.
- safe-paste (⭐12) - A safe-paste plugin. See Conrad Irwin's bracketed-paste blog post.
- saml2aws-auto (⭐5) - 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 (⭐10) - Add support for saml2aws (⭐2.1k).
- sandboxd (⭐234) - Speed up your
.zshrc
& shell startup with lazy-loading by only running setup commands (e.g.eval "$(rbenv init -)"
, etc) when you need them.
- sb-upgrade (⭐0) - Script to automatically update apps on a seedbox.
- schroot (⭐1) - Show current
chroot
name in your prompt.
- sdkman (⭐5) - Installs sdkman and adds completions and aliases for it.
- sealion (⭐9) - Allows you to set reminders that will appear in your terminal when your prompt is refreshed.
- search-directory-history (⭐4) - Allows complex search of per-directory history created using the per-directory-history (⭐245) plugin.
- sed-sub (⭐1) - Adds keybindings to do global search and replace on current command line.
- select (⭐8) - Multi-term searched selection list with approximate matching and uniq mode.
- send (⭐31) - Single command to
git add
,git commit
, andgit push
for much fastergit
workflow.
- sensei-git (⭐6) - Adds many
git
aliases and helper shell functions.
- setenv (⭐7) - Runs a script when you change directories.
- shelf (⭐0) - Utility which can be used to bookmark and access directly any file using mnemonics.
- show-path (⭐3) - Provides a function shows the
$PATH
line by line.
- simpleserver (⭐14) - Plugin to easily start python
SimpleHTTPServer
andSimpleHTTPSServer
.
- slugify (⭐4) - Converts filenames and directories to a web friendly format.
- smart-cd (⭐16) - Runs
ls
andgit status
after chpwd.
- smartinput (⭐6) - When you type brackets or quotes, the corresponding end brackets/quotes are automatically added.
- smile (⭐2) - Adds function to display random smileys.
- snippets (⭐36) - Command line snippet expansion.
- solarized-man (⭐27) - A modified version of oh-my-zsh's plugin colored-man-pages, optimized for the solarized dark (⭐16k) theme in the terminal.
- spack (⭐2) - Includes some useful aliases and functions for loading/unloading Spack (⭐4.2k)-generated modules. As it makes use of the
module
command it is much more efficient thanspack load
.
- ssh-connect (⭐112) - A simple
ssh
manager.
- ssh-plugin (⭐5) - Plugin for
ssh
.
- sshukh (⭐6) - Will update your
known_hosts
file when youssh
into a server.
- startify (⭐3) - Shows recently used
vim
files, shell-util files, activetmux
sessions, recently-rungit
commands and more.
- startup-timer (⭐21) - Print the time it takes for the shell to start up.
- stashy (⭐5) - Plugin that simplifies using
git stash
.
- statify (⭐4) - Plugin that does basic statistical analysis.
- suffix-alias (⭐4) - Directly open files in the shell using ZSH's suffix aliases.
- switch-git (⭐1) - Easy switching between
git
repositories. Just typesgr <some part of you repo's name>
, press enter and you're there.
- syntax-highlighting-filetypes (⭐154) - ZSH syntax highlighting with dircolors in realtime.
- sys-diver (⭐9) - A ZSH plugin for directory change or editor startup with only key operations using widgets without typing commands.
- sysadmin-util (⭐949) - Steve Kemp's collection of tool scripts for sysadmins.
- systemd (⭐9) - Adds many aliases for
systemd
.
- t32 (⭐2) - Plugin for the Lauterbach Trace32 toolset. It automatically registers fonts and sets all necessary environment variables to run the t32 toolset.
- tailf (⭐2) - Adds
tailf
function with prefixed newlines instead of trailing newlines.
- terminal-title (⭐4) - Adds a
set-term-title
function you can use to title terminal windows.
- terminal-workload-report (⭐2) - A plugin that calculates and displays how many commands have been run via terminal.
- terraform (macunha1) (⭐18) - Add convenience aliases for terraform, tab completions and helper function to add your terraform workspace in the prompt.
- terraform (pbar1) (⭐1) - Terraform convenience functions and aliases for ZSH.
- terragrunt (⭐5) - Plugin for Terragrunt (⭐7.9k), a thin wrapper for Terraform that provides extra tools.
- tfswitch (⭐1) - Installs and loads tfswitch (⭐1.3k).
- tgswitch (⭐0) - Installs and loads tgswitch (⭐142).
- thefuck (⭐23) - Loads thefuck (⭐84k) (a tool which corrects your previous command) with cache support, which reduces the loading time dramatically.
- theia-dev-tools (⭐0) - Convenience functions for working with theia-ide (⭐20k).
- tig (⭐1) - Adds a few advanced bindings for tig (⭐12k) and also provides a
tig-pick
script.
- timewarrior (⭐52) - Adds support for timewarrior, a time-tracking application.
- tipz (⭐27) - Displays your alias if you have an alias for the command you just ran, similarly to alias-tips (⭐779).
- title (⭐5) - Allows you to set a terminal window title.
- titles (⭐57) - Automatic window and tab titles for tmux and xterm-compatible terminals.
- tm (⭐6) - Simplifies creating new tmux sessions, attaching to existing sessions, switching between sessions, and listing active sessions.
- tmux-auto-title (⭐19) - Automatically sets the title of windows/panes as the current foreground command.
- tmux-rename (⭐3) - Rename tmux windows automatically.
- tmux-simple (⭐6) - Simple plugin for using tmux with ZSH.
- tmux-vim-integration (⭐4) - Open files in a running
vim
(or NeoVim) session, from an adjacent tmux pane.
- tmux-zsh-vim-titles (⭐27) - Create unified terminal titles for
tmux
, ZSH, and Vim/NVIM, modular.
- tmux (⭐15) - Plugin for tmux.
- tmuxrepl (⭐24) - Simple ZSH plugin to have a R-EP-L tmux session.
- toggl (⭐5) - Adds a
toggl-week
command to display the total working hours tracked on toggl.com
- toggle-command-prefix (⭐20) - Add a widget to toggle a prefix to a command. Binds Alt+s to prefix a command with
sudo
by default.
- tre (⭐0) - Makes using tre (⭐744) easier.
- tumult (⭐164) - Adds tools for macOS.
- ubuntualiases (⭐2) - Ubuntu 16 aliases.
- ugit (⭐1.4k) - Lets you undo your last
git
operation.
- uncloudium (⭐0) - Adds helper script to download crx files from the Google Chrome web store.
- undollar (⭐17) - Strips the dollar sign from the beginning of the terminal prompt.
- unix-simple (⭐0) - A command that shows a graphic about the simplicity of unix.
- up (cjayross) (⭐4) - A simple way to navigate up through directories.
- up (peterhurford) (⭐39) - Adds an up command to
cd
multiple levels up.
- url-highlighter (⭐31) - 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.
- vagrant-box-wrapper (⭐2) - A wrapper plugin for vagrant that allows for calling
vagrant
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.
- vanilli.sh (⭐22) - A lightweight start point of shell configuration.
- vcshr (⭐0) - Help vcsh users require GitHub repositories using
vcsh
for auto-installation in~/.zshrc
, etc.
- velocity (⭐4) - Powerline-based theme elements for ZSH and tmux.
- venv-lite (⭐5) - A super-lightweight sort-of-clone of virtualenvwrapper; it pretty much expects you to be using pyenv (⭐38k) (though you don't *have- to), and because it's based on the
venv
module, (creation) only works for python >= 3.3.
- venv-wrapper (⭐1) - Provides ZSH functions to ease the management of your virtual environments using
venv
.
- vi-increment (⭐9) - Add
vim
-like increment/decrement operations.
- vi-mode (nyquase) (⭐30) - Add extra
vi
-like functionality.
- vi-mode (sinetoami) (⭐0) - Add more
vi
-like functionality to ZSH.
- vi-motions (⭐34) - Add new motions and text objects including quoted/bracketed text and commands.
- vi-quote (⭐7) - Add an operation which quotes or unquotes a motion.
- viexchange (⭐17) - A
vi
mode plugin for easily swapping text between two places in the buffer, like vim-exchange.
- vim-mode (⭐339) - Friendly
vi
-mode bindings, adding basic Emacs keys, incremental search, mode indicators and more.
- vim-plugin (⭐20) - Allows you to do
vim filename:123
to open a file with the cursor at a specific line.
- vimman (⭐20) - View
vim
plugin manuals (help) likeman
in ZSH.
- vimto (⭐29) - Improved ZSH
vi
mode (bindkey -v) plugin.
- virtualz (⭐9) - Python virtualenv manager inspired by Adam Brenecki's Virtualfish (⭐1.1k) for the Fish shell, replaces virtualenvwrapper.
- visit (⭐2) - Custom plugin for faster navigation.
- volta (cowboyd) (⭐9) - Seamlessly install and configure the Volta Node.js toolchain manager.
- volta (⭐3) - Installs and loads Volta: JS Toolchains as Code (⭐11k).
- vscode (qianxinfeng) (⭐33) - Plugin for Visual Studio Code.
- wakatime (sobolevn) (⭐90) - Track how much time you have spent in your terminal. Has per project stats.
- wakatime (wbingli) (⭐148) - Automatic time tracking for commands in ZSH using wakatime.
- warhol (⭐59) - Configures colorization with grc (⭐1.9k).
- watch (⭐17) - Easily prefix your current or previous commands with watch by pressing
CTRL + W
.
- watson.zsh (⭐5) - A plugin for the watson (⭐2.4k) time management system.
- wd (⭐685) - Warp directory lets you jump to custom directories in ZSH, without using
cd
. Why? Becausecd
seems inefficient when the folder is frequently visited or has a long path.
- web-search (sinetoami) (⭐3) - Add commands to run bing, google, yahoo, & duckduckgo searches directly from the CLI.
- web-search (yabanahano) (⭐0) - Adds aliases for searching with Google, Wiki, Bing, YouTube and other popular services.
- window-title (⭐26) - Adds informative tiles to your terminal windows.
- windows-title (⭐3) - Dynamically updates terminal window title with current directory and the last command run.
- workon (⭐6) - Simple utility for jumping between projects.
- worktree (⭐2) - Adds functions that wrap
git worktree
.
- xxh-plugin-zsh-zshrc (⭐5) - plugin for xxh-shell-zsh (⭐32) that copies your
~/.zshrc
to a remote host and sources it with xxh-shell-zsh (⭐32).
- you-should-use (⭐1.4k) - ZSH plugin that reminds you to use those aliases you defined.
- youtube-dl-aliases (⭐7) - Adds
yt
aliases to download videos from YouTube.
- youtube-dl (⭐2) - Simple plugin for youtube-dl.
- z.lua (⭐3k) - A command line tool which helps you navigate faster by learning your habits. An alternative to z.sh (⭐16k) with Windows and posix shells support and various improvements. 10x faster than fasd and autojump, 3x faster than z.sh (⭐16k).
- zabb (⭐36) -
zabb
is a command that tries to figure out the shortest memorable abbreviation of a directory that is usable by z (⭐21k) to unambiguously jump to that directory.
- zabrze (⭐31) - A ZSH abbreviation expansion plugin.
- zaw (⭐570) - ZSH anything.el-like widget.
- zce (⭐60) - Vim's EasyMotion / Emacs's ace-jump-mode for ZSH.
- zcolors (⭐77) - Uses your
$LS_COLORS
to generate a coherent theme for Git and your Zsh prompt, completions and ZSH syntax highlighting (⭐20k).
- zconvey (⭐2) - Adds ability to send commands to other ZSH sessions, you can use this to
cd $PWD
on all active ZSH sessions, for example.
- zeno (⭐162) - Fuzzy completion and utility plugin powered by Deno.
- zero (⭐17) - Zero is both a plugin and a theme. See the GitHub page for installation details. Includes
git
andhg
status decorators.
- zflai (⭐3) - A fast logging framework for ZSH.
- zfzf (⭐25) - A fzf-powered file picker for ZSH which allows you to quickly navigate the directory hierarchy.
- zhooks (⭐51) - Displays the contents of any ZSH hook arrays and the code of any hook functions that have been defined. Useful for debugging.
- zinfo_line (⭐1) - Makes more information available to ZSH themes.
- zinit-annex-bin-gem-node (⭐7) - zinit (⭐2.9k) 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 (⭐2) - Allows user to define ices active for multiple zinit commands.
- zinit-annex-man (⭐4) - Zinit (⭐2.9k) extension that generates man pages for all plugins and snippets
- zinit-annex-meta-plugins (⭐6) - Install groups of plugins with a single label (zinit (⭐2.9k) only).
- zinit-annex-patch-dl (⭐3) - zinit (⭐2.9k) extension that downloads files and applies patches through the provided
dl
andpatch
zinit ices.
- zinit-annex-readurl (⭐5) - Adds function to automatically download the newest version of a file to which URL is hosted on a webpage.
- zinit-annex-rust (⭐2) - zinit (⭐2.9k) extension that that installs rust and cargo packages inside plugin directories.
- zinit-annex-test (⭐0) - zinit (⭐2.9k) 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 (⭐2) - Allows installing plugins for zinit (⭐2.9k) without specifying the user name by querying the Github API.
- zinit-console (⭐12) - A semigraphical (curses) consolette for the zinit (⭐2.9k) plugin manager.
- zinsults (⭐14) - Prints insults if a command fails.
- zjump (⭐11) - Simplify ZSH directory navigation; jump to already visited, parent or sub folders.
- zlitefetch (⭐6) - Lightweight system information plugin.
- zoxide (⭐21k) - A fast alternative to
cd
that learns your habits.
- zsh-select (⭐8) - Displays a selection list. It is similar to
selecta
, but uses the curses library to do display, and when compared to fzf (⭐63k), the main difference is approximate matching instead of fuzzy matching.
- zsh-z (agkozak) (⭐2k) - Jump quickly to directories that you have visited "frecently." A native ZSH port of
z.sh
- withoutawk
,sed
,sort
, ordate
.
- zsh-z (ptavares) (⭐0) - Installs and loads z.
- zshrc (⭐5) - Load local
.zshrc
files from your project scopes.
- zsnapac (⭐2) - Plugin for taking ZFS pre/post upgrade snapshots on Arch Linux.
- zsnapshot (⭐1) - Adds command to dump the current ZSH state into a file, for later restoration by sourcing the snapshot file.
- ztouch (⭐3) - Adds touchbar controls for recent history commands, directory stack, cycling between modes and user-mappable commands to the touchbar on macOS.
- ztrace (⭐7) - Catches output of commands, allows to reuse that output, glue it with history content.
- zui (⭐8) - ZSH User Interface library – CGI+DHTML-like rapid TUI application development with ZSH.)
Completions / superconsole - Windows-only
- dropbox (⭐21) - A dropbox plugin for Zsh that provides
dropbox-cli
anddropbox-uploader
commands.
- _url-httplink (⭐4) - Extends ZSH's _urls completion, allowing it to complete urls from html pages.
- aliyun (⭐0) - Add completions for the Aliyun CLI (⭐819).
- appspec (⭐6) - Generating completions for Bash and ZSH from YAML specs
- autopkg-zsh-completion (⭐9) - Completions for autopkg.
- aws-completions (⭐5) - Adds completion support for
awscli
to manage AWS profiles/regions and display them in the prompt.
- bash-completions-fallback (⭐52) - Support
bash
completions for commands when no native ZSH one is available.
- batect (⭐2) - Adds tab completions for batect build system.
- berkshelf-completions (⭐16) - Adds tab completion for berkshelf.
- better-npm-completion (⭐462) - Better tab completion for
npm
.
- buidler (⭐3) - Adds completion and useful aliases for NomicLabs Buidler tool.
- carapace-bin (⭐816) - Multi-shell multi-command argument completer.
- carthage (⭐1) - Provides completions and aliases for use with Carthage (⭐15k).
- cf-zsh-autocomplete (⭐34) - Adds autocomplete for all Cloud Foundry CLI commands.
- cod (⭐515) - A completion demon for
bash
/fish
/zsh
which creates completion functions on the fly when it sees you run something with--help
.
- codeception (⭐12) - Adds command completion for the Codeception Testing Framework.
- comonicon (⭐0) - Tab completions for comonicon (⭐279).
- cpan (⭐2) - Adds
cpan install word<tab>
andcpanm install <tab>
to complete remote CPAN package names.
- ctop (⭐4) - Tab completions for ctop (⭐15k).
- dagger (⭐1) - Completions for dagger.
- dbic (⭐0) - Automatically sets up Environment variables for DBIx::Class::Migration's script and Dancer.
- docker (chr-fritz) (⭐14) - Loads
docker
ZSH tab completions directly from Docker for Mac.
- docker (felixr) (⭐257) - Add tab completions for
docker
.
- docker (greymd) (⭐62) - Add tab completions for
docker
anddocker-compose
.
- dotnet (⭐2) - Dotnet tab completion.
- drush_zsh_completion (⭐40) - Drush autocomplete awesomeness for ZSH.
- duell (⭐2) - A ZSH plugin for duell (⭐40).
- efibootmgr (⭐3) - Tab completions for
efibootmgr
.
- etcdctl (⭐2) - Adds etcdctl tab completions.
- expressvpn (⭐0) - Adds tab completions for the expressVPN client.
- extract (le0me55i) (⭐19) - Defines a function called extract that extracts the archive file you pass it, and supports a wide variety of archive filetypes.
- extract (thetic) (⭐9) - Fork of the oh-my-zsh extract plugin.
- fzf-gcloud (⭐24) - Fuzzy completion to navigate and preview all Google Cloud SDK
gcloud
CLI commands
- fzf-tab-completion (⭐612) - Add tab completion for ZSH,
bash
& applications using GNU Readline.
- fzf-zsh-completions (⭐145) - Fuzzy completions for fzf (⭐63k) and ZSH that can be triggered by a trigger sequence that defaults to
**
.
- git-annex (⭐15) - Allows tab completion for most git-annex commands.
- git-flow (⭐2.8k) - ZSH completion support for git-flow (⭐27k).
- git-fzf (⭐24) - ZSH plugin that wraps
git
operations for simplicity and productivity. It also contains completions and combines support for fzf (⭐63k).
- github-cli (⭐4) - Tab completions for the GitHub cli.
- gitlab-runner (⭐0) - ZSH completions for gitlab-ci-multi-runner.
- gradle-completion (gradle) (⭐1k) - Bash and ZSH completion support for gradle.
- gradle-completion (ninrod) (⭐1) - ZSH completion support for gradle.
- grid5000 (⭐2) - Grid 5000 plugin - adds theme, autocompletions.
- gulp (akoenig) (⭐32) - Autocompletion for your gulp.js tasks in the Z-Shell (ZSH).
- gulp (srijanshetty) (⭐10) - Autocompletion for gulp.
- hashlink (⭐0) - Completions for https://hashlink.haxe.org/.
- haskell (⭐18) - Adds completions for
cabal
,ghc
andghc-pkgs
commands.
- haxelib (⭐1) - Completions for haxelib.
- helmfile (⭐4) - Adds autocompletion for
helm
.
- ipfs (⭐8) - Completions for the Interplanetary File System.
- joe (⭐0) - Adds completions for joe (⭐2.9k) gitignore editor.
- jtool-completion (⭐0) - ZSH completions for jtool.
- jx (⭐0) - Adds tab completions for the Jenkins-X cli.
- kafka (⭐64) - Completions for Apache kafka.
- keybase (⭐19) - Completions for keybase.
- kitty (⭐6) - Completions for kitty terminal emulator.
- kompose (⭐4) - Add tab completions for Kompose.
- kubeadm (⭐4) - Add tab completions for kubeadm.
- lazycomplete (⭐19) - Lazy loading for shell completion scripts.
- ls-go (⭐0) - Adds some useful aliases for ls-go (⭐219).
- mooseX-App (⭐0) - completion generator for Perl module
MooseX::App
.
- more-completions (⭐37) - 10500 ZSH compsys completions!
- msfvenom (⭐54) - Tab completions for Metasploit.
- mx-honey (⭐9) - Provides completions for mx (⭐180); a command-line tool used for the development of Graal projects. It's meant to improve the usual workflow
build unittest benchmark ...
ease discovery and provide handy aliases.
- newman (⭐0) - Provides autocompletion for the Newman CLI (⭐6.8k).
- nix (⭐221) - Completions for nix, NixOS, and NixOps.
- node-ace (⭐5) - Completions for
node ace
.
- nova (⭐6) - Provides auto-complete for nova.
- npm-run (⭐54) - Autocompletion support for
npm run
.
- okta (⭐1) - Provides command line completions for the
aws-okta
and okta-awscli (⭐294) commands.
- packer (⭐5) - Adds tab completion for packer.
- pandoc-completion (⭐14) - Pandoc completion plugin.
- parallels (⭐9) - Add completions for Parallels desktop.
- pass-zsh-completion (⭐10) - convenience repo to easily obtain pass command completion for ZSH.
- pip-completion (⭐22) - Autocompletion plugin for pip.
- pipenv (AlexGascon) (⭐1) - Enables aliases for the most common pipenv commands.
- pipenv (gangleri) (⭐13) - Completions for
pipenv
.
- pmy (⭐139) - General purpose context-aware ZSH completion engine powered by fzf (⭐63k).
- quickjump (⭐1) - Adds tab completion support for skim (⭐5k) for recent files and directories using fasd (⭐74).
- racket completion (⭐6) - Completion for Racket.
- rake-completion (⭐8) - Add fast tab completion for rakefile targets.
- rhoas (⭐2) - Adds completions for rhoas.
- rustup (⭐12) - Tab completions for Rustup.
- s3cmd (⭐0) - Adds tab completions for s3cmd.
- salesforce-cli (⭐90) - ZSH command completion for the Salesforce CLI. Requires jq.
- saml2aws (⭐2) - Adds completions for saml2aws (⭐2.1k).
- spring-boot-plugin (⭐10) - Adds autocompletions for spring-boot commands.
- ssh-agent (bobsoppe) (⭐24) - Manage
ssh-agent
.
- ssh-agent (hkupty) (⭐12) - Automatically starts
ssh-agent
to set up and load whichever credentials you want forssh
connections.
- taskbook (⭐3) - Auto-completes task numbers for taskbook.
- tmux pane words - Key bindings to complete words from your tmux pane.
- tugboat (⭐4) - Adds autocompletion for tugboat (⭐1.5k) command.
- umake (⭐1) - Tab completion for Ubuntu umake.
- vert.x (⭐0) - Provides autocomplete features for the vertx command.
- web-open (⭐1) - Adds alias to open web pages. Only works with Ubuntu 20.
- yabai (⭐16) - Add completions for macOS yabai (⭐23k) tiling window manager.
- yarn (⭐578) - Add autocompletions for
yarn add
,yarn remove
,yarn upgrade
,yarn why
andyarn run
.
- zargparse (⭐11) - Pass it a script that uses
argparse
and it will write a ZSH completion to your current directory.
Themes / superconsole - Windows-only
- 0i0 (⭐15) - Optimized for dark terminal windows, uses nerdfont
git
status decorations.
- 14degree (⭐2) - Includes
git
,virtualenv
andrvm
status decorations.
- 1999 (⭐6) - Powerline-esque theme. Includes
git
status decorations, network and battery status.
- abbr (theme) (⭐1) - 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.
- adlee (⭐0) - macOS theme, requires a Powerline-compatible font.
- af-magic-dynamic (⭐2) - Modified version of af-magic (⭐7) with dynamic path shortening.
- aflah-bhari (⭐0) - Modified version of the robbyrussell (⭐172k) theme in oh-my-zsh.
- aftermath (⭐1) - Get a nice summary line after each command you run in your shell.
- agitnoster (⭐7) - Based on agnoster theme included in Oh My Zsh (⭐172k) and bash-git-prompt (⭐6.7k). Shows detailed information about
git
status.
- agkozak (⭐281) - Uses three asynchronous methods to keep the ZSH prompt responsive while displaying the
git
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.
- agnoster-gentoo (⭐1) - A Gentoo flavored version of the Agnoster ZSH Theme (⭐4k) that includes user@hostname and
git
status decorations. Works better with a unicode font.
- agnoster-mod (⭐4) - Agnoster variant with a right-prompt.
- agnoster-plus (⭐7) - Agnoster variant optimized for use with Solarized Dark (⭐16k) terminal color scheme. Includes
git
status.
- agnoster-refresh (⭐4) - Agnoster variant, includes battery and online status.
- agnoster-repopath (⭐2) - Based on Agnoster (⭐4k) and Passion (⭐294) themes. Includes
git
andmercurial
status, current time and time the last command took decorations in the prompt.
- agnoster-timestamp-newline (⭐6) - Agnoster variant with timestamp and newline added.
- agnosterAfro (⭐6) - Based on Powerline (⭐2.9k) and Agnoster themes and inspired by the agnosterzak (⭐387).
- agnoster - Optimized for solarized terminal color schemes, shows
git
decorations, user@host, working directory, the previous command's exit status and whether you are running with root privileges. Requires a Powerline-compatible font.
- agnosterzak (⭐387) - Based on Agnoster, shows battery life, date & time,
git
status, current directory and user & host information.
- akzsh (⭐1) - Works best with a dark terminal theme, includes
git
decorations.
- alarangeiras (⭐0) - Minimalist theme with
git
status decorations.
- ale (⭐3) - Based on the fino theme. Includes
git
,virtualenv
andnode
status decorations.
- alien-minimal (⭐148) - Minimalist ZSH theme with
git
status displayed.
- alien (⭐303) - Powerline-esque ZSH theme that shows
git
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 (⭐26) - Inspired by agnoster (⭐4k), written in Rust. Includes
git
status, user@host, last command exit status and working directory decorations
- alpharized (⭐11) - Optimized to work with solarized dark terminals. It's a modified version of the avit theme (⭐172k).
- amoyly (⭐1) - An elegant and comfortable-reading theme based on Agnoster.
- amplify (⭐0) - Minimalist, includes AWS Amplify envioronment and
git
status decorations.- andy (⭐0) - Modified bira (⭐172k) theme with bettergit
support.
- antoinechab (⭐2) - Includes
git
status, username, time and current directory decorations.
- antsy (⭐5) - Shows
git
branch and status decorations, virtualenv, exit status, jobs count, and vi-mode indicator.
- aperiodic (⭐2) - Shows
git
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 (⭐137) - 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 (⭐4) - Minimal ZSH prompt with working directory,
git
local info,git
remote info, time and exit code.
- apollo (⭐74) - A heavily customizable, compatible and performant ZSH theme that uses modules to enable features.
- apple (aramirol) (⭐1) - Based on robbyrussell (⭐172k), includes
vcs
status decorations. Colors customizable by setting vars in your.zshrc
.
- apple (bjrowlett2) (⭐0) - Minimalist theme with
git
status decorations.
- arael (⭐0) - Fork of gallifrey (⭐172k).
- archcraft (⭐18) - Greenish theme, optimized for dark backgrounds. Includes
git
status decorations.
- archie (⭐2) - Arch Linux inspired ZSH theme. Based on the norm (⭐172k) theme.
- aronhoyer (⭐0) - Minimalist theme with right-side
git
status decorations.
- arrow-minimal (⭐1) - A minimal ZSH theme with
git
decorations.
- asciigit (⭐5) - An ASCII-only theme for
git
users who don't want to use fonts with extra glyphs.
- asq (⭐0) - Based on theunraveler (⭐172k).
- async (⭐4) - 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 (⭐37) - Displays Node.js, NPM, Docker, Go, Python, Elixir and Ruby information in the prompt.
- aub (⭐2) - Includes decorations for
git
andhg
status andusername
athost
.
- avil (⭐0) - Minimalist theme with
git
decorations.
- avit-d2k (⭐13) - Based on the oh-my-zsh avit (⭐172k) theme, with small changes.
- avit-mod (⭐0) - Modified version of oh-my-zsh's avit (⭐172k) theme.
- banana (⭐5) - Includes
git
status decorations and current directory.
- bandit (⭐3) - Another Powerline variant.
- bar (anki-code) (⭐1) - Minimalist settings for p10k (⭐45k).
- bar (xp-bar) (⭐3) - Includes username, host, pwd,
git
status decorations and 3x hour reminders to drink water.
- barion (⭐1) - A fast compiled prompt with a compact
git
status overview. Reminiscent of powerline. Requires Crystal to build.
- bash (⭐0) - Looks like the default
bash
prompt.
- bashi (⭐5) - Optimized for Ahmet Sülek's Flat UI Terminal (⭐625) theme and Pasquale D'Silva's Saturn Terminal (⭐73) theme.
- bastard (⭐2) - Modified version of gitster (⭐4) theme for ZIM (⭐3.7k).
- bearable (⭐1) - Works well with dark terminal backgrounds.
- bedbugs (⭐0) - Inspired by Agnoster, this multiline prompt includes decorators for
git
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 (⭐3) - Inspired by cloud (⭐172k), but with beer icons.
- bender (⭐9) - Fancy two-line prompt with git integration.
- bgnoster (⭐0) - Agnoster variant with unicode symbols baked in.
- biraSkull (⭐0) - Based on bira (⭐172k), includes root status and
git
status decorations.
- birame (⭐4) - Based on bira (⭐172k).
- birav2 (⭐1) - Based on bira (⭐172k). Includes
git
,rvm
andvirtualenv
status decorations.
- blackrain (⭐6) - Another
git
-aware theme.
- blazux (⭐2) - Includes
git
status decoration and a smiley/sad face indicator of the last command's exit status.
- blinks (max13ft) (⭐0) - Adds mercurial support to oh-my-zsh's blink (⭐0) theme.
- blinks-xfan (⭐1) - Based on the existing theme blinks (⭐172k).
- bliss (⭐24) - A delicate theme that injects color without overwhelming your workspace. Designed to be used with the bliss iTerm (⭐14) color scheme and bliss dircolors (⭐59). Includes
git
status decorations.
- blokkzh (⭐5) - Theme based on oh-my-zsh's built in gnzh (⭐172k) theme. Requires a font with unicode support.
- blox (⭐60) - 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 (⭐2) - Minimal theme, displays
git
information.
- bluelines (⭐2) - Clear and blue theme.
- bluo (⭐2) - Colorful prompt segments reminiscent of bullet-train (⭐2.8k) or powerlevel10k (⭐45k). Includes
git
status decorations.
- bogo (⭐0) - Inspired by zeta (⭐223). Includes
git
and ruby version decorations.
- boom (⭐3) - Multiline theme, best on dark backgrounds.
- bronze (⭐49) - A cross-shell customizable powerline-like prompt with icons written in go. Requires nerd-fonts (⭐53k).
- brs (⭐3) - Displays the current song in the prompt with
audtool
.
- bruh (⭐11) - Includes
git
status decorations.
- bryce-robbyrussell (⭐0) - Inspired by the powerline (⭐2.9k) and robbyrussell (⭐172k) themes.
- bubblegum (⭐10) - Minimalist bright pink theme with a triangular glyph and your working directory, nothing else—leaving you with the cleanest shell possible.
- bubblified (hohmannr) (⭐74) - Inspired by agnoster (⭐4k). Works best with nerdfonts (⭐53k).
- bullet-train (⭐2.8k) - Inspired by the Powerline Vim plugin. It aims for simplicity, showing information only when it's relevant.
- bunnyruni.min (⭐2) - @jopcode's bunnyruni (⭐13) ZSH theme, modified to just display time and directory.
- bunnyruni (⭐13) - Simple, clean, and beautiful theme.
- bureau-env (⭐1) - Modification of the Oh-My-Zsh Bureau (⭐172k) theme that adds a Python virtual environment label to the left of the
git
block.
- bureau-parrot (⭐1) - Based on bureau (⭐172k). Includes
git
decorations.
- buster (⭐3) - Plays well with WSL2. Based loosely on Fox and Jonathan themes from oh-my-zsh.
- cactus (⭐3) - Minimalist theme with
git
status decorations.
- candy-light (⭐2) - Light version of the candy theme.
- cayun (⭐35) - Shows active Python version and
git
decorations in the prompt.
- celestialorb (⭐1) - Powerline-inspired theme by @celestialorb. Includes
git
status decorations, Kubernetes cluster information (if any), current AWS profile and region, and active virtualenv.
- cf-ps1 (⭐0) - Displays the current foundation and organization and space of Cloud Foundry in your prompt.
- ch4rli3 (⭐0) - Lean and simple theme.
- chaffee (⭐5) - Based on sorin. Shows the current active versions of Java, Scala, Go, Node, Python and Ruby.
- chaotic-beef (⭐1) - A tiny and beautiful theme for Oh-My-Zsh without anything superfluous. Includes
git
status decorations.
- charged (⭐6) - A ZSH prompt optimized for the solarized (⭐16k) dark terminal theme.
- chello (⭐1) - Works well on dark backgrounds. Depends on autojump (⭐16k), zsh-autosuggestions (⭐31k) and zsh-syntax-highlighting (⭐20k).
- chi (⭐6) - A ZSH theme optimized for iTerm 2 users on macOS.
- chill (⭐6) - Has decorations for the current working directory, last command exit status and
git
status.
- chinipage (⭐1) - Minimalist theme that includes
git
decorations. Requires powerline-compatible fonts and the git-prompt (⭐172k) plugin.
- cinnabar (⭐2) - Shows timestamp, large line breaks, git branch and status.
- clarity (⭐6) - Designed for for simpleness and extensibility.
- classyTouch (⭐54) - Minimal, clean theme with
git
support.
- clean (akz92) (⭐9) - Minimalist ZSH theme.
- clean (brandonRoehl) (⭐29) - A minimalist variant of pure (⭐13k). Pure is not clean, clean is not pure.
- clean (patr1ot) (⭐0) - Fork of the upstream clean (⭐172k) with host information added.
- cleansh (⭐3) - Minimalist, includes
git
, Ruby, node and Python version status decorations. Works with standard fonts.
- clearance (⭐2) - minimalist theme with
git
, nix-shell and virtualenv status decorations.
- cloudy (⭐29) - Minimal cloudy ZSH theme.
- clover (⭐4) - Inspired by zeta (⭐223) and pure (⭐13k).
- cobalt2 (⭐1.2k) - Wes Bos' Cobalt 2 theme for ZSH and iTerm 2.
- cobalt2git (⭐6) - Cobalt 2 theme with
git
extensions.
- coldark (⭐1) - A blue-grey theme designed for reading comfort. Includes
git
decorations.
- collon (⭐6) - Lightweight theme with
git
status decorations, cwd, time, host, exit status of last command. Does not require special fonts.
- colorbira (⭐0) - Allows per-host prompt coloring, displays
rvm
,virtualenv
andgit
information.
- common (⭐351) - A simple, clean and minimal prompt, displays current working directory, hostname, AWS vault role, background jobs, current SHA, exit code of last command, and
git
branch and status.
- comxtohr (⭐3) - Brightly colored theme optimized for dark backgrounds.
- cordial (⭐20) - Clean and effective ZSH theme with git and npm support.
- cramin (⭐6) - Minimal interface with support for GitHub plugins, based on hyperzsh (⭐528).
- cryo (⭐1) - A standalone clone of the original oh-my-zsh theme with date and time added.
- crème fraîche (⭐3) - Works best with light terminal backgrounds, includes
git
andvi
-mode status decorations.
- cxzh (⭐0) - Works well on dark background, has
git
status decorations.
- cypher-ruby (⭐1) - Similar to cypher (⭐172k) but includes the active Ruby version.
- czsh (⭐3) - ZSH with oh-my-zsh (⭐172k) and the agnoster (⭐4k) theme in a container.
- daily (⭐0) - Includes
git
andssh
status decorations.
- damino (⭐0) - Minimal powerline-esque theme with
git
decorations.
- daniloheraclio (⭐0) - Inspired by the robbyrussell (⭐172k) theme. Has
git
and last command exit status decorations. Requires a nerdfont to render properly.
- darkblood-modular (⭐1) - This version of the popular darkblood (⭐1) theme has been enhanced with a near complete rewrite enabling modularity and a few new features.
- darksoku (⭐1) - Based on the
ys
and astro (⭐102) themes.
- dbern (⭐0) - Includes battery status and load average decorations.
- delta (asavoy) (⭐3) - Minimal ZSH theme to reduce distractions. Includes an iTerm color settings file.
- delta (dongri) (⭐0) - Another minimal theme with embedded
git
status.
- delta-prompt (⭐10) - A minimal ZSH prompt.
- dexter (⭐2) - A theme with an emphasis on the right side (hence the name) of the terminal.
- dino (⭐6) - Includes decorations for node, golang, flutter, lua, python & java, also includes
git
decorations. Requires nerdfonts.
- diy-ys (⭐1) - Variant of ys (⭐172k) without hostname or time.
- dkniffin (⭐1) - Includes
ruby
version andgit
status.
- dmx (⭐1) - Optimized for dark terminal windows.
- doodleshell (⭐3) - Minimalist theme, includes
git
,terraform
andaws
status decorations.
- dp (⭐1) - Low contrast theme that shows current git branch, if the repository is dirty and the value of
$PYENV_VERSION
.
- dr4kk0nnys_v2 (⭐0) - Works well on dark backgrounds, includes
git
status decorations.
- dracula (⭐267) - A dark theme for Atom, Alfred, Chrome DevTools, iTerm 2, Sublime Text, Textmate, Terminal.app, Vim, Xcode, and ZSH.
- dragon (jeop10) (⭐1) - Inspired by kali linux. Includes
git
status and working directory decorations.
- dragon (sabertaximi) (⭐13) - Minimalistic, includes
git
status information.
- drkat (⭐3) - Reminiscent of Powerline (⭐14k). Includes directory,
git
status, and hostname decorations.
- droolscar (⭐4) - Powerline (⭐14k) variant.
- dtheme (⭐3) - Optimized for people using a solarized terminal color scheme and
git
. Works best with a unicode font.
- duckster (⭐4) - A fork of the gitster (⭐66) ZSH theme that's more ducky fresh.
- ducula (⭐40) - Inspired by Dracula project. Includes
git
status decorations, username and hostname abbreviations, virtual environment, current working directory, return status of last command and the time.
- dustmod (⭐1) - Derived from the dst (⭐172k) theme in oh-my-zsh.
- eckig (⭐0) - Minimalist theme with utf-8 icons. Includes
git
status decorations and a clock.
- eggshausted (⭐1) - A
git
-aware theme for people who are tired of getting errors.
- elessar (⭐21) - A
git
-aware theme based on gitster (⭐66). Requires a Powerline-compatible font.
- elm (⭐1) - Includes
git
status, user@host, date, time and path decorators.
- elsa (⭐7) - Includes root status, pwd and
git
status decorations.
- emojeer (⭐0) - Emoji flavored oh-my-zsh theme.
- emojirussell (⭐1) - Based on robbyrussell (⭐172k) oh-my-zsh theme, with status decorations for current working directory, last command exit status,
git
branch and status.
- endless-dog (⭐4) - oh-my-zsh-compatible theme that mimics grml-zsh-config.
- enlightenment (⭐7) - Includes decorations for
git
status,vi
-mode indicator, and the time for last command to execute.
- enormous (⭐1) - Takes up an enormous amount of space in the terminal.
- erfan (⭐2) - Combination of the of af-magic (⭐7) and macovsky (⭐19) themes. Includes
git
andvirtualenv
status decorations.
- eriner (⭐19) - A Zim fork of the Powerline-inspired agnoster (⭐4k) prompt theme. Includes
git
status decorations.
- eubw (⭐0) - A simple theme with
git
information.
- eucalyptus (⭐2) - Simple one-line theme for minimalist vi-mode users inspired by agnoster (⭐4k) and powerlevel9k (⭐13k). Includes
git
status indicator,vi
-mode indicator, current directory and current path.
- excess (⭐4) - Simple ZSH color theme.
- ez-pz (⭐1) - Minimalist theme with
git
status decorations, inspired by bureau (⭐33).
- fall (⭐28) - Minimalist theme with fall icons. Includes
git
status decorations.
- fattyarrow (⭐0) - Minimal ZSH prompt that works better on dark backgrounds.
- fdT2K (⭐0)- Based on agnoster (⭐4k), preset to include virtualenv, last command status,
nvm
,docker machine
andgit
,hg
andbzr
status decorations.
- feder (⭐0) - Clean, simple, compatible and meaningful. Tested on Linux, Unix and Windows under ANSI colors.
- filthy (⭐43) - A disgustingly clean ZSH prompt.
- fishy-lite (⭐2) - Fork of the original fishy (⭐172k) theme in oh-my-zsh with much of the extraneous stuff cut out to improve load speeds. Includes a battery gauge and
git
status display that can be enabled on the right-hand side of the prompt.
- fishy2 (⭐4) - ZSH theme inspired by original fishy (⭐172k).
- fluent-git (⭐10) - Displays time of last command execution, error code, hostname, username,
git
status, kubernetes cluster and namespace, path and ssh connection status.
- forerunner (⭐5) - Custom setup for powerlevel9k (⭐13k). Includes
git
status decorations.
- fortuity (⭐2) - Includes status of last command,
git
information and current directory.
- frank (⭐0) - 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 (⭐0) - Fork of terminal-party (⭐172k) theme.
- frisk-arrow (⭐1) - A theme based on the frisk (⭐172k) oh-my-zsh-theme.
- frisk-red (⭐0) - Red version of the frisk (⭐172k) theme from oh-my-zsh.
- fritz (⭐0) - Works well on dark backgrounds. Includes
git
status decorations.
- frlo (⭐1) - 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 (⭐3) - A colorful two-line theme with support for
git
andsvn
.
- furio (⭐17) - Fork of the Cloud (⭐172k) oh-my-zsh theme. with different colors and emojis.
- furry-umbrella (⭐0) - Colorful theme, works better on a dark background.
- garden (⭐1) - Works better with a dark terminal background, includes
git
status decorations.
- garrett (⭐156) - Prezto prompt with the information you need the moment you need it.
- gawaine (⭐3) - Nicola Racco's theme. Requires
rvm
&git
plugins.
- gbt (⭐547) - Go Bullet Train is a very customizable prompt builder inspired by Bullet Train and oh-my-zsh (⭐172k) that runs much faster. Includes many different status cars. Includes a prompt-forwarding (⭐547) 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.
- geometryHostInfo (⭐1) - Adds host info to the geometry (⭐924) theme.
- geometry (⭐924) - A minimal ZSH theme where any function can be added to the left prompt or (async) right prompt on the fly.
- ghoti (⭐0) - Mimics the
fish-shell
default prompt. Includesgit
decorations.
- gideon (⭐0) - Inspired by avit (⭐172k), includes
git
decorations, IP address, host and path.
- gimbo (⭐2) - A variant of purepower (⭐284) with more features, a little eye candy and context-sensitive extra lines. Includes
git
status decorations, history number, username/hostname context, directory status, status of last command if it failed, and the Python virtualenv name if present.
- gimme (⭐0) - A simplistic theme for ZSH with
git
integration. Inspired by the gitsome (⭐54) theme.
- girazz (⭐0) - A modification to the gnzh theme which adds
vi
mode to the right prompt.
- git-prompt (awgn) (⭐12) - A fast
git
prompt forbash
,zsh
andfish
.
- git-prompt (olivierverdier) (⭐1.7k) - Displays information about the current
git
repository. In particular the branch name, difference with remote branch, number of files staged or changed, etc.
- git-prompt-kit (⭐6) - A configurable set of components for creating feature rich, high performance Git-aware zsh prompts (aka themes) with minimal coding.
- git-simple (⭐1) - Simple theme that includes detailed
git
status decorations.
- gitsome (⭐54) - Super simple prompt with
git
info, optimized for the Flat Terminal (⭐625) color scheme.
- gitstatus (⭐5) - Shows command and
git
status decorations.
- gitster (shashankmehta) (⭐66) - When in a
git
repo, it shows the location from thegit
repository root folder. When not in agit
repo, it shows the path relative to home,~
.
- gitster (zimfw) (⭐4) - Zim fork of shashankmehta's gitster (⭐66) prompt theme
- gitsterv2 (⭐0) - Forked from the original gitster (⭐172k) theme.
- gk3000 (⭐0) - Includes
git
status decorations and full path to current directory.
- gndx (⭐48) - Includes
git
status, hostname, directory and last command exit status decorations.
- gnrnzh (⭐1) - Customization of gnzh.zsh-theme (⭐172k) from oh-my-zsh.
- gops (⭐10) - Fast powerline-like prompt. Includes
git
status, current directory, root status decorations.
- grayt (⭐3) - Simple yet informative theme that includes
git
decorations and the return status of the last command.
- griffin (⭐0) - Minimalist, includes
git
status decorations.
- gruvbox (hgaiser) (⭐6) - Sets colors from the gruvbox (⭐14k)
vim
plugin.
- gruvbox (sbugzu) (⭐106) - Based on agnoster, uses the same colors from the gruvbox (⭐14k)
vim
plugin.
- guezwhoz (⭐81) - Minimalist, includes
git
status decorations.
- guri (⭐22) - A Simple and fast Oh-My-Zsh theme, based on Pure (⭐13k)'s design.
- halfeld (⭐5) - Minimalist theme with
git
decorations.
- halil (⭐2) - Fork of oh-my-zsh's amuse (⭐172k) theme.
- hana-matcha (⭐2) - 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 the hana atom (⭐0) theme. Includes
git
status decorations.
- handy (⭐1) - Colorful and lightweight theme. Shows root status,
git
status, current directory anduser@hostname
decorations.
- hanpen (⭐0) - Shows
git
branch and status, last command exit code, last command execution time if more thanZSH_THEME_HANPEN_CMD_MAX_EXEC_TIME
.
- hapin (⭐1) - Based on oxide, includes
git
status decorations and current user/host information.
- haribo (⭐8) - Simple
git
status + timestamp in prompt.
- hcompact (⭐1) - Displays time, OS (including distro if on Linux), directory and whether running as root.
- heart (⭐7) - Heart themed prompt for light backgrounds.
- hedroed-bureau (⭐0) - Based on bureau (⭐172k), with added
git
status decorations andnpm
status.
- helb (⭐0) - Loosely based on Gentoo's old
bash
theme. Includesgit
information, return value of last command, and uses different username color and prompt char for users ($
) and root (#
).
- hematite (⭐0) - Minimalist promot that tries to show only the status decorations that are actively useful at a given time.
- hexagon (⭐2) - Minimalist ZSH theme based on geometry (⭐924).
- hfulldate (⭐1) - Displays time, date, OS (including distro if on Linux), directory and whether running as root.
- hhktony (⭐0) - Inspired by robbyrussell theme + ssh connection status prompt.
- hina (⭐1) - Written in
golang
, includesgit
status decoration and kubernetes context.
- hip-fellow (⭐0) - Includes
git
status decorations and works with standard fonts.
- hipstersmoothie-p9x (⭐9) - A variant of powerlevel9k (⭐13k).
- home (⭐3) - Pretty and short one-line theme that makes you feel at home.
- hometown (⭐7) - A feature rich, high performance
git
-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 (⭐1.1k) - Honukai theme and colors for oh-my-zsh and iTerm 2.
- horizontal (⭐3) - Two line prompt with a horizontal separator.
- hornix (⭐1) - Displays time & date, OS (including distro if on Linux), directory and whether running as root.
- horse-sh (⭐0) - A very minimal brown/red ZSH theme.
- hub - Simple and clean, includes the return code of the last command executed.
- hug (⭐3) - When you're working and need a hug. Includes
git
status.
- humbled (⭐1) - A clean and humble theme with left-aligned
condaenv
,virtualenv
andgit
status. Requires condaenv (⭐1) plugin.
- hyper (⭐41) - Designed to work with the hyper terminal theme, includes
git
status decorations.
- hyperzsh (⭐528) - Gives you a comprehensive overview of the branch you're working on and the status of your repository without cluttering your terminal.
- iGeek (⭐0) - Modified iGeek theme. Works with macOS out-of the box, includes
git
status decorations.
- iamskok (⭐3) - Works well on a dark background.
- ice (⭐1) - Very lightly modified bureau (⭐33) theme combined with bira (⭐172k).
- icicle (⭐2) - Includes
git
status decorations, and whether running as root.
- iggy (⭐12) - A super happy awesome Powerline-style,
git
-aware prezto only theme.
- iguanidae (⭐2) - Includes
git
,nvm
andvenv
decorations.
- illusion (⭐3) - Includes username, current working directory,
git
status and last command status decorators.
- illuvia-gitster (⭐1) - Fork of ergenekonyigit/lambda-gitster (⭐110) with spacing improvements and an updated icon. Includes
git
status information.
- imp (⭐28) - Based on zork (⭐14k) and optimized for dark backgrounds.
- infernus (⭐0) - Minimalist theme, better on dark backgrounds.
- infoline (⭐4) - Clean theme that shows
git
status, background jobs, remote host, and other information.
- intheloop-powerline (⭐1) - An extension of the intheloop (⭐172k) theme to use powerline fonts.
- itg (⭐34) - itsthatguy's theme.
- ivy (⭐2) - Works well on dark backgrounds. Includes user@host,
git
status and time decorators. Based on the obraun (⭐172k) theme.
- jacobin (⭐0) - Based on refined and ys themes, includes
git
status decorations. Includes an optional iterm2 color scheme.
- jake (⭐0) - Shows the time, the current directory, and
git
branch information including the branch name and a red + if the branch has un-pushed changes.
- jam (⭐3) - Optimized for dark backgrounds, includes
git
status andrvm
status.
- jc (⭐1) - For dark terminal backgrounds, includes
git
status information.
- jerome (⭐0) - Colorful theme based on the dieter (⭐0) theme, but with a yellow hostname. Includes
git
decorations.
- jhleeeme (⭐2) - Includes
git
and python virtualenv status decorations, user, pwd,time and system name.
- jon (⭐1) - A simplified bira (⭐172k) with the colors of robbyrussell (⭐172k).
- jpegleg (⭐1) - Similar to dark blood theme, includes timestamp and
git
decorations.
- js-magic (⭐0) - A simplified take on af-magic (⭐7). Includes current working directory and
git
status decorations.
- judgedim (⭐0) - Minimalist prompt.
- just-another (⭐0) - Just another theme, with hostname when you're sshed to another machine.
- just-around-the-corner (⭐0) - Counts down the days until Christmas. Includes
git
status decorations.
- jwalter (⭐4) - Powerline-style theme with
git
,svn
,npm
,rvm
and network awareness. Requires Powerline-compatible terminal font.
- jyumpp (⭐0) - Configuration file and installer for Powerlevel 10K.
- kali (⭐36) - Includes
git
decorations.
- karu (⭐2) - Minimalist single line ZSH prompt.
- keloran (⭐2) - Theme that includes a few features from other themes.
- kenton (⭐1) - Optimized for dark backgrounds, includes
git
status information.
- kevin (⭐2) - Colorful theme, includes iTerm 2 color schemes.
- kgzsh (⭐0) - Includes
git
status deorations, works well on darker backgrounds.
- kido (⭐5) - Based on
ys
androbbyrussell
themes. Includes decorators for the exit code of the last command run, python virtualenv and VCS status.
- kimwz (⭐9) - Minimal theme.
- kinda-fishy (⭐7) - Based on Fishy theme, but shows full paths instead of abbreviated directories and only shows user@machine in
ssh
sessions and docker containers.
- kirkdawson (⭐0) - Powerline-inspired. Includes prompt decorations for
git
status, last command exit status, user@hostname, working directory and whether the user is running as root.
- kiss (⭐109) - Simple theme for oh-my-zsh, VSCode, iTerm2, Neovim, and RStudio. Includes
git
status decorations.
- kketcham (⭐0) - Theme with nifty colors on the
git
info.
- korittg (⭐0) - Minimalistic but informative. Includes decorations for
git
status, current directory and thekubectl
context and namespace.
- kote (⭐1) - Best for dark backgrounds. Includes
git
status decorations.
- kotterstep (⭐0) - Two line theme designed for dark terminals, has
git
decorations.
- krak3n (⭐1) - Shows golang version and the current
git
branch.
- kraken (⭐1) - A dark theme for ZSH.
- kube (⭐1) - Based on macos-terminal (⭐172k), includes
kubectl
context. Has time, directory, andgit
status decorations.
- kumavis (⭐0) - Agnoster fork optimized for solarized terminals. Requires powerline-compatible font.
- kw (⭐1) - Colorful theme with
git
andhg
status information, ability to add host-specific colors to hostname.
- kyuu (⭐2) - A simple theme with the first character being 九(kyuu), the number 9. The primary color is blue with a magenta accent. Includes
git
status decorations.
- lagune (⭐1) - A minimal ZSH theme.
- lambda (halfo) (⭐465) - A ZSH theme optimized for
git
users who use unicode-compatible fonts and terminal applications.
- lambda-blazinggit (⭐0) - Includes blazing fast, detailed
git
information. Requires Nerd Fonts (⭐53k) and the gitstatus (⭐1.7k) plugin.
- lambda-gitster (⭐110) - Minimalist prompt that includes
git
information.
- lambda-minimal (⭐5) - Simple theme based on lambda with
git
status and virtualenv information.
- lambda-mod (⭐465) - A simple ZSH theme, optimized for
git
usage.
- lambda-p (⭐0) - Inspired by the lambda mod (⭐465) and Lambda V (⭐2) themes. Includes
git
status decorations.
- lambda-v (⭐2) - A combination of the Lambda and Fishy themes, includes
git
status decorations.
- lambda-zen (⭐3) - inspired by lambda mod theme (⭐465) with graphical
git
status decorations.
- lambder (⭐0) - Includes
git
status decorations, works best with a dark terminal theme.
- laniksj (⭐0) - Works best on a dark background. Based on the great
ys
theme and Honukai ZSH Theme (⭐1.1k). Shows root status andgit
status decorations.
- lazyprodigy (⭐1) - Optimized for dark terminals, has variants for local and remote systems.
- leafia (⭐1) - Leafy prezto theme that shows
git
status information.
- lean (⭐154) - Inspired by pure (⭐13k). Has decorators for
git
status information, exit status of last command run, and the elapsed time of last command.
- lemon (⭐2) - Many beautiful colors for you to enjoy. done with care and patience. Includes
git
status and ruby version decorations.
- leon (⭐0) - Works well on light background. Includes
git
status, time, username@host, working directory and last command exit status decorations.
- leverage (⭐1) - Based on minimal (⭐172k), uses colors, and an extra
¬
character, to better distinguish the command line prompt from your output.
- lewis (⭐0) - Black, white and red theme. Shows
git
status information.
- lightbulb (⭐4) - Includes decorations for kernel, OS version, uptime and
git
.
- lighthaus (⭐7) - A prompt that compliments the Lighthaus (⭐27) theme. Shows
git
information, GitHub/GitLab logo and shows changes as and when they occur.
- lila (⭐0) - Minimalist theme, best on a dark terminal background.
- lilith (⭐0) - Modification of gallifrey (⭐172k) and hyperzsh (⭐528).
- lime (⭐16) - Simple and easily customizable ZSH theme.
- limpide (⭐0) - Modified version of miloshadzic (⭐172k) theme which displays parent and current directory.
- linuxer (⭐2) - Inspired by Yaris Alex Gutierrez's classyTouch (⭐54), Yad Smood's
ys
, and the Bureau (⭐33) theme.
- linuxero (⭐0) - Minimalist. Includes decorations for root status, current directory,
git
status, current ruby rvm environment and current python virtualenv.
- liquidprompt (⭐4.5k) - 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 (⭐0) - A casual theme. No roughness, just smooth. Includes
git
, user@host, last command exit status, current directory, current time and root status decorators.
- liver (⭐0) - Colorful, includes
git
status, user, host, current and relative path to the current repository root decorations.
- llama (⭐6) - Minimalist theme used by discerning llamas.
- logico (⭐3) - Has
git
decorations. Shows remote status and indicator for vi-mode.
- lone-star (⭐0) - Texas-themed theme based on Sindre Sorhus' pure theme.
- longsilvern (⭐1) - Includes
git
and compactpwd
decorations.
- lorond (⭐0) - Compact version of af-magic (⭐7). Includes
git
status, works with standard fonts.
- ludwigws (⭐0) - Variant of lambda-mod (⭐465) theme. Has
git
decorations, requires a powerline-compatible terminal font.
- luke (⭐0) - Includes
git
decorations. Based on the frisk (⭐172k) oh-my-zsh theme.
- lukerandall-extended (⭐1) - Extended version of the lukerandall (⭐172k) theme. Includes decorations for
git
status and the status of the last command run.
- lunachar (⭐0) - Minimalist theme.
- macos (⭐14) - Includes
git
status decorations.
- mad (⭐0) - Includes
git
status and last command execution time decorations.
- magicmace (⭐5) - Inspired by xero's ZSH prompt and eriner's prompt (⭐19). Includes status codes for active python
venv
, exit status of last command, shortened working directory,git
status decorations.
- magico (⭐0) - IOsonoTAN's magico theme.
- maivana (⭐2) - Includes
kubectl
context,git
status decorations.
- materialshell (⭐840) - 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.
- matrix (⭐7) - Variant of powerlevel9k (⭐13k) styled to look like something in the Matrix movie trilogy. Includes
git
status decorations.
- matter (⭐1) - Shows
git
status, AWS vault role, background jobs, exit code of last command & hostname.
- mau (⭐3) - A ZSH theme with a cat twist. Includes
git
status decorations. Based on the kphoen (⭐172k) and smt (⭐172k) themes.
- mbolis (⭐0) - Includes
git
decorations, changes prompt color if root user, active jobs, and jenv (⭐5.7k) integration.
- mdmini (⭐2) - Includes
git
andssh
status decorations.
- megaprompt (⭐4) - A maximalist prompt including keyboard mode, ownership info, and other contextual info, with λ as the prompt character. Requires the hooks (⭐53) plugin.
- metalmajor (⭐0) - Includes
git
status decorations, shows exit code of last command if nonzero.
- mexassi (⭐2) - 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 (⭐1) - Includes
rvm
andgit
status decorations.
- michaelpass (⭐1) - POSIX-friendly cross-platform alanpeabody (⭐172k) mod w/ convenient timestamps and full git/ruby support.
- midin (⭐0) - Works well on dark terminal background, includes
git
status decorations.
- mike-was-here (⭐0) - Minimalist, includes
git
status decorations.
- milight (⭐0) - Minimal ZSH prompt with
git
status display, works best with dark terminal backgrounds.
- min (⭐9) - A minimalistic ZSH prompt.
- mindful-space (⭐2) - ZSH theme with space in mind.
- mini-simple (⭐1) - Minimalist. Includes
vcs
status decorations.
- minimal (subnixr) (⭐260) - Minimal yet feature-rich theme.
- minimal-improved (⭐24) - Theme for dark terminals, includes
git
decorations in the right-side prompt.
- minimal2 (⭐12) - A minimal and extensible ZSH theme. Forked from subnixr's original (⭐260) and adapted for Zimfw (⭐3.7k).
- minimalx (⭐1) - Inspired by kolo theme from oh-my-zsh.
- mira (⭐0) - A modified bira (⭐172k) with time info and a simplified start prompt.
- mirage (⭐1) - Includes prompt decorations for
git
status, last command exit code, whethersudo
timestamp file is present and current active Python virtual environment.
- miramare (⭐1) - Includes
git
status decorations. Works best with Deepin Terminal.
- misa (⭐1) - Misalabs' ZSH theme.
- mixed (⭐0) - Optimized for dark backgrounds.
- mnml (⭐9) - Minimal theme with
git
status decorations.
- mochi2 (⭐7) - Minimalist theme. Includes
git
andhg
status decorations.
- mochi (⭐7) - Simple theme, designed to resemble rust main function. Includes
git
andhg
status decorations.
- moderno (⭐1) - A simple and modern ZSH theme inspired by the robbyrussell (⭐172k) theme from Oh-My-ZSH. Includes
git
status decorations.
- modesty (⭐1) - A clean and modest ZSH theme with
condaenv
,virtualenv
andgit
status decorations displayed neatly right aligned. Requires condaenv (⭐1) plugin.
- molokai-powerline (⭐10) - Based on agnoster.
- momoyo (⭐1) - Reminiscent of powerline. Includes decorations for
git
status, username, and working directory.
- moonline (⭐16) - Minimal but easily extensible prompt.
- moux (⭐0) - Works well with a dark terminal background, includes
git
decorations inRPROMPT
.
- multi-shell-repo-prompt (⭐11) - 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.
- multiline (⭐23) - Powerline-esque theme based on agnoster (⭐4k).
- muslim (⭐6) - A simple minimal ZSH prompt theme.
- musy (⭐0) - Inspured by muse theme. Includes
git
status decorations.
- myzsh (⭐0) - Maxime Garcia's myzsh theme.
- mzt (⭐1) - Sets up
LS_COLORS
, colorizesdiff
and includesgit
status and current working directory decorations.
- nanofish (⭐3) - Adds fish-style directory prompt to nanotech theme.
- nbrylevv (⭐0) - Minimalist theme with text
git
status decorations.
- nctu (⭐4) - Lightweight theme with an emphasis on speed. Includes
git
status decorations.
- neewbie (⭐0) - Minimal theme with
git
decorations. Based on robbyrussell (⭐172k).
- neon-potato (⭐0) - Colorful and minimalist theme. Includes
git
decorations.
- neon (⭐13) - A pretty and minimal ZSH theme with
git
decorations.
- nerdish - A prompt theme for ZSH which uses Nerd Fonts (⭐53k).
- nescalante (⭐1) - Optimized for dark terminal backgrounds, includes
git
decorations.
- neurosimple (⭐1) - Includes
git
decorations andvi
-mode indicator.
- newt (⭐11) - Fat & fast theme – beautiful inside and out, styled segments done right. Extremely customizable, includes
git
, username, execution time, directory, background jobs and edit mode decorations.
- newton (⭐0) - Includes
git
status and external IP address decorations.
- nextbike (⭐4) - A very basic theme which just features an macOS bike icon.
- nidoranarion (⭐0) - Colorful, shows
git
status decorations.
- nikitakot (⭐0) - Small and simple oh-my-zsh theme. Shows current directory and 2 directories behind,
git
andnodejs
status decorations.
- ningxia (⭐0) - Based on af-magic.
- nknu (⭐0) - A simple oh-my-zsh theme.
- nmaxcom (⭐2) - Minimalist ZSH theme with
git
status decorations.
- node (⭐68) - oh-my-zsh's Node.js theme, broken out to make it easier to use with other plugin managers.
- nodeys (⭐37) - Based on the ys theme, with added Node.js version (from NVM plugin).
- noon (⭐0) - Has light and dark variants, shows
git
information.
- nord (⭐11) - Includes
git
status decorations and displays the active conda environment.
- nothing (⭐31) - Lightning fast and really simple because it has almost nothing in it.
- nox (⭐10) - Dark theme, displays the current working directory and git status.
- nunorc (⭐0) - Minimalist theme, works well on dark backgrounds. Includes
git
,mercurial
andsvn
satus decorations.
- nuts (⭐5) - Minimalist theme, includes
git
status decorations and time.
- oblong (⭐1) - Simple
bash
-inspired theme based on gitster (⭐66) and basher. Includes status decorations to show if user is root, the exit status of last command run,git
branch and its clean/dirty status.
- odie (⭐0) - Works well on a dark background. Includes
git
status, python virtualenv andvi
-mode status decorations.
- odin (⭐71) - Odin is a
git
-flavored ZSH theme.
- oh-flowers (⭐1) - Multiline theme with
git
decorations.
- oh-my-git (⭐3.7k) - 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 (⭐39) - Theme for ZSH which mainly forks the historical theme used on VIA servers.
- ohmypc (⭐2) - Works well with dark terminal windows. Includes
git
decorations.
- om (⭐1) - Minimal theme, works with dark backgrounds, includes
git
status decorations.
- omszt (⭐2) - Minimalist theme with
git
decorations.
- omuse (⭐0) - Based on Oh-My-ZSH's amuse (⭐172k). Has decorations for
git
status, time, absolute pwd, RAM usage, time used by last command, and last command exit status.
- operator (⭐5) - Clean and simple theme, works best with Menlo for Powerline (⭐794).
- owi (⭐0) - Minimalist theme with
git
status decorations.
- owiewestside (⭐1) - Includes
git
status and virtualenv information.
- oxide (⭐1.4k) - A Minimalistic and Dark ZSH theme.
- ozono (⭐9) - 🌏 OZ0NO - Let's Breathe a clean ZSH.
- p9k-theme-pastel (⭐4) - A theme for the powerlevel10k (⭐45k) prompt that puts an emphasis on simplcity while still getting important information across.
- pad (⭐4) - A concise and colorful oh-my-zsh theme.
- page (⭐2) - 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) (⭐13) - Allows display of host information, includes
git
branch decoration.
- palenight (rhklite) (⭐0) - Shows detailed
git
status information with icons in the prompt.
- panda (⭐0) - Includes
git
androot
status decorations. Best on a dark background.
- papercolor (⭐8) - Color scheme for ZSH,
vim
andtmux
. Includesgit
status decorations.
- passion (⭐294) - 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 (⭐6) - A ZSH theme inspired by sugar-free (⭐3). Includes
git
decorations.
- pecodez (⭐0) - Optimized for dark terminals. Has decorators for
snyk
version,node
version, AWS profile, kubernetes context andgit
status.
- persi (⭐3) - Includes
git
decorations. Works with both light and dark backgrounds.
- phalanx (⭐0) - Minimal theme in the spirit of the robbyrussell (⭐172k) and Pure Shell themes.
- phi φ (⭐14) - A clean and simple theme for ZSH inspired and forked from the Lambda (Mod) ZSH (⭐465) theme.
- pi (⭐101) - A minimalist theme with
git
status decorations.
- piboy (⭐1) - A simple and elegant multi-line theme for ZSH. Includes a colourized timestamp,
git
& syntax highlighting, and elevated root theme.
- plain-ui (⭐0) - Minimalist, but includes
git
status decorations.
- plain (⭐0) - A plain and simple theme for ZSH which shows basic
git
information.
- planet (⭐0) - A slimmed down version of steef (⭐172k) from oh-my-zsh (⭐172k).
- plankton (⭐1) - Simple, no-frills theme.
- plantyhoe (⭐1) - Minimalist theme based on a love of plants and apples. Includes
git
status decorations.
- platypus (⭐1) - Platypus is a simple and convenient theme for oh-my-zsh used by Frédéric de Villamil.
- pointer (⭐1) - Shows working directory, the return status of the last command, and
git
current branch.
- polyglot (⭐176) - a dynamic prompt for
zsh
,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 (⭐3) - RDM's basic oh-my-zsh custom theme.
- poor-programmer (⭐0) - Programmer's theme with
git
status, ruby version and project path.
- powerbash (⭐1) - Works well with dark terminal backgrounds, includes
git
status decorations.
- powerless (⭐70) - Tiny & simple pure ZSH prompt inspired by powerline.
- powerlevel10k (⭐45k) - A fast reimplementation of powerlevel9k (⭐13k) 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 (⭐13k) - Powerlevel9k is a theme for ZSH which uses Powerline Fonts (⭐26k). It can be used with vanilla ZSH or ZSH frameworks such as Oh-My-Zsh (⭐172k), Prezto (⭐14k), Antigen (⭐8k), and many others (⭐13k).
- powerlevelHipstersmoothie (⭐9) - Add-on for powerlevel9k (⭐13k).
- powerline (brucehsu) (⭐11) - A two-line version of powerline: one for information, one for input.
- powerline (jeremy) (⭐1.2k) - 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) (⭐1) - A
git
aware powerline theme.
- powerline-cute (⭐30) - Based on bullet-train (⭐2.8k).
- powerline-go (⭐2.7k) - A beautiful and useful low-latency prompt, written in golang. Includes
git
andhg
status decorations, exit status of the last command run, current Python virtualenv, whether you're in a nix shell, and is easy to extend.
- powerline-hs (⭐116) - A Powerline (⭐14k) clone written in Haskell. It is significantly faster than the original implementation, and makes the shell noticeably more responsive.
- powerline-shell (b-ryan) (⭐6.2k) - Beautiful and useful prompt generator for Bash, ZSH, Fish, and tcsh. Includes
git
,svn
,fossil
andhg
decorations, Python virtualenv information, and last command exit status.
- powerline-shell (banga) (⭐6.2k) - A powerline (⭐2.9k)-like prompt for Bash, ZSH and Fish. Includes decorators for
git
/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 (⭐5) - A powerline variant.
- powerline (⭐129) - A Powerline (⭐2.9k)-like prompt, based on powerline-bash (⭐15). Displays virtualenv,
git
status information and the exit code of the last command run.
- powermore (⭐0) - Forked from powerless (⭐70). Simple prompt that shows
git
status and current directory.
- powerzeesh (⭐0) - A Powerline based ZSH theme. It aims for simplicity, showing information only when it's relevant, optimized for speed and look. Inspired by Agnoster (⭐4k) and Powerline (⭐1.2k).
- pre (⭐48) - A collection of themes for Sublime Text, Terminal, iTerm 2 and ZSH.
- predawn-shell (⭐53) - Theme optimized for dark terminal themes.
- prezto-cloud-prompt (⭐1) - Prezto port of oh-my-zsh's cloud prompt.
- prezto-lambda (⭐0) - Lambda theme (for prezto).
- prezto_powerline (⭐117) - Powerline for prezto. Shows git information, RVM version.
- probe (⭐5) - Includes
git
status decorations.
- prompt-powerline (⭐50) - A fairly heavyweight ZSH prompt, based on the powerline font from the popular eponymous
vim
plugin, which works well for a dark background.
- prompt (⭐1) - A lightweight prompt consistent across
sh
,dash
,ash
,zsh
, andpwsh
. Includesgit
status decorations.
- prompt_j2 (⭐0) - Has a dynamic exit status indicator, can change to two lines dynamically to display context.
- promptus (⭐15) - 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.
- ps1.py (⭐5) - Has
git
status, truncated directory,chroot
andvirtualenv
prompt decorations.
- pskfyi (⭐0) - Based on lambda (⭐172k). Themed for ubuntu but easily tweaked.
- punctual (⭐53) - Easily customizable, influenced by spaceship (⭐19k).
- pure (⭐13k) - A pretty, minimal and fast ZSH prompt. Includes
git
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) (⭐346) - A simple, fast & cool prompt.
- purify (kyoz) (⭐346) - A clean and vibrant theme, best on dark backgrounds. Includes
git
status decorations.
- purs (⭐250) - A fast pure (⭐13k)-inspired prompt written in Rust.
- pustelto (⭐0) - Colorful theme inspired by the Spaceship (⭐19k) theme, includes
git
decorations.
- qi3ber2 (⭐0) - A dark multiline theme. Includes
git
, load average and exit code of last command decorators.
- qoomon (⭐2) - Optimized for dark backgrounds, includes
git
information. Theme repo includes iTerm 2 and Terminal color settings.
- r3nic1e (⭐0) - Agnoster (⭐4k) 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.
- racotecnic (⭐10) - Based on af-magic and posh-git.
- rafiki (⭐52) - Adds emojis to your ZSH terminal.
- ramiel (⭐0) - Fork of the node (⭐68).
- random-emoji - Random emoji.
- ranger-zoxide (⭐6) - Adds zoxide (⭐21k) support to the ranger (⭐15k) console file manager.
- raspberrysh (⭐0) - Includes
git
, python, time, current host and path decorations.
- raytek (⭐0) - Simple and colorful theme with
git
status decorations.
- raz (⭐2) - Minimal prompt, includes
git
status decorations.
- rb (⭐4) - Powerline-styled ZSH theme based on Agnoster, optimized for
git
and solarized terminals. Requires a Powerline-compatible font.
- rbjorklin (⭐0) - Optimized for solarized terminal color schemes, includes
git
status decorations.
- redline (⭐1) - Minimalist theme. Includes
git
status, time, user.
- reggae (⭐0) - Compresses a lot of information into the prompt with color-coded status decorations.
- remiii (⭐7) - Based on Agnoster (⭐4k), optimized for solarized (⭐16k) terminal themes.
- rho (⭐0) - Minimalist theme.
- river (⭐3) - Dark theme with
git
information.
- robbyolivier (⭐1) - Based on ideas from the the robbyrussell (⭐172k) theme and the project zsh-git-prompt (⭐1.7k).
- robbyrussell-WIP (⭐8) - Decorates the
robbyrussell
theme with output to indicate a WIP commit.
- robbyrussell-fullpath (⭐8) - The original robbyrussell (⭐172k) with a fullpath in the prompt.
- rocket (⭐2) - Minimalist theme, includes
git
andhg
status decoration.
- rougarou (⭐2) - A dark theme.
- roundy (⭐37) - Fast, cute and roundy theme. Includes decorators for
git
status, current directory and last command execution time. Requires a Nerd Font (⭐53k) and a unicode-capable terminal application.
- rufus (⭐0) - Optimized for dark backgrounds.
- rummik (⭐0) - @rummik's theme. Supports psmin, and
git
status information in the prompt.
- russtone (⭐2) - Inspired by pure (⭐13k) and sorin (⭐14k). Includes
git
status decorations.
- ryner (⭐1) - Colorful theme, includes
git
decorations and the current directory.
- s1ck94 (⭐3) - 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, and
git
status decorations.
- s7c (⭐0) - Works well with dark backgrounds. Includes
git
status decorations.
- saraiva (⭐4) - Includes
git
status decorations, works well on a dark terminal background.
- saturn (⭐7) - 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).
- schminitz - Shows if
vim
is running in the background when using:sh
command.
- scythe (⭐0) - Powerline-reminiscent theme. Includes
git
, last command exit status and directory decorations.
- seashell (⭐28) - Minimal theme with sea-inspired emoji decorations. Includes
git
status decorations.
- seeker (⭐47) - This theme uses many special unicode characters to be fancy, but it may cause some problems without well supported fonts.
- seltzer (⭐0) - Inspired by the dieter theme, uses color-coding to provide information.
- sepshell (⭐17) - Clean and minimal ZSH theme based on the old lost taybalt theme, with
git
bisecting/merging/rebasing modes and configurable prompt symbols.
- serious (⭐0) - Includes command exit status and
git
status decorations.
- sfz (⭐1) - An evolution of lean prompt which itself is a rewrite of pure.
- shadow (⭐2) - Includes
git
status, directory, host name, username and time decorations.
- shayan (⭐4) - Simple theme with
git
status decorations.
- shelby (⭐191) - Fast, lightweight and minimal prompt written in pure
golang
. Includes decorations for last command exit status,git
status and the current working directory.
- shichi (⭐0) - A simple theme with the first character being 七(shichi/nana), the number 7. The primary color is red with a yellow accent. Includes
git
status decorations.
- shini (⭐1) - A tiny theme that just shouts out small. Includes directory, username, hostname, time and
git
decorations.
- shirnschall (⭐0) - Includes
git
status anduser@hostname
decorations.
- shocm (⭐0) - Forked from sixlive (⭐5). Has
git
decorations.
- short-ys (⭐0) - Based on the ys (⭐172k) theme. Includes
git
andhg
status decorations.
- shrikant (⭐0) - Includes
git
decorations.
- siegerts (⭐0) - Includes
git
status decorations in right prompt.
- silver (⭐460) - A cross-shell customizable powerline-like prompt heavily inspired by Agnoster (⭐4k). A faster rust port of bronze (⭐49). Requires Nerd Fonts (⭐53k). Very configurable, includes
git
status decorations.
- simpalt (⭐2) - An information-rich small-footprint theme for ZSH based on Agnoster (⭐4k).
- simple (daopengz) (⭐0) - Works well with both light and dark terminal themes. Includes
vcs
,username
andpath
decorations.
- simple (pavdmyt) (⭐4) - Minimalist theme based on robbyrussel (⭐172k) that embeds
git
status information in iTerm's window title bar instead of using space in the prompt.
- simple (savecoders) (⭐6) - Simple and minimalist theme with
git
,username
and execution status decorations.
- simple (tourcoder) (⭐0) - Minimalist prompt, includes
git
status decorations.
- simple (yhiraki) (⭐0) - Minimal prompt, doesn't require special fonts.
- simple-agnoster (⭐3) - Powerline-inspired simple theme with
git
decorations.
- simple-git (⭐0) - Minimalist theme inspired by gitstatus (⭐5). Includes
git
decorations.
- simple-yet-beautiful (⭐0) - Minimalist theme. Includes
git
status anduser@host
prompt decorations.
- simplezsh (⭐2) - Minimal theme with
git
info display.
- sinon (⭐0) - k-kinzal's sinon theme. Includes
git
status decorations.
- sit (⭐0) - Minimalist theme with
git
, command exit status and path decorations.
- sixlive (⭐5) - This theme has a unique directory listing. When inside a
git
project, the directory display is scoped to the current repository root.
- sk9 (⭐0) - Skeiter9's ZSH theme.
- skeletor-syntax (⭐18) - Theme collection for Atom, Prism and ZSH inspired by Skeletor from He-Man and the Masters of the Universe.
- skull (⭐21) - Includes
git
status, python virtual environment and rubyrvm
status decorations.
- sleeplessmind (⭐1) - ZSH theme inspired by gitster (⭐66) and odin (⭐71).
- slick (⭐22) - Inspired by the pure (⭐13k), purs (⭐250) and zsh-efgit-prompt (⭐7). Requires
cargo
for installation.
- slimline (⭐51) - Minimal, fast and elegant ZSH prompt. Displays the right information at the right time.
- sm (⭐16) - A Simplist & Minimalist theme for your favorite terminal. Includes
git
status decorations.
- small-terminal-diy (⭐0) - A variant of the ys (⭐172k) theme in oh-my-zsh (⭐172k).
- smiley (⭐6) - A prompt with happy and sad faces.
- sobole (⭐140) - 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.
- solarized-powerline (KuoE0) (⭐45) - Solarized powerline variant.
- solarized-powerline (houjunchen) (⭐12) - Solarized powerline-style theme for ZSH.
- solarizsh (⭐4) - Color fix for robbyrussell's oh-my-zsh theme to work with solarized (⭐16k) terminals.
- spowerline - Written in scala, inspired by Agnoster (⭐4k), tmux powerline, vim powerline and the vim status plugin.
- spyrhoo (⭐2) - Includes time,
git
and current directory decorations.
- ssfprompt (⭐1) - Simple, slim, fast. Includes
ssh
, virtualenv and vcs decorations.
- staples (⭐4) - Based on bureau, displays user@host if connected through SSH.
- starboy (⭐1) - A simple ZSH theme.
- starship - Minimal, fast, extremely customizable.
- statusline (⭐68) - A responsive ZSH theme that provides informational segments when you need them.
- steef (zimfw) (⭐4) - A customizable version of steeef's (⭐172k) theme.
- steeple (⭐0) - Minimalist theme with
git
status decorations.
- stellachar (⭐0) - Minimal, pastels.
- sublime (⭐0) - A sublime, clean, minimalistic ZSH theme with
git
status decorations.
- sugar-free (⭐3) - Based on the Pure (⭐13k) and Candy (⭐1) themes.
- sukeesh (⭐0) - Includes
git
status decorations. Works better on dark terminal backgrounds.
- sulfurium (⭐0) - The official ZSH theme of sulfuriumOS.
- sunrise-ruby (⭐0) - Similar to sunrise (⭐172k) but includes the active Ruby version.
- superkolo (⭐2) - Add date and return status to the kolo (⭐172k) theme.
- susi (⭐11) - Includes
git
status decorations and an accompanying iTerm2 color scheme.
- svs (⭐0) - Clean and distraction free theme with
git
status and current path decorations.
- sy (⭐2) - Based on ys (⭐172k), includes
git
status decorations.
- t2er (⭐0) - Minimalist theme with
git
decorations.
- tabaf (⭐3) - Minimal ZSH theme optimized for dark backgrounds.
- tepig-ys (⭐35) - Includes
git
status decorations and conda/virtualenv status.
- termux (⭐1) - Minimalist theme.
- termuxer (⭐15) - Theme inspired by Agnoster (⭐4k) and linuxer.
- the-time-lord (⭐0) - A theme based on gallifrey (⭐172k).
- theme-line (⭐12) - Colorful theme with
git
status.
- theta-async (⭐0) - Async version of theta (⭐9). Includes vcs status information.
- theta (⭐9) - Includes
git
andhg
status decorations. Also has java, python, ruby, node, go and elixir version information.
- theto (⭐9) - Simplistic theme. Needs Nerd Fonts, includes
vi
-mode status andgit
decorations.
- thetraveler (⭐2) - Inspired by theunraveler, uses symbols to display
git
status.
- thnikk (⭐1) - A minimal version of the spaceship (⭐19k) theme.
- thyme (kawamurakazushi) (⭐1) - Simple theme with
git
status decorations.
- toledo (⭐7) - Quick minimalist theme with
git
status decorations. Works withzsh
,bash
,dash
andyash
.
- tonni4 (⭐0) - Includes time and
git
status decorators.
- topan (⭐1) - Includes
git
information; best on dark backgrounds.
- tq (⭐2) - Displays
git
status, time, requires a Powerline font.
- traffic (⭐1) - A dark theme for ZSH.
- trajan (⭐1) - A dark theme for ZSH.
- trinity (⭐1) - A simple theme based on geometry (⭐924). Includes
git
decorations.
- tron (⭐0) - Includes
git
status, working directory, time, user@host and return status of last command decorations.
- turs (⭐0) - Fast, minimal Purs (⭐250)-inspired prompt.
- tvline (⭐2) - Derived from the agnoster theme, adds powerline font enhancements.
- twilight (⭐2) - Minimalist, but includes last command exit status,
git
status anduser@hostname
decorations.
- type0 (⭐0) - Inspired by classyTouch (⭐54) by yarisgutierrez. Includes
git
decorations.
- typewritten (⭐896) - Minimal and informative theme that leaves room for what's important. Does asynchronous
git
decoration updates for speed.
- ubunly (⭐22) - 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 (⭐0) - Mimics the default Debian/Ubuntu
bash
prompt.
- ubuntu-with-vitamins (⭐0) - Mimics the default Ubuntu prompt, but with
git
decorations.
- ubuntu (⭐1) - Minimal theme, includes
git
status decorations.
- unit-1 (⭐0) - Minimalist theme with ITWTB colors.
- vanan (⭐0) - Minimalist theme with
git
information for dark terminals.
- vercel (⭐179) - Minimalist theme with
git
status decorations.
- vertepommes (⭐0) - Based on ys. Includes vcs status, username and current directory decorations.
- vitesse (⭐1) - Inspired by VS Code's Vitesse (⭐530) theme. Includes
git
status decorations.
- vulcan (⭐0) - Minimal theme reminiscent of the default
bash
theme. Includesgit
decorations.
- wade (⭐5) - Mashup of the popular ZSH themes Agnoster and Fishy (⭐172k), with some visual tweaks.
- wang-iterm (⭐5) - Based on the 0532 theme.
- whale (⭐2) - Fast reimplementation of the whale theme.
- whales (⭐0) - Includes decorators for
git
status, java version, last command return status, and directory.
- wild-cherry (⭐475) - A fairy-tale inspired theme for ZSH, iTerm 2, Sublime, Atom, & Mou.
- wkentaro (⭐1) - A simple theme for Python users. Includes virtualenv and
git
status decorators.
- work-line (⭐6) - Theme with nice emojis.
- workbench (⭐4) - Includes
git
status decorations, working directory, exit status of last command and currentvirtualenv
.
- xavi (⭐0) - Modified version of the gnzh (⭐172k) theme with emoji decorations for
git
status and current directory.
- xlk-simple (⭐1) - Simple theme with
git
decorations.
- xm (⭐0) - Theme for dark terminals. Has
git
decorations.
- xor (⭐1) - Self described as minimalistic and 'feature-poor', includes
git
decorations.
- xremix (⭐1) - An oh-my-zsh shell theme based on the Jreese theme plugin.
- xris47 (⭐1) - Fast, simple and streamlined theme. Works best with tmux (⭐34k) and vim-airline (⭐18k).
- yairshefi (⭐1) - Minimal theme with line separated prompts. Based on the robbyrussell (⭐172k) theme.
- yazpt (⭐7) - 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 (⭐0) - Minimalist theme with
git
status decorations.
- yeet (⭐0) - Minimalist prompt with
git
status decorations.
- yindev (⭐2) - Variant of
gndx
. Includes decorations forgit
status and current directory.
- ykmam (⭐1) - Modified from ys (⭐0) theme and optimized for a dark background.
- ysm (⭐1) - Simple ZSH theme with
git
status information.
- yuki (⭐6) - A dark optimized ZSH theme.
- yyl-ys (⭐35) - Includes conda and venv status.
- yz50 (⭐1) - Colorful, based off of robbyrussell (⭐172k) and crunch (⭐172k) themes. Includes
git
status decorations.
- z4rr3t (⭐1) - Based on sindresorhus' pure (⭐13k) theme.
- zcraft (⭐1) - Minimalist theme with decorations for
git
status, last command exit status and the time taken by the last command.
- zelda (⭐2) - Zelda-inspired theme. Includes
git
status decorations.
- zemm-blinks (⭐7) - Customized version of oh-my-zsh blinks (⭐172k) with mercurial support and other changes.
- zemoji (⭐5) - Based on wild-cherry (⭐475). Includes exit status,
virtualenv
,nvm
,rvm
andgit
status decorations.
- zeroastro (⭐6) - Works best on dark backgrounds, includes
git
status decorations.
- zerocake (⭐0) - Works better on dark brackgrounds.
- zest (⭐0) - A functional theme for ZSH. Influenced by zsh2000 (⭐98), agnoster and powerline (⭐1.2k) themes.
- zinc - A blazing-fast, pure ZSH, mixed asynchronous prompt inspired by Powerlevel9k (⭐13k) and Agnoster (⭐4k) that's easily extensible and extremely configurable. It supports async segments using zsh-async (⭐757).
- zlambda (⭐0) - Minimalist, includes
git
decorations without special font requirements.
- zodiac (⭐0) - Includes an emoji for the animal corresponding to the current year.
- zprompts (⭐7) - Themes (prompts) that use original
zsh
theming subsystem.
- zqt (⭐2) - Modified version of oh-my-zsh's maran (⭐172k) theme.
- zsh1999 (⭐6) - Includes network connectivity, battery and
git
status decorations.
- zsh2000 (⭐98) - Theme which resembles Powerline and includes the
rvm
prompt,git
status and branch, current time, user, hostname, pwd, exit status, whether running as root and background job status.
- zsh313 (⭐0) - Minimal theme with
git
status decorations.
- zshcomrade (⭐8) - A ZSH theme, comrade! Includes
git
status decorations.
- zshpower (⭐12) - Optimized for python developers. Includes
git
andpyenv
status decorations, username and host. Tries to install other plugins and fonts, so read its instructions before installing.
- zshred (⭐1) - Shows current directory,
git
decorations, exit status of last command and time.
- zwsh (⭐0) - A Zpm3/Wordstar mode/theme for ZSH.
- zys (⭐11) - Similar to Agnoster (⭐4k), designed to disclose information contextually, with a powerline aesthetic.
- zzshell (⭐0) - Inspired by the default Oh-My-Zsh theme. Displays exit code and
git
status decorations. Doesn't require Powerline fonts.
ZSH Tools / superconsole - Windows-only
- zsh-bench (⭐571) - A benchmark for interactive ZSH. It measures user-visible latency of interactive
zsh
: input lag, command lag, etc.
- zshdb (⭐287) - A ZSH debugger.
- zshelldoc (⭐16) - Doxygen for shell scripts. Parses ZSH and Bash scripts, outputs Asciidoc document with function lists, call trees, lists of exported variables, and more.
- zunit (⭐204) - A powerful unit testing framework for ZSH.
Other Useful Lists / superconsole - Windows-only
- awesome-devenv (⭐2.8k) - A curated list of awesome tools, resources and workflow tips making an awesome development environment.
- awesome-sysadmin (⭐24k) - A curated list of awesome open source sysadmin resources.
- Terminals Are Sexy (⭐12k) - A curated list for CLI lovers.
2. Awesome Snmp
Libraries / Erlang
- Erlang/OTP SNMP - SNMP development is included as a component of the Erlang/Open Telecom Platform development environment.
3. Awesome Ebpf
Projects Related to eBPF / Networking
- Project Calico - Calico is an open source networking and network security solution for containers, virtual machines, and native host-based workloads. Calico's eBPF data plane delivers a low latency, high throughput data plane with a rich network security policy model.
4. Awesome Kotlin
Libraries/Frameworks / Misc
- leprosus/kotlin-hashids (⭐119) - Library that generates short, unique, non-sequential hashes from numbers.
5. Awesome Graphql
Frontend Framework Integrations
- sveltekit-kitql (⭐392) - A set of tools, helping you building efficient apps in a fast way with SvelteKit and GraphQL.
6. Awesome Malware Persistence
Techniques / Generic
- forensic artifact repository (⭐1k) - Forensic artifact repository covers persistence techniques in their artifacts.
Techniques / macOS
- theevilbit's series "Beyond the good ol' LaunchAgents" - List of macOS persistence beyond just the LaunchDaemons or LaunchAgents.
- KnockKnock (⭐413) - A persistence detection tool for macOS to scan for persistence mechanisms on macOS. Specific persistence locations are found in the plugins (⭐413) folder, e.g. LaunchItems (⭐413) or StartupScripts (⭐413).
- How malware persists on macOS - List of macOS persistence mechanisms.
Techniques / Windows
- Hexacorn's blog - Hexacorn's blog category for persistence category including the series "Beyond good ol' Run key".
- Autoruns - You can learn which Windows persistence mechanisms are checked by looking at the output of Autoruns on your own client. Categories and the different locations where things were found are seen in the output. A disassembly of Autoruns lists a subset of the entries which are scanned.
- PowerShell implementation of Autoruns (⭐248) - Another way to find Windows persistence locations is to look at the source code of the PowerShell version of Autoruns. Bonus: A history of the covered persistence locations for each Autoruns version is found at the end of the module file too, which is so awesome!
- Common malware persistence mechanisms - Different persistence mechanisms for different vectors are described.
- Malware persistence techniques - Good summary of multiple persistence mechanisms, ranging from multiple registry keys to more advanced one, like COM hijacking.
- Detecting & Removing an Attacker's WMI Persistence - Blog post about detecting and removing WMI persistence.
- Untangling Kovter's persistence methods - Blog post about Kovter's persistens methos, among others, hiding in registry. Another one is Threat Spotlight: Kovter Malware Fileless Persistence Mechanism.
Detection Testing / Windows
- hasherezade persistence demos (⭐215) - Various (also non standard) persistence methods used by malware for testing own detection, among others COM hijacking demo is found in the repo.
Prevention / macOS
- BlockBlock (⭐626) - A tool which provides continual protection by monitoring persistence locations and protects them accordingly. Similar to KnockKnock but for blocking.
Collection / macOS
- KnockKnock - A tool to uncover persistently installed software in order to generically reveal such malware. See GitHub repository too for the source code (⭐413).
- Dylib Hijack Scanner or DHS - A simple utility that will scan your computer for applications that are either susceptible to dylib hijacking or have been hijacked. See GitHub repository too for the source code (⭐79).
Collection / Windows
- Autoruns - A powerful persistence collection tool on Windows is Autoruns. It collects different categories and persistence information from a live system and in limited ways from offline images. There is a UI and a command line program and the output format can be set to CSV which can then be imported into your log collection system of choice.
- AutorunsToWinEventLog.ps1 (⭐1.2k) - Instead of using CSV output and copy these file to the server, you can use the AutorunsToWinEventLog script to convert the Autoruns output to Windows event logs and rely on standard Windows event log forwarding.
- RegRipper - Extracts various persistence mechanisms from the registry files directly.
- RECmd (⭐122) - Extract various persistence mechanisms, e.g. by using the config file UserClassesASEPs (⭐122) to extract user's CLSID information.
7. Awesome Integration
Projects / Messaging
- TIBCO Enterprise Message Service - A standards-based JMS implementation that allows for easy exchange of messages between applications. Offers reliable and efficient message delivery and supports various messaging protocols and patterns.
8. Awesome Go
Other Software / Libraries for creating HTTP middlewares
- stew (⭐149) - An independent package manager for compiled binaries.
9. Awesome Ci
Name: Vela
Description: Vela is a Pipeline Automation (CI/CD) framework built on Linux container technology written in Golang.
Features: Docker based
Supported repositories: GitHub
Documentation: Documentation
Price: Open source, Apache 2.0
Stars:
10. Awesome Datascience
MOOC's
General Machine Learning Packages / Deep Learning architectures
Deep Learning Packages / PyTorch Ecosystem
Deep Learning Packages / TensorFlow Ecosystem
Deep Learning Packages / Visualization Tools
Books / Visualization Tools
- Essential Natural Language Processing - Early access
- Mining Massive Datasets - free e-book comprehended by an online course
- Global Optimization Algorithms: Theory and Application - Free Download
- Genetic Algorithms and Evolutionary Computation - Free Download
- Artificial Intelligence: Foundations of Computational Agents, 2nd Edition - Free HTML version
Bloggers / Book Deals (Affiliated) 🛍
- Wes McKinney - Wes McKinney Archives.
- Greg Reda - Greg Reda Personal Blog
- Kevin Davenport - Kevin Davenport Personal Blog
- Julia Evans - Recurse Center alumna
- Sean J. Taylor - Personal Web Page
- Drew Conway - Personal Web Page
- Noah Iliinsky - Personal Blog
- Matt Harrison - Personal Blog
- Prash Chan - Tech Blog on Master Data Management And Every Buzz Surrounding It
- Clare Corthell - The Open Source Data Science Masters
- Paul Miller Based in the UK and working globally, Cloud of Data's consultancy services help clients understand the implications of taking data and more to the Cloud.
- Quora Data Science - Data Science Questions and Answers from experts
- Louis Dorard a technology guy with a penchant for the web and for data, big and small
- Machine Learning Mastery about helping professional programmers confidently apply machine learning algorithms to address complex problems.
- Daniel Forsyth - Personal Blog
- Revolution Analytics - Data Science Blog
- Spenczar a data scientist at Twitch. I handle the whole data pipeline, from tracking to model-building to reporting.
- KD Nuggets Data Mining, Analytics, Big Data, Data, Science not a blog a portal
- Meta Brown - Personal Blog
- New Data Scientist How a Social Scientist Jumps into the World of Big Data
- Harvard Data Science - Thoughts on Statistical Computing and Visualization
- P-value - Musings on data science, machine learning, and stats.
- Data Mania Blog - The File Drawer - Chris Said's science blog
- FlowingData - Visualization and Statistics
- i am trask - A Machine Learning Craftsmanship Blog
- Dataconomy - A blog on the newly emerging data economy
- Data School - Data science tutorials for beginners!
- Colah's Blog - Blog for understanding Neural Networks!
- Distill - Dedicated to clear explanations of machine learning!
Data Science Competitions / Book Deals (Affiliated) 🛍
Datasets / Book Deals (Affiliated) 🛍
- enigma.com - Navigate the world of public data - Quickly search and analyze billions of public records published by governments, companies and organizations.
- UC Irvine Machine Learning Repository - contains data sets good for machine learning
- ClimateData.us (related: U.S. Climate Resilience Toolkit)
- GHDx - Institute for Health Metrics and Evaluation - a catalog of health and demographic datasets from around the world and including IHME results
- StackExchange Data Explorer - an open source tool for running arbitrary queries against public data from the Stack Exchange network.
11. Awesome Agi Cocosci
NYU / Commonsense Knowledgebase
- Gary Marcus - Department of Psychology, NYU.
12. Awesome Tensorflow Lite
Blog posts / Other
- 2021-11-09 On-device training in TensorFlow Lite
13. Awesome Naming
Other
- Brick - When your device is so corrupted it virtually turns into a brick.
- Prev: Feb 16, 2022
- Next: Feb 14, 2022