Major refactoring of files and add pipewire tweaks
This commit is contained in:
2
recipes/common/common.yml
Normal file
2
recipes/common/common.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
modules:
|
||||
- type: signing
|
||||
31
recipes/common/dev-packages.yml
Normal file
31
recipes/common/dev-packages.yml
Normal file
@@ -0,0 +1,31 @@
|
||||
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
|
||||
17
recipes/common/docker-engine.yml
Normal file
17
recipes/common/docker-engine.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://download.docker.com/linux/fedora/docker-ce.repo
|
||||
install:
|
||||
- docker-ce
|
||||
- docker-ce-cli
|
||||
- containerd.io
|
||||
- docker-buildx-plugin
|
||||
- docker-compose-plugin
|
||||
- type: systemd
|
||||
system:
|
||||
enabled:
|
||||
- docker.service
|
||||
- type: script
|
||||
scripts:
|
||||
- setup-selinux-dockersock.sh
|
||||
6
recipes/common/gaming.yml
Normal file
6
recipes/common/gaming.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- steam-firewall: /usr
|
||||
- type: r2modman
|
||||
version: 3.1.48
|
||||
12
recipes/common/jp-common.yml
Normal file
12
recipes/common/jp-common.yml
Normal file
@@ -0,0 +1,12 @@
|
||||
modules:
|
||||
- from-file: common/common.yml
|
||||
- from-file: common/pipewire-tweaks.yml
|
||||
- from-file: common/jp-packages.yml
|
||||
- from-file: common/gaming.yml
|
||||
- from-file: common/dev-packages.yml
|
||||
- type: files
|
||||
files:
|
||||
- distrobox: /usr
|
||||
- type: fonts
|
||||
nerdfont:
|
||||
- JetBrainsMono
|
||||
5
recipes/common/jp-desktop.yml
Normal file
5
recipes/common/jp-desktop.yml
Normal file
@@ -0,0 +1,5 @@
|
||||
modules:
|
||||
- type: files
|
||||
files:
|
||||
- desktop-audio: /usr
|
||||
- from-file: common/jp-common.yml
|
||||
6
recipes/common/jp-laptop.yml
Normal file
6
recipes/common/jp-laptop.yml
Normal file
@@ -0,0 +1,6 @@
|
||||
modules:
|
||||
- type: rpm-ostree
|
||||
install:
|
||||
- fprintd
|
||||
- fprintd-pam
|
||||
- from-file: common/jp-common.yml
|
||||
19
recipes/common/jp-packages.yml
Normal file
19
recipes/common/jp-packages.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
modules:
|
||||
- type: script
|
||||
scripts:
|
||||
- install-syncthing.sh
|
||||
- type: rpm-ostree
|
||||
repos:
|
||||
- https://pkgs.tailscale.com/stable/fedora/tailscale.repo
|
||||
install:
|
||||
- libadwaita
|
||||
- cronie
|
||||
- neofetch
|
||||
- plasma-browser-integration
|
||||
- id3v2
|
||||
- xinput
|
||||
- ripgrep
|
||||
- tailscale
|
||||
- strawberry
|
||||
- xclip
|
||||
- bat
|
||||
3
recipes/common/pipewire-tweaks.yml
Normal file
3
recipes/common/pipewire-tweaks.yml
Normal file
@@ -0,0 +1,3 @@
|
||||
type: files
|
||||
files:
|
||||
- pipewire-tweaks: /usr
|
||||
4
recipes/common/remove-firefox.yml
Normal file
4
recipes/common/remove-firefox.yml
Normal file
@@ -0,0 +1,4 @@
|
||||
type: rpm-ostree
|
||||
remove:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
Reference in New Issue
Block a user