danilevy1212 / zsh

My zsh configuration files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ZSH Config

INSTALLATION

This configuration requires to change the value of the ZDOTDIR, which in most linux distros is first defined in /etc/zsh/zshenv, to a directory of your choosing. The .zshrc that resides in said directory will be read each time a new zsh session is started.

# /etc/zsh/zshenv
export ZDOTDIR="$HOME/.config/zsh"

After changing ZDOTDIR, just download the repo:

git clone https://github.com/danilevy1212/zsh.git $ZDOTDIR

About

My zsh configuration files


Languages

Language:Shell 99.4%Language:Emacs Lisp 0.6%