chore: Add CharmVHS & CharmGUM for future use in just commands

This commit is contained in:
Kyle Gospodnetich 2023-10-26 14:38:37 -07:00
parent 739af5b587
commit a55eecf5a2

View File

@ -67,41 +67,45 @@ RUN rpm-ostree override remove \
# Install new packages # Install new packages
RUN rpm-ostree install \ RUN rpm-ostree install \
ublue-update \ ublue-update \
discover-overlay \ discover-overlay \
python3-pip \ python3-pip \
libadwaita \ libadwaita \
duperemove \ duperemove \
xwininfo \ xwininfo \
xrandr \ xrandr \
rmlint \ rmlint \
compsize \ compsize \
ddccontrol \ ddccontrol \
ddccontrol-gtk \ ddccontrol-gtk \
ddccontrol-db \ ddccontrol-db \
input-remapper \ input-remapper \
system76-scheduler \ system76-scheduler \
hl2linux-selinux \ hl2linux-selinux \
ladspa-caps-plugins \ ladspa-caps-plugins \
ladspa-noise-suppression-for-voice \ ladspa-noise-suppression-for-voice \
python3-icoextract \ python3-icoextract \
tailscale \ tailscale \
btop \ btop \
fish \ fish \
xdotool \ xdotool \
wmctrl \ wmctrl \
libcec \ libcec \
yad \ yad \
f3 \ f3 \
pulseaudio-utils \ pulseaudio-utils \
unrar \ unrar \
lzip \ lzip \
libxcrypt-compat \ libxcrypt-compat \
mesa-libGLU \ mesa-libGLU \
vulkan-tools \ vulkan-tools \
twitter-twemoji-fonts \ twitter-twemoji-fonts \
lato-fonts \ lato-fonts \
fira-code-fonts && \ fira-code-fonts && \
rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/vhs/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url') && \
rpm-ostree install $(curl https://api.github.com/repos/charmbracelet/gum/releases/latest | jq -r '.assets[] | select(.name| test(".*.x86_64.rpm$")).browser_download_url') && \
wget https://github.com/tsl0922/ttyd/releases/latest/download/ttyd.x86_64 -O /usr/bin/ttyd && \
chmod +x /usr/bin/ttyd && \
wget https://raw.githubusercontent.com/jlu5/icoextract/master/exe-thumbnailer.thumbnailer -O /usr/share/thumbnailers/exe-thumbnailer.thumbnailer && \ wget https://raw.githubusercontent.com/jlu5/icoextract/master/exe-thumbnailer.thumbnailer -O /usr/share/thumbnailers/exe-thumbnailer.thumbnailer && \
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \ wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.service -O /usr/lib/systemd/system/btrfs-dedup@.service && \
wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer wget https://gitlab.com/popsulfr/steamos-btrfs/-/raw/main/files/usr/lib/systemd/system/btrfs-dedup@.timer -O /usr/lib/systemd/system/btrfs-dedup@.timer