various updates

This commit is contained in:
2026-09-07 11:37:56 -04:00
parent 9995fb29ff
commit fc91437228
81 changed files with 1478 additions and 1437 deletions
+33
View File
@@ -0,0 +1,33 @@
FROM registry.fedoraproject.org/fedora-toolbox:44
COPY vscodium.repo /etc/yum.repos.d/vscodium.repo
RUN dnf install -y \
vim git btop \
virt-manager virt-install \
podman podman-compose \
wl-clipboard \
jq yq rg \
kubectl helm \
pinentry \
pandoc \
iperf3 \
nethogs \
ansible \
tmux \
wine \
unzip \
ImageMagick \
go \
rust rustup \
git git-lfs \
net-tools \
texlive-latex texlive-scheme-full \
pwgen \
reptyr \
netcat \
p7zip \
make \
gcc \
codium \
pass
+7
View File
@@ -0,0 +1,7 @@
# Toolbox
## How to Use
```bash
podman build -t localhost/fedora-toolbox:44 active/software_toolbx
```
+9
View File
@@ -0,0 +1,9 @@
[gitlab.com_paulcarroty_vscodium_repo]
name=gitlab.com_paulcarroty_vscodium_repo
baseurl=https://paulcarroty.gitlab.io/vscodium-deb-rpm-repo/rpms/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://gitlab.com/paulcarroty/vscodium-deb-rpm-repo/raw/master/pub.gpg
metadata_expire=1h