Add communication-related packages
All checks were successful
Build container image / Build and push image (push) Successful in 4m49s

Neomutt, weechat, and newsboat
This commit is contained in:
2025-12-02 19:58:08 +09:00
parent b712e8e424
commit df10925786

View File

@@ -25,6 +25,7 @@ dnf5 install -y \
ripgrep \
curl wget \
stow \
pass \
wl-clipboard \
htop \
gnupg2-scdaemon \
@@ -33,7 +34,11 @@ dnf5 install -y \
python3 python3-pip \
nodejs \
dotnet-sdk-8.0 \
php composer
php composer \
weechat \
neomutt libnotify notmuch abook isync \
khal vdirsyncer \
newsboat
# Install uv
curl -LsSf https://astral.sh/uv/install.sh | sh
@@ -47,6 +52,14 @@ wget https://github.com/1player/host-spawn/releases/latest/download/host-spawn-x
chmod +x host-spawn-x86_64
mv host-spawn-x86_64 /usr/local/bin/host-spawn
# Set up a few host-spawn aliases
ln -s /usr/local/bin/host-spawn /usr/local/bin/flatpak
ln -s /usr/local/bin/host-spawn /usr/sbin/podman
# For seeing notifications (ie. from )
ln -s /usr/local/bin/host-spawn /usr/sbin/dbus-send
ln -s /usr/local/bin/host-spawn /usr/local/bin/op
# Cleanup
dnf5 clean all