Skip to content

mdrxy/zdotdir

 
 

Repository files navigation

zdotdir

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, make a symlink to .zshenv, and install Oh-My-Zsh.

Run from ~:

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

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

# install omz
wget https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh
ZSH="$ZDOTDIR/omz" sh install.sh

Languages

  • Shell 100.0%