Skip to content

Repository files navigation

zdotdir

My copy of [Antidote zdotdir: "https://github.com/getantidote/ZDOTDIR"]

Used the zdotdir from antidote as the basis for my zsh config. I've added a few things that I use that aren't in the original, and I've removed a few things that I don't use.

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:

Installation

Clone this project to $ZDOTDIR, and then make a symlink to .zshenv.

# clone this project
ZDOTDIR=~/.config/zsh
git clone https://github.com/getantidote/zdotdir $ZDOTDIR

# symlink .zshenv
[[ -f ~/.zshenv ]] && mv -f ~/.zshenv ~/.zshenv.bak
ln -s $ZDOTDIR/.zshenv ~/.zshenv

# start a new zsh session
zsh

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages