zdotdir
Some examples of how you might use antidote in your Zsh config
Shell★ 206⑂ 64 forksMITupdated 1 year ago
git clone https://github.com/getantidote/zdotdir.gitgetantidote/zdotdirREADME.mdfork it — it’s yours
zdotdir
A sample Zsh config using the antidote plugin manager
Description
This project aims to give you an example Zsh config that uses antidote as a plugin manager and pulls some amazing Zsh plugins together. Consider it an example configuration of how to use antidote. Feel free to borrow from it for your own config, or fork it and make it your own.
What's included
A sample antidote .zsh_plugins.txt file that bundles plugins with the following plugin provided features:
- Better Zsh defaults
- Autosuggestions
- History substring searching
- Syntax highlighting
- TAB completions
- The popular Powerlevel10k prompt
- A few goodies from Oh-My-Zsh
- A
functionsdirectory for lazy-loaded functions - Lots of helpful plugins!
- And much more, all without compromising shell speed 🚀
Installation
Clone this project to $ZDOTDIR, and then make ~/.zshenv source $ZDOTDIR/.zshenv.
# clone this project ZDOTDIR=~/.config/zsh git clone --branch kickstart https://github.com/getantidote/zdotdir $ZDOTDIR # source the .zshenv from ZDOTDIR [[ -f ~/.zshenv ]] && mv -f ~/.zshenv ~/.zshenv.bak echo ". $ZDOTDIR/.zshenv" > ~/.zshenv # start a new zsh session zsh
more like this
deoplete-zsh
Shell★ 51
dotfiles
Poom's Neovim, Tmux, Fish and other configurations for macOS & Linux. Literally my entire world.
Python★ 53