From b7e4987f3937e594c43de282df4ca306861b7432 Mon Sep 17 00:00:00 2001 From: Gerald Pinder <4626052+gmpinder@users.noreply.github.com> Date: Sun, 21 Jan 2024 19:23:37 -0500 Subject: [PATCH] Extract packages out to own file --- config/jp-apps.yml | 37 +------------------------------------ config/jp-packages.yml | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 36 deletions(-) create mode 100644 config/jp-packages.yml diff --git a/config/jp-apps.yml b/config/jp-apps.yml index 3632930..cd1f8c8 100644 --- a/config/jp-apps.yml +++ b/config/jp-apps.yml @@ -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 diff --git a/config/jp-packages.yml b/config/jp-packages.yml new file mode 100644 index 0000000..21b73c4 --- /dev/null +++ b/config/jp-packages.yml @@ -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 +