You've already forked fedora-toolbox
forked from davejansen/fedora-bootc
Add communication-related packages
All checks were successful
Build container image / Build and push image (push) Successful in 4m49s
All checks were successful
Build container image / Build and push image (push) Successful in 4m49s
Neomutt, weechat, and newsboat
This commit is contained in:
@@ -25,6 +25,7 @@ dnf5 install -y \
|
|||||||
ripgrep \
|
ripgrep \
|
||||||
curl wget \
|
curl wget \
|
||||||
stow \
|
stow \
|
||||||
|
pass \
|
||||||
wl-clipboard \
|
wl-clipboard \
|
||||||
htop \
|
htop \
|
||||||
gnupg2-scdaemon \
|
gnupg2-scdaemon \
|
||||||
@@ -33,7 +34,11 @@ dnf5 install -y \
|
|||||||
python3 python3-pip \
|
python3 python3-pip \
|
||||||
nodejs \
|
nodejs \
|
||||||
dotnet-sdk-8.0 \
|
dotnet-sdk-8.0 \
|
||||||
php composer
|
php composer \
|
||||||
|
weechat \
|
||||||
|
neomutt libnotify notmuch abook isync \
|
||||||
|
khal vdirsyncer \
|
||||||
|
newsboat
|
||||||
|
|
||||||
# Install uv
|
# Install uv
|
||||||
curl -LsSf https://astral.sh/uv/install.sh | sh
|
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
|
chmod +x host-spawn-x86_64
|
||||||
mv host-spawn-x86_64 /usr/local/bin/host-spawn
|
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
|
# Cleanup
|
||||||
|
|
||||||
dnf5 clean all
|
dnf5 clean all
|
||||||
|
|||||||
Reference in New Issue
Block a user