# Move the the folder where the fonts are available. This script supports only otf and ttf.
# Then simply run the script like
$ ./path/to/script/install-fonts.sh
Or you can add an alias to the ~/.bashrc
or ~/.zshrc
alias install-fonts='/path/to/script/install-fonts.sh'
Then
$ install-fonts
To install the fonts.
Too easy!
Hi! In my case, had to add some things:
for .TTF and .TTC
%code%
-or -name '.[O,T]TF'
-or -name '.[O,T]TC'
%code%
It may be helpfull to you:)