Skip to content

Commit 964be13

Browse files
committed
feat: Installing fonts with script.
1 parent f703ee2 commit 964be13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/debian_gnome_ubuntu_popos.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
#!/bin/bash
22

3+
# installing fonts
4+
5+
cp fonts/*.ttf ~/.local/share/fonts/
6+
fc-cache -f -v # Updates to detect the installed fonts
7+
38
# version 3.0.0
49

510
mkdir temp/ && cd temp

0 commit comments

Comments
 (0)