|
|
@@ -7,7 +7,7 @@ eza is a modern, maintained replacement for ls, built on [exa](https://github.co
|
|
|
**README Sections:** [Options](#options) — [Installation](#installation) — [Development](#development)
|
|
|
|
|
|
[](https://nixos.org)
|
|
|
-[](code_of_conduct.md)
|
|
|
+[](CODE_OF_CONDUCT.md)
|
|
|
<a href="https://matrix.to/#/#eza:gitter.im"><img alt="Gitter" src="https://img.shields.io/gitter/room/eza-community/eza?logo=element&link=https%3A%2F%2Fapp.gitter.im%2F%23%2Froom%2F%23eza%3Agitter.im&link=Gitter%20matrix%20room%20for%20Eza"></a>
|
|
|
|
|
|
[](https://github.com/eza-community/eza/actions/workflows/unit-tests.yml)
|
|
|
@@ -61,7 +61,7 @@ If you want to pass arguments this way, use e.g. `nix run github:eza-community/e
|
|
|
<h1>Installation</h1>
|
|
|
</a>
|
|
|
|
|
|
-eza is available for macOS and Linux.
|
|
|
+eza is available for Windows, macOS and Linux.
|
|
|
|
|
|
### Cargo (crates.io)
|
|
|
|
|
|
@@ -88,7 +88,19 @@ Cargo will build the `eza` binary and place it in `$HOME/.cargo`.
|
|
|
|
|
|
Eza is available in the [AUR](https://aur.archlinux.org/packages/eza-git).
|
|
|
|
|
|
-### Nix
|
|
|
+### Debian and Ubuntu
|
|
|
+Eza is available from [deb.gierens.de](http://deb.gierens.de). The GPG public
|
|
|
+key is in this repo under [deb.asc](/deb.asc).
|
|
|
+
|
|
|
+To install eza from this repo use:
|
|
|
+```bash
|
|
|
+wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | sudo tee /etc/apt/trusted.gpg.d/gierens.asc
|
|
|
+echo "deb http://deb.gierens.de stable main" | sudo tee /etc/apt/sources.list.d/gierens.list
|
|
|
+sudo apt update
|
|
|
+sudo apt install -y eza
|
|
|
+```
|
|
|
+
|
|
|
+### Nix (Linux, MacOS)
|
|
|
[](https://repology.org/project/eza/versions)
|
|
|
|
|
|
Eza is available from [Nixpkgs](https://github.com/NixOS/nixpkgs).
|
|
|
@@ -105,18 +117,18 @@ For `nix-env` users:
|
|
|
nix-env -i eza
|
|
|
```
|
|
|
|
|
|
-### Debian and Ubuntu
|
|
|
-Eza is available from [deb.gierens.de](http://deb.gierens.de). The GPG public
|
|
|
-key is in this repo under [deb.asc](/deb.asc).
|
|
|
+### Brew (MacOS)
|
|
|
|
|
|
-To install eza from this repo use:
|
|
|
-```bash
|
|
|
-wget -qO- https://raw.githubusercontent.com/eza-community/eza/main/deb.asc | sudo tee /etc/apt/trusted.gpg.d/gierens.asc
|
|
|
-echo "deb http://deb.gierens.de stable main" | sudo tee /etc/apt/sources.list.d/gierens.list
|
|
|
-sudo apt update
|
|
|
-sudo apt install -y eza
|
|
|
-```
|
|
|
+[](https://repology.org/project/eza/versions)
|
|
|
+
|
|
|
+
|
|
|
+Eza is available from [Homebrew](https://formulae.brew.sh/formula/eza#default).
|
|
|
|
|
|
+To install eza, run:
|
|
|
+
|
|
|
+```shell
|
|
|
+brew install eza
|
|
|
+```
|
|
|
|
|
|
---
|
|
|
Click sections to expand.
|