|
||
---|---|---|
zsh.d | ||
.gitignore | ||
.zsh_plugins.txt | ||
.zshrc | ||
README.md |
README.md
ZSH Configuration
Clone this repo to $HOME/.config/zsh
.
Add the following ENV variables to either /etc/profile
or /etc/zsh/zshenv
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_STATE_HOME="$HOME/.local/state"
It's also recommended setting the env of ZDOTDIR
to $HOME/.config/zsh
in /etc/zsh/zshenv
.
export ZDOTDIR="$HOME/.config/zsh"