Files
wunker-os/config/dev-packages.yml
2024-02-13 17:37:43 -05:00

37 lines
830 B
YAML

modules:
- type: script
scripts:
- install-mkcert.sh
- setup-kubectl.sh
- type: rpm-ostree
repos:
- https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%OS_VERSION%/varlad-helix-fedora-%OS_VERSION%.repo
- https://cli.github.com/packages/rpm/gh-cli.repo
install:
- cmake
- virt-manager
- "gcc-c++"
- docker
- earthly
- kubectl
- helm
- neovim
- helix
- openssl1.1
- parallel
- gcc-aarch64-linux-gnu
- gcc-c++-aarch64-linux-gnu
- musl-gcc
- alacritty
- openssl-devel
- bat
- gh
remove:
- firefox
- firefox-langpacks
- type: script
scripts:
- setup-selinux-dockersock.sh
- install-codelldb.sh