Extract packages out to own file
This commit is contained in:
@@ -8,42 +8,7 @@ modules:
|
||||
- install-mkcert.sh
|
||||
- install-syncthing.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://pkgs.tailscale.com/stable/fedora/%OS_VERSION%/tailscale.repo
|
||||
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
|
||||
remove:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
- from-file: jp-packages.yml
|
||||
- type: script
|
||||
scripts:
|
||||
- setup-selinux-dockersock.sh
|
||||
|
||||
37
config/jp-packages.yml
Normal file
37
config/jp-packages.yml
Normal file
@@ -0,0 +1,37 @@
|
||||
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://pkgs.tailscale.com/stable/fedora/%OS_VERSION%/tailscale.repo
|
||||
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
|
||||
remove:
|
||||
- firefox
|
||||
- firefox-langpacks
|
||||
|
||||
Reference in New Issue
Block a user