Skip to content

Commit

Permalink
added hack nerd font
Browse files Browse the repository at this point in the history
  • Loading branch information
PolyCatDev committed Dec 11, 2024
1 parent 0559e87 commit de7d9f6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/dev-tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,11 @@ rpm-ostree install\

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/

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

0 comments on commit de7d9f6

Please sign in to comment.