dddd1007 / treemacs-nerd-icons

fix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

treemacs-nerd-icons

emacs-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 emacs-nerd-icons before using this package.

Installation

Currently this is github only so please use a package manager that supports github repo.

(use-package treemacs-nerd-icons
  :straight (treemacs-nerd-icons
             :type git :host github :repo "rainstormstudio/treemacs-nerd-icons")
  :config
  (treemacs-load-theme "emacs-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 "emacs-nerd-icons")

About

fix

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%