Create a gaming centric image
This commit is contained in:
@@ -27,6 +27,7 @@ build-image:
|
||||
matrix:
|
||||
- RECIPE:
|
||||
- recipe-jp-desktop.yml
|
||||
- recipe-jp-desktop-gaming.yml
|
||||
- recipe-jp-laptop.yml
|
||||
- recipe-cp-laptop.yml
|
||||
id_tokens:
|
||||
|
||||
36
config/dev-packages.yml
Normal file
36
config/dev-packages.yml
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
||||
@@ -3,17 +3,7 @@ modules:
|
||||
files:
|
||||
- usr: /usr
|
||||
- distrobox: /usr
|
||||
- type: script
|
||||
scripts:
|
||||
- install-mkcert.sh
|
||||
- install-syncthing.sh
|
||||
- setup-kubectl.sh
|
||||
# - install-earthly.sh
|
||||
- from-file: jp-packages.yml
|
||||
- type: script
|
||||
scripts:
|
||||
- setup-selinux-dockersock.sh
|
||||
- install-codelldb.sh
|
||||
- type: fonts
|
||||
nerdfont:
|
||||
- JetBrainsMono
|
||||
|
||||
@@ -1,39 +1,23 @@
|
||||
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
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- install-syncthing.sh
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://pkgs.tailscale.com/stable/fedora/%OS_VERSION%/tailscale.repo
|
||||
- https://cli.github.com/packages/rpm/gh-cli.repo
|
||||
install:
|
||||
install:
|
||||
- libadwaita
|
||||
- cmake
|
||||
- cronie
|
||||
- neofetch
|
||||
- virt-manager
|
||||
- plasma-browser-integration
|
||||
- "gcc-c++"
|
||||
- id3v2
|
||||
- docker
|
||||
- xinput
|
||||
- earthly
|
||||
- kubectl
|
||||
- helm
|
||||
- neovim
|
||||
- ripgrep
|
||||
- helix
|
||||
- tailscale
|
||||
- strawberry
|
||||
- openssl1.1
|
||||
- parallel
|
||||
- gcc-aarch64-linux-gnu
|
||||
- gcc-c++-aarch64-linux-gnu
|
||||
- musl-gcc
|
||||
- xclip
|
||||
- alacritty
|
||||
- openssl-devel
|
||||
- bat
|
||||
- gh
|
||||
remove:
|
||||
remove:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
|
||||
|
||||
12
config/recipe-jp-desktop-gaming.yml
Normal file
12
config/recipe-jp-desktop-gaming.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
name: jp-desktop-gaming
|
||||
base-image: ghcr.io/ublue-os/bazzite-nvidia
|
||||
image-version: stable
|
||||
description: The image of Wunker OS for JP's desktop gaming.
|
||||
blue-build-tag: main-installer
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- steam-firewall: /usr
|
||||
- desktop-audio: /usr
|
||||
- from-file: jp-apps.yml
|
||||
- from-file: r2modman.yml
|
||||
@@ -15,4 +15,5 @@ modules:
|
||||
- COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/bin/xboxdrvctl /usr/bin/xboxdrvctl
|
||||
- COPY --from=registry.gitlab.com/wunker-bunker/xboxdrv-docker /usr/local/share/man/man1/xboxdrv.1 /usr/share/man/man1/xboxdrv.1
|
||||
- from-file: jp-apps.yml
|
||||
- from-file: dev-packages.yml
|
||||
- from-file: r2modman.yml
|
||||
|
||||
@@ -5,3 +5,4 @@ description: The image of Wunker OS for JP's Laptop.
|
||||
modules:
|
||||
- from-file: framework.yml
|
||||
- from-file: jp-apps.yml
|
||||
- from-file: dev-packages.yml
|
||||
|
||||
Reference in New Issue
Block a user