shdwchn10/AllTheTools
Project ID: 133026
Description
Repo with different cli tools for shadowblue project.
Available packages:
- chezmoi
- crc
- devpod-cli
- eza
- fzf
- gum
- kustomize
- kustomize-sops
- nats
- nu shell
- oc
- onefetch
- operator-sdk
- opm
- nitrokey-udev-rules
- pam_rssh
- pueue
- rclone with enabled ProtonDrive support
- solo2
- sops
- starship
- topgrade
- zoxide
Notes on oc package (OpenShift/OKD CLI)
- Tracks latest branch, when both requirements are met:
- It's at least oc-x.y.1 patch release in the x.y branch
- OKD already has release in this branch
- Separate branches also available and they can be installed simultaneously:
oc4.18
(current default foroc
package)oc4.17
oc4.16
oc4.15
- You can choose which branch use by default as
/usr/bin/oc
binary withalternatives(8)
system - There are also
oc-kubectl
,oc4.17-kubectl
, etc packages forkubectl
, which are just symlinks to correspondingoc
binaries
Contact us
- Matrix Space (
#shadowblue:matrix.org
) - Telegram Chat (
@shadowblue_linux
)
Installation Instructions
No actions needed for shadowblue OS images. This repo is already enabled for all of them.
Classic Fedora Linux with dnf or RHEL/CentOS Stream/other EL:
sudo dnf copr enable shdwchn10/AllTheTools
sudo dnf install <pkgs>
Fedora Atomic Desktops/IoT/CoreOS 41+:
sudo dnf copr enable shdwchn10/AllTheTools
rpm-ostree install -A <pkgs>
Fedora Atomic Desktops/IoT/CoreOS 40 or older:
sudo wget -O /etc/yum.repos.d/_copr:copr.fedorainfracloud.org:shdwchn10:AllTheTools.repo https://copr.fedorainfracloud.org/coprs/shdwchn10/AllTheTools/repo/fedora-$(rpm -E %fedora)/shdwchn10-AllTheTools-fedora-$(rpm -E %fedora).repo
rpm-ostree install -A <pkgs>
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
![]() |
aarch64 (73)*, ppc64le (65)*, s390x (67)*, x86_64 (176)* | EPEL 10 (23 downloads) |
![]() |
aarch64 (119)*, ppc64le (72)*, s390x (60)*, x86_64 (441)* | EPEL 9 (402 downloads) |
![]() |
aarch64 (76)*, ppc64le (72)*, s390x (59)*, x86_64 (981)* | Fedora 39 (0 downloads) |
![]() |
aarch64 (88)*, ppc64le (68)*, s390x (77)*, x86_64 (4417)* | Fedora 40 (1134 downloads) |
![]() |
aarch64 (92)*, ppc64le (76)*, s390x (78)*, x86_64 (7484)* | Fedora 41 (1179 downloads) |
![]() |
aarch64 (0)*, ppc64le (4)*, s390x (0)*, x86_64 (558)* | Fedora 42 (115 downloads) |
![]() |
aarch64 (87)*, ppc64le (120)*, s390x (74)*, x86_64 (774)* | Fedora rawhide (438 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable shdwchn10/AllTheTools
More info about enabling Copr repositories