Skip to content

Commit

Permalink
renamed hack nerd font folder to be slug-case
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 11, 2024
1 parent c438745 commit 9123dc8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions modules/dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ systemctl enable docker.service
wget https://github.com/ryanoasis/nerd-fonts/releases/latest/download/Hack.tar.xz
tar -xf Hack.tar.xz
rm -f Hack.tar.xz
mkdir HackNerdFont
mv HackNerdFont*.ttf HackNerdFont
mv ./HackNerdFont /usr/share/fonts/
mkdir hack-nerd-font
mv HackNerdFont*.ttf hack-nerd-font
mv ./hack-nerd-font /usr/share/fonts/

echo -e "\e[32m[End Dev-Tools Module]\e[0m"

0 comments on commit 9123dc8

Please sign in to comment.