Skip to content

Commit

Permalink
githubnext#26 Properly refer to ~/.local/share/fonts in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
brunofin committed Nov 10, 2023
1 parent 29880d5 commit 52fbda2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions util/install_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
rm -rf ~/.local/share/fonts/Monaspace*

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

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

# Build font information caches
Expand Down

0 comments on commit 52fbda2

Please sign in to comment.