Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/birdhackor/zsh-eza-ls-plugin


https://github.com/birdhackor/zsh-eza-ls-plugin

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

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.