jtbm37 / all-the-icons-dired

Adds dired support to all-the-icons
GNU General Public License v3.0
197 stars 26 forks source link

+TITLE: all-the-icons-dired

+AUTHOR: jtbm37

+DATE: 2016-11-08

[[file:logo.png]]

This adds dired support to [[https://github.com/domtronn/all-the-icons.el][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

#+BEGIN_SRC elisp

(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)

+END_SRC

*** From melpa

1) Add this snippet to your init.el
#+BEGIN_SRC elisp

(add-hook 'dired-mode-hook 'all-the-icons-dired-mode)

+END_SRC

** 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=