ZSH Configuration
Go to file
Tigor Hutasuhut e39ac7e885 chore: cleanup zsh config 2023-02-15 10:39:15 +07:00
zsh.d chore: cleanup zsh config 2023-02-15 10:39:15 +07:00
.gitignore chore: cleanup zsh config 2023-02-15 10:39:15 +07:00
.zsh_plugins.txt initial commit 2023-02-05 23:00:31 +07:00
.zshrc initial commit 2023-02-05 23:00:31 +07:00
README.md docs: update docs 2023-02-05 23:08:10 +07:00

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"