powerline / fonts

Patched fonts for Powerline users.
25.52k stars 3.19k forks source link

[WIP] Replace installation script with bash version that performs a more robust installation process #358

Open robfrawley opened 3 years ago

robfrawley commented 3 years ago

The attached installation script is a clean-up version of what I've been using for the past few years when installing fonts from a number of sources, including this repository (powerline/fonts) as well as others (like ryanoasis/nerd-fonts); I'm not sure if you'd want something this long to and bash-dependent to replace the simple sh script, but I'll enumerate the additional features here and let the community and yourself decide its merit.

There may be a few other changes, but the above list covers the major, important distinctions this script has from the existing one.

Note: this is still a work in progress (for example, fc-cache isn't yet called and it has not been compatibility-tested with Darwin); do not merge as-is (I will update to remedy these issues if interest exists for this script's inclusion in the project).