monaspace icon indicating copy to clipboard operation
monaspace copied to clipboard

install_linux.sh missing from release

Open Jack-Punter opened this issue 2 years ago • 3 comments

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

Jack-Punter avatar Nov 13 '23 12:11 Jack-Punter

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

jglick avatar Nov 17 '23 14:11 jglick

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.

SDemonUA avatar Jan 03 '24 20:01 SDemonUA