Zero-configuration ZSH enhancement suite that makes your shell more modern and awesome. Basically, it's just an installer for Antidote zsh plugin manager with some specific configuration.
- Easy Installation: A single command to install and set up everything you need.
- Performance: ZSHBuddy is designed with performance in mind, using the Antidote plugin manager, which leverages deferred loading to ensure your shell starts up quickly. Unlike traditional plugin managers, Antidote is highly optimized for speed and minimal resource usage.
- Simplicity: No need to manually configure plugins or themes. ZSHBuddy works out of the box with sensible defaults.
- Modern Features: Includes a curated set of modern plugins and tools to enhance your shell experience, like auto-suggestions, fuzzy tab completion, and syntax highlighting.
- Clone the repository
git clone https://github.com/giosad/zshbuddy.git ~/.zshbuddy
- Run the installer
~/.zshbuddy/installer.sh
~/.zshbuddy/installer.sh uninstall
After installing ZSHBuddy, the following console commands are available:
- z: Quickly navigate to directories you have visited before. GitHub
- fzf: Fuzzy finder for files and directories, it also will be used for all tab completions. GitHub
- fd: A simple, fast, and user-friendly alternative to
find
. GitHub - bat: A
cat
clone with syntax highlighting and Git integration, aliased to the regularcat
, so it will just work. GitHub
- va - Python virtual env activate (searches up directories for
.venv
) - vd - Python virtual env deactivate
- ls - Enabled colors, directories first, human-readable file sizes
- ll - List files (verbose)
- la - List files including hidden (dot files)
- cat - Shows file contents with
bat
(enhanced view)
- Powerlevel10k: Beautiful and informative terminal prompt.
- fzf-tab: Enhanced tab completion using
fzf
. - z: Smart directory jumping.
- fz.sh: Fuzzy search integration for
z
. - zsh-bat: Enhanced file viewing with
bat
. - zsh-history-substring-search: Smart history search.
- fast-syntax-highlighting: Command syntax highlighting.
- zsh-autosuggestions: Fish-like autosuggestions.
ZSHBuddy installs Antidote with a specific curated configuration, ensuring an optimized and smooth shell experience without additional manual setup.
ZSHBuddy automatically creates a backup of your existing configurations before making any changes. Backups are stored in ~/.zshbuddy/backup/
with timestamps.
- macOS or Linux (Ubuntu/Debian supported)
While Oh My Zsh is a fantastic framework for managing your Zsh configuration, ZSHBuddy aims to provide a more streamlined and performance-optimized experience with zero configuration required. By choosing ZSHBuddy, you get a powerful, modern, and efficient Zsh setup with minimal effort. Unlike Oh My Zsh, which loads all plugins on startup, ZSHBuddy leverages Antidote’s deferred plugin loading, ensuring a faster and smoother experience.
This setup is ideal for making VM shells feel like home instantly.
MIT License - See LICENSE file for details