Skip to content

Commit

Permalink
update script
Browse files Browse the repository at this point in the history
  • Loading branch information
x0rzavi committed Apr 8, 2024
1 parent 00069f7 commit f6dc2bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fonts.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
#!/usr/bin/env zsh

# Description: Automatically patch Apple's SF Mono Fonts selectively with nerdfonts patcher
# Dependencies: 7z, aria2
Expand Down Expand Up @@ -40,6 +40,7 @@ apple_fonts() {
mv Library/Fonts/* "$directory/tmpdir/AppleFonts/"
fi
cd "$directory/tmpdir/"
rm -rf src/*
done
rm -rf src/

Expand Down

0 comments on commit f6dc2bc

Please sign in to comment.