diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 36 |
1 files changed, 18 insertions, 18 deletions
@@ -24,23 +24,23 @@ The project is heavily inspired by the super [colorls](https://github.com/athity 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. -| OS/Distro | Command | -| ------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ | -| Archlinux | `pacman -S lsd` | -| Fedora | `dnf install lsd` | -| Gentoo | `sudo emerge sys-apps/lsd` | -| macOS | `brew install lsd` or `sudo port install lsd` | -| NixOS | `nix-env -iA nixos.lsd` | -| FreeBSD | `pkg install lsd` | -| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` | -| Windows | `scoop install lsd` | -| Android (via Termux) | `pkg install lsd` | -| Debian sid and bookworm | `apt install lsd` | -| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` | -| Earlier Ubuntu/Debian versions | **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) | -| Solus | `eopkg it lsd` | -| Void Linux | `sudo xbps-install lsd` | -| openSUSE | `sudo zypper install lsd` | +| OS/Distro | Command | +|---------------------------------|----------------------------------------------------------------------| +| Archlinux | `pacman -S lsd` | +| Fedora | `dnf install lsd` | +| Gentoo | `sudo emerge sys-apps/lsd` | +| macOS | `brew install lsd` or `sudo port install lsd` | +| NixOS | `nix-env -iA nixos.lsd` | +| FreeBSD | `pkg install lsd` | +| NetBSD or any `pkgsrc` platform | `pkgin install lsd` or `cd /usr/pkgsrc/sysutils/lsd && make install` | +| Windows | `scoop install lsd` | +| Android (via Termux) | `pkg install lsd` | +| Debian sid and bookworm | `apt install lsd` | +| Ubuntu 23.04 (Lunar Lobster) | `apt install lsd` | +| Earlier Ubuntu/Debian versions | **snap discontinued**, use [From Binaries](#from-binaries) | +| Solus | `eopkg it lsd` | +| Void Linux | `sudo xbps-install lsd` | +| openSUSE | `sudo zypper install lsd` | ### From source @@ -244,7 +244,7 @@ The valid theme configurations are: - `custom`: use a custom color scheme defined in `colors.yaml` - *(deprecated) theme_file_name(yaml): use the theme file to specify colors(without the `yaml` extension)* -When set to `custom`, `lsd` will look for `colors.yaml` in the +When set to `custom`, `lsd` will look for `colors.yaml` in the XDG Base Directory, e.g. ~/.config/lsd/colors.yaml When configured with the `theme-file-name` which is a `yaml` file, |