Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/conjikidow/zsh-environment
- Owner: conjikidow
- License: gpl-2.0
- Created: 2023-05-16T01:18:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-13T21:02:45.000Z (about 2 months ago)
- Last Synced: 2024-09-14T12:01:28.078Z (about 2 months ago)
- Topics: environment, zsh, zshrc
- Language: Shell
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
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
```