Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers!
-
+
+
+
+
+
# Preview
![Magit status buffer with file icons](./screenshots/status.png)
@@ -15,13 +19,13 @@ Display icons for filenames in ![Magit](https://github.com/magit/magit) buffers!
# Installation
-This package is not yet in any package archives. To install, you need to fetch the source.
+You can install this package from [MELPA](https://melpa.org/).
-For example, with [straight.el](https://github.com/radian-software/straight.el):
+For example, with `use-package`:
```elisp
(use-package magit-file-icons
- :straight (:host github :repo "gekoke/magit-file-icons")
+ :ensure t
:custom
;; These are the default values:
(magit-file-icons-enable-diff-file-section-icons t)