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.
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.
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")