Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/birdhackor/zsh-eza-ls-plugin
https://github.com/birdhackor/zsh-eza-ls-plugin
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/birdhackor/zsh-eza-ls-plugin
- Owner: birdhackor
- License: mit
- Created: 2024-07-17T17:43:02.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-17T17:43:31.000Z (4 months ago)
- Last Synced: 2024-07-21T22:21:30.770Z (4 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-zsh-plugins - eza-ls - Adds aliases allowing [eza(https://github.com/eza-community/eza)], to act as a drop-in replacement for `ls` and `tree`. (Plugins / ZSH on Windows)
- fucking-awesome-zsh-plugins - eza-ls - Adds aliases allowing [eza(https://github.com/eza-community/eza)], to act as a drop-in replacement for `ls` and `tree`. (Plugins / ZSH on Windows)
README
# zsh-eza-ls-plugin
This zsh plugin enables a number of aliases allowing `eza`, to act as a drop-in
replacement for `ls` and `tree`.This plugin is inspired by [MohamedElashri/exa-zsh](https://github.com/MohamedElashri/exa-zsh)
and [zpm-zsh/ls](https://github.com/zpm-zsh/ls)Due to exa is unmaintained, we use the [fork eza](https://github.com/eza-community/eza) instead.
## Installation
### Install eza
Install [`eza`](https://github.com/eza-community/eza). See
[eza installation](https://github.com/eza-community/eza/blob/main/INSTALL.md) for platform specific
installation instructions.### Next (zinit)
Add `zinit light birdhackor/zsh-eza-ls-plugin` to your `~/.zshrc` and re-open your terminal session.