Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/conjikidow/zsh-environment

Useful zsh configuration files
https://github.com/conjikidow/zsh-environment

environment zsh zshrc

Last synced: 15 days ago
JSON representation

Useful zsh configuration files

Awesome Lists containing this project

README

        

# 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](https://github.com/conjikidow/ubuntu-environment.git).

## How to Use (without [ubuntu-environment](https://github.com/conjikidow/ubuntu-environment.git))

1. Clone this repository into your home directory ~/.zsh:
```zsh
$ git clone [email protected]:conjikidow/zsh-environment.git ${HOME}/.zsh
```

2. Create .zshenv in your home directory:
```zsh
$ echo "export ZDOTDIR=\"\${ENVDIR}/zsh\"\\nexport HISTFILE=\"\${ZDOTDIR}/.zsh_history\"" > ${HOME}/.zshenv
```