Skip to content

Commit

Permalink
Fixes install_linux.sh in the case that ~/.local/share/fonts doesn't …
Browse files Browse the repository at this point in the history
…exist
  • Loading branch information
ChaiTRex authored Nov 22, 2023
1 parent 2bddc16 commit 0c3c027
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions util/install_linux.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# ensure that ~/.local/share/fonts exists
mkdir -p ~/.local/share/fonts

# remove all fonts from ~/.local/share/fonts that start with "Monaspace"
rm -rf ~/.local/share/fonts/Monaspace*

Expand Down

0 comments on commit 0c3c027

Please sign in to comment.