From 0b4655de12b3cebd6b440aa250f756db1e11aee5 Mon Sep 17 00:00:00 2001 From: Anton Livaja Date: Fri, 6 Jun 2025 07:40:52 -0700 Subject: [PATCH] feat: add fedora package install command to makefile --- Makefile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/Makefile b/Makefile index 9805773..bad5ebc 100644 --- a/Makefile +++ b/Makefile @@ -47,6 +47,34 @@ install-apt-essentials: scdaemon \ -y +install-dnf-essentials: + sudo dnf install -y \ + tig \ + htop \ + tree \ + ripgrep \ + net-tools \ + stow \ + zsh \ + rsync \ + shellcheck \ + pass \ + make \ + cmake \ + ninja-build \ + gettext \ + curl \ + jq \ + wget \ + lua \ + luarocks \ + git-lfs \ + magic-wormhole \ + python3-virtualenv \ + qemu-system-x86 \ + gnupg2 \ + @development-tools + clean: @echo "Removing stowed configurations..." stow -D --target=$(HOME) $(GENERAL_DIRS)