Skip to content

A full-featured sample Zsh config driven by antidote

Notifications You must be signed in to change notification settings

OnyxAbove/zdotdir

 
 

Repository files navigation

zdotdir

My personal zsh config based on https://github.com/OnyxAbove/zdotdir.

Installation

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

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

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

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

# start a new zsh session
zsh

About

A full-featured sample Zsh config driven by antidote

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%