From 6a48955f512dd83f2b240c3069d14d84f5b5c4ac Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Thu, 23 Oct 2025 13:46:59 -0500 Subject: [PATCH] Add iosevka --- dotenv_fedora.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dotenv_fedora.sh b/dotenv_fedora.sh index 410ef56..9f21560 100755 --- a/dotenv_fedora.sh +++ b/dotenv_fedora.sh @@ -120,6 +120,10 @@ git config --global user.name Dominic Masters git config --global user.email dominic@domsplace.com git config --global credential.helper store +# Iosevka font +sudo dnf copr enable peterwu/iosevka -y +sudo dnf install iosevka-fonts -y + # Shopify stuff # curl -sSL https://get.rvm.io | bash # source $HOME/.rvm/scripts/rvm