We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bddc16 commit dc9d20eCopy full SHA for dc9d20e
util/install_linux.sh
@@ -3,6 +3,8 @@
3
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
4
rm -rf ~/.local/share/fonts/Monaspace*
5
6
+mkdir -p ~/.local/share/fonts
7
+
8
# copy all fonts from ./otf to ~/.local/share/fonts
9
cp ./fonts/otf/* ~/.local/share/fonts
10
0 commit comments