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)