/all-the-icons-dired

Adds dired support to all-the-icons

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

all-the-icons-dired

Note

Since 2021-02-21, this is now the fork the all-the-icons-dired Melpa recipe points to. Changes can be seen here.

logo.png

This adds dired support to all-the-icons.

Prerequisites

Install all-the-icons from melpa.

Installation

Manually

  1. Clone the repo
  2. Add the cloned repo path to your load path
  3. Add this snippet to your init.el
(add-to-load-path (expand-file-name "~/path/to/all-the-icons-dired"))
(load "all-the-icons-dired.el")
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)

From melpa

  1. Add this snippet to your init.el
(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)

Configuration

Directory face

all-the-icons-dired-dir-face can be customized for the directory icon.

File face

Each file face is already predefined by all-the-icons