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.
2 parents 8847e6c + 0c3c027 commit 8ea9183Copy full SHA for 8ea9183
util/install_linux.sh
@@ -1,5 +1,8 @@
1
#!/bin/bash
2
3
+# ensure that ~/.local/share/fonts exists
4
+mkdir -p ~/.local/share/fonts
5
+
6
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
7
rm -rf ~/.local/share/fonts/Monaspace*
8
0 commit comments