This repository contains useful zsh configuration files. Feel free to customize the configuration files to suit your needs.
It is recommended to install this using ubuntu-environment.
How to Use (without ubuntu-environment)
-
Clone this repository into your home directory ~/.zsh:
$ git clone [email protected]:conjikidow/zsh-environment.git ${HOME}/.zsh
-
Create .zshenv in your home directory:
$ echo "export ZDOTDIR=\"\${ENVDIR}/zsh\"\\nexport HISTFILE=\"\${ZDOTDIR}/.zsh_history\"" > ${HOME}/.zshenv