Skip to content

Commit

Permalink
update install_linux.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
sontungexpt committed Nov 14, 2023
1 parent dc9d20e commit b064a63
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions util/install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
rm -rf ~/.local/share/fonts/Monaspace*

mkdir -p ~/.local/share/fonts
mkdir -p ~/.local/share/fonts/Monaspace/

# copy all fonts from ./otf to ~/.local/share/fonts
cp ./fonts/otf/* ~/.local/share/fonts
cp ./fonts/otf/* ~/.local/share/fonts/Monaspace/

# copy variable fonts from ./variable to ~/.local/share/fonts
cp ./fonts/variable/* ~/.local/share/fonts
cp ./fonts/variable/* ~/.local/share/fonts/Monaspace/

# Build font information caches
fc-cache -f

0 comments on commit b064a63

Please sign in to comment.