From b857f7ba36426945430a7a7fe84a298f00250d9e Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Mon, 27 Nov 2023 08:20:34 -0800 Subject: [PATCH] Adds installation of nerd font --- dev.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev.sh b/dev.sh index 8057e35..2994189 100644 --- a/dev.sh +++ b/dev.sh @@ -16,12 +16,14 @@ sudo dnf install ruby -y sudo dnf install ruby-devel -y # sudo gem install solargraph +sudo dnf copr enable zawertun/hack-fonts +sudo dnf install hack-fonts + cd ~/.config git clone http://www.github.com/noisycarlos/nvim git clone http://www.github.com/noisycarlos/kitty sudo npm i -g @railway/cli - sudo npm i -g vercel sudo npm i -g vercel@latest