1
0
Fork 0

feat: add fedora package install command to makefile

This commit is contained in:
Anton Livaja 2025-06-06 07:40:52 -07:00
parent dfd774bfa6
commit 0b4655de12
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 28 additions and 0 deletions

View File

@ -47,6 +47,34 @@ install-apt-essentials:
scdaemon \ scdaemon \
-y -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: clean:
@echo "Removing stowed configurations..." @echo "Removing stowed configurations..."
stow -D --target=$(HOME) $(GENERAL_DIRS) stow -D --target=$(HOME) $(GENERAL_DIRS)