2013-03-18 12:25:38 +00:00
|
|
|
crater's zsh config
|
|
|
|
===================
|
|
|
|
|
|
|
|
Installation:
|
|
|
|
-------------
|
|
|
|
|
2024-07-22 15:50:14 +00:00
|
|
|
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`:
|
|
|
|
|
2019-07-10 13:36:41 +00:00
|
|
|
```
|
2024-07-22 15:50:14 +00:00
|
|
|
export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}"/zsh
|
2019-07-10 13:36:41 +00:00
|
|
|
```
|