### Configuration Create file `~/.zprofile` with content ``` export ZDOTDIR="$HOME/.config/zsh" ``` ### Requirements #### ohmyzsh https://github.com/ohmyzsh/ohmyzsh ```shell sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" ```