From 0fc100d0fa1d54c63ff3781fed2131f03f1a4247 Mon Sep 17 00:00:00 2001 From: Carlos Aldana Date: Tue, 28 Nov 2023 07:59:59 -0800 Subject: [PATCH] cleanup --- dev.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.sh b/dev.sh index 855961b..caed366 100644 --- a/dev.sh +++ b/dev.sh @@ -3,6 +3,8 @@ sudo dnf install neovim -y sudo dnf install npm -y sudo dnf install go -y sudo dnf install ripgrep -y +sudo dnf install ruby -y +sudo dnf install ruby-devel -y sudo dnf copr enable atim/lazygit -y sudo dnf install lazygit -y @@ -12,8 +14,6 @@ sudo dnf install tmux -y sudo dnf install kitty -y -sudo dnf install ruby -y -sudo dnf install ruby-devel -y # sudo gem install solargraph sudo dnf copr enable zawertun/hack-fonts -y