You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-16Lines changed: 16 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,22 +24,22 @@ The project is heavily inspired by the super [colorls](https://github.com/athity
24
24
25
25
Install the patched fonts of powerline nerd-font and/or font-awesome. Have a look at the [Nerd Font README](https://github.com/ryanoasis/nerd-fonts/blob/master/readme.md) for more installation instructions. Don't forget to setup your terminal in order to use the correct font.
| macOS |`brew install lsd` or `sudo port install lsd`|
33
+
| NixOS |`nix-env -iA nixos.lsd`|
34
+
| FreeBSD |`pkg install lsd`|
35
+
| NetBSD or any `pkgsrc` platform |`pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install`|
36
+
| Windows |`scoop install lsd`|
37
+
| Android (via Termux) |`pkg install lsd`|
38
+
| Debian sid and bookworm |`apt install lsd`|
39
+
| Ubuntu/Debian based distro |**snap discontinued**, use `sudo dpkg -i lsd_0.23.1_amd64.deb` and get `.deb` file from [release page](https://github.com/Peltoche/lsd/releases)|
0 commit comments