Skip to content

Instantly share code, notes, and snippets.

View aymanbagabas's full-sized avatar
🍉

Ayman Bagabas aymanbagabas

🍉
View GitHub Profile
@aymanbagabas
aymanbagabas / google-fonts.sh
Last active May 27, 2019 04:02 — forked from dyoungwd/google-fonts.sh
Install Google Fonts on fedora
# Original : Michalis Georgiou
# Modified : D4zzy for Fedora
# Modified : Ayman Bagabas for /usr/local
_wgeturl="https://github.com/google/fonts/archive/master.tar.gz"
_gf="google-fonts"
# install wget
echo "Installing wget..."
sudo dnf install wget