all-the-icons.el
all-the-icons.el copied to clipboard
Installation cleanup
Hi,
I am using (all-the-icons-install-fonts t)
to automate the install of package. The fonts are installed in the root of the folder (for my distro, it's at ~/.local/share/fonts/
. This makes the directory quite untidy. I was wondering if there is a way to install to a specific sub-folder there as this keeps the fonts organised and easy to maintain. For instance, I'd prefer installing to ~/.local/share/fonts/all-the-icons/
. I know it's a trivial tweak in the code, and would be rather happy to do it, but I wanted to know what the maintainers think of this first.
Thanks!
If you want to send over a PR with the appropriate adjustment for customizing the installation location, I'd be happy to take a look.