Zsh plugins
Zsh plugins
I use Antibody to manage my plugins. Below is a list of plugins I use.
Utility
Zsh Async - Because your terminal should be able to perform tasks asynchronously without external tools.
z - Jump around.
Bd - Jump back to a specific directory, without doing
cd ../../..
.Zsh completions - Additional completion definitions for Zsh.
Zsh autosuggestions - Fish-like autosuggestions for Zsh.
FZF - Command-line fuzzy finder.
Zsh history substring search - ZSH port of Fish history search.
Zsh syntax highlighting - Fish shell like syntax highlighting for Zsh.
Zsh better npm completion - Better completion for npm.
Prompt
Pure - Pretty, minimal and fast ZSH prompt.
Interesting Others
Utility
Enhancd - Next-generation cd command with an interactive filter.
Ports - Easily see what's happening on your computer's ports.
Fast Syntax Highlighting - Fine granularity, number of features, 40 work hours themes.
Git
Zsh git fetch merge - Runs
git fetch upstream
&git merge upstream/master
.Git sync - Sync git repositories and clean them up.
Open PR - Open pull requests from command line.
Git add remote - Easily add remotes to git repositories.
Last updated
Was this helpful?