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 dfe9c53 + 4f1baa0 commit 077977cCopy full SHA for 077977c
install.sh
@@ -10,7 +10,7 @@ if [[ `uname` == 'Darwin' ]]; then
10
font_dir="$HOME/Library/Fonts"
11
else
12
# Linux
13
- font_dir="$HOME/.fonts"
+ font_dir="$HOME/.local/share/fonts"
14
mkdir -p $font_dir
15
fi
16
0 commit comments