32 lines
643 B
YAML
32 lines
643 B
YAML
modules:
|
|
- from-file: common/docker-engine.yml
|
|
- type: script
|
|
scripts:
|
|
- setup-kubectl.sh
|
|
- type: rpm-ostree
|
|
repos:
|
|
- https://pkg.earthly.dev/earthly.repo
|
|
- https://cli.github.com/packages/rpm/gh-cli.repo
|
|
install:
|
|
- cmake
|
|
- virt-manager
|
|
- "gcc-c++"
|
|
- earthly
|
|
- kubectl
|
|
- helm
|
|
- neovim
|
|
- helix
|
|
# - openssl1.1
|
|
- parallel
|
|
- gcc-aarch64-linux-gnu
|
|
- gcc-c++-aarch64-linux-gnu
|
|
- musl-gcc
|
|
- alacritty
|
|
- openssl-devel
|
|
- bat
|
|
- gh
|
|
- type: script
|
|
scripts:
|
|
- install-mkcert.sh
|
|
- install-codelldb.sh
|