# 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!
Thank you @PopovYuriy, it was helpful but in my case it needed an asterisk like this:
And thank you to @kevin-lee