This file is used to configure file/directory icons.
NOTE: To display icons correctly you need Nerd Fonts.
The are four sections in this file:
defaults
- Used for fallback icons either file or directory.directory_exact
- Used to match the exact directory name. e.g.node_modules
will match exactlynode_modules
directory only.file_exact
- Used to match exact file names.ext
- Used to match file names by their extension.
Each section accepts key/value pairs, key as target and value as the icon.
[defaults]
file = ""
directory = ""
".gitignore" = ""
LICENSE = ""
Makefile = ""
Dockerfile = ""
# ...
js = ""
docx = ""
rs = ""
# ...