added fonts script and removed excess fonts
parent
dbcca138bc
commit
3d726b5edb
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir -p $HOME/.local/share/fonts/hack
|
||||||
|
cd $HOME/.local/share/fonts/hack
|
||||||
|
curl -fLO https://github.com/ryanoasis/nerd-fonts/releases/download/v2.1.0/Hack.zip
|
||||||
|
unzip Hack.zip
|
||||||
|
rm -rf Hack.zip
|
||||||
|
mv 'Hack Regular Nerd Font Complete.ttf' $HOME/.local/share/fonts
|
||||||
|
mv 'Hack Regular Nerd Font Complete Mono.ttf' $HOME/.local/share/fonts
|
||||||
|
rm -rf $HOME/.local/share/fonts/hack
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
Subproject commit e80e3eba9091dac0655a0a77472e10f53e754bb0
|
|
Loading…
Reference in New Issue