Skip to content

Latest commit

 

History

History
62 lines (38 loc) · 1.12 KB

File metadata and controls

62 lines (38 loc) · 1.12 KB

lsd

lsd is a modern replacement for ls with colors, icons, file type indicators, and tree output.

The tool is installed through Homebrew and declared in the project Brewfile.

lsd tree output with Nerd Font icons and colors

Installation

It is part of the curated Homebrew environment; see Homebrew setup to install everything at once.

Install lsd directly:

brew install lsd

Verify the installation:

lsd --version
brew list --formula | grep -x lsd

Usage

List files:

lsd

Show details:

lsd -la

Show a tree:

lsd --tree --depth 2

The repository's Zsh aliases define ll, which maps to lsd -la.

lsd's icons require a Nerd Font (a patched font that includes extra glyphs), the same dependency Powerlevel10k needs.

Rollback

Remove lsd with Homebrew:

brew uninstall lsd

Then remove its entry from profiles/full/Brewfile, and remove or adjust aliases that call lsd.


← Docs index · Project README