ifrenzyc / treemacs-nerd-icons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treemacs-nerd-icons

https://melpa.org/packages/treemacs-nerd-icons-badge.svg

nerd-icons theme for treemacs. It is inspired by treemacs-all-the-icons, vim-devicons and nvim-web-devicons. It can be used inside GUI or terminal.

screenshots/demo.png

Prerequisite

You need a Nerd Font installed, and set your terminal font as a Nerd Font if you want terminal icons working.

You should include nerd-icons before using this package.

Installation

with use-package

(use-package treemacs-nerd-icons
  :config
  (treemacs-load-theme "nerd-icons"))

You can also download the treemacs-nerd-icons.el file and load it to the path, then simply

(require 'treemacs-nerd-icons)
(treemacs-load-theme "nerd-icons")

About

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%