Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 680 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 680 Bytes

zsh-environment

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)

  1. Clone this repository into your home directory ~/.zsh:

    $ git clone [email protected]:conjikidow/zsh-environment.git ${HOME}/.zsh
  2. Create .zshenv in your home directory:

    $ echo "export ZDOTDIR=\"\${ENVDIR}/zsh\"\\nexport HISTFILE=\"\${ZDOTDIR}/.zsh_history\"" > ${HOME}/.zshenv