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.
It is part of the curated Homebrew environment; see Homebrew setup to install everything at once.
Install lsd directly:
brew install lsdVerify the installation:
lsd --version
brew list --formula | grep -x lsdList files:
lsdShow details:
lsd -laShow a tree:
lsd --tree --depth 2The 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.
Remove lsd with Homebrew:
brew uninstall lsdThen remove its entry from profiles/full/Brewfile, and remove or adjust aliases that call lsd.
