githubnext / monaspace

An innovative superfamily of fonts for code
https://monaspace.githubnext.com
SIL Open Font License 1.1
13.15k stars 219 forks source link

install_linux.sh missing from release #99

Open Jack-Punter opened 7 months ago

Jack-Punter commented 7 months ago

The utils folder of the v1.000 release zip does not include the install_linux.sh script, but does include the macos version.

jglick commented 7 months ago

README.md at root also omits https://github.com/githubnext/monaspace#linux.

SDemonUA commented 6 months ago

I think install_linux.sh should be updated or documentation should. Specifically paths in this script are relative to repository root while in docs and other scripts it is relative to util folder. cp ./fonts/otf/* ~/.local/share/fonts -> cp ../fonts/otf/* ~/.local/share/fonts cp ./fonts/variable/* ~/.local/share/fonts -> cp ../fonts/variable/* ~/.local/share/fonts

P.S. personally I didn't have ~/.local/share/fonts and script failed.