aliases | ||
compdef | ||
env | ||
functions | ||
plugins | ||
widgets | ||
.gitignore | ||
.gitmodules | ||
.pre-commit-config.yaml | ||
.zimrc | ||
.zprofile | ||
.zshrc | ||
bindings.zsh | ||
completion.zsh | ||
confs | ||
dirs | ||
README.md | ||
zlogin | ||
zprofile | ||
zshenv | ||
zshrc |
crater's zsh config
Installation:
Set the ZDOTDIR
environment variable to the directory of this repo. Note that
this environment variable must be set before the user configuration files of zsh
are read.
One way to do this is to set it in the global zsh configuration in
/etc/zsh/zshenv
, e.g. to use the XDG basedir spec with this repo at
~/.config/zsh
:
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}"/zsh