Skip to content

Прокаченный конфиг для Zsh под управлением Antidote. Переключитесь на ветку refining — там исправленный README. Warning! No guarantees!

Notifications You must be signed in to change notification settings

eximoelle/my-zdotdir

 
 

Repository files navigation

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 a starter kit for antidote and Zsh. Please 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

Прокаченный конфиг для Zsh под управлением Antidote. Переключитесь на ветку refining — там исправленный README. Warning! No guarantees!

Topics

Resources

Stars

Watchers

Forks

Languages

  • Shell 100.0%