Install helix and docker

This commit is contained in:
2023-09-04 20:09:48 -04:00
parent 09c59621ae
commit 0a101e2cae
2 changed files with 8 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ scripts:
- setup-selinux-dockersock.sh - setup-selinux-dockersock.sh
- autorun.sh - autorun.sh
- setup-desktop-audio.sh - setup-desktop-audio.sh
- setup-selinux-dockersock.sh
rpm: rpm:
# A list of urls of ".repo" files that should be added to your system. # A list of urls of ".repo" files that should be added to your system.
# This is the proper way to add custom COPR repos to your image. # This is the proper way to add custom COPR repos to your image.
@@ -20,6 +21,7 @@ rpm:
# which greatly simplifies future maintenance of your custom recipe. # which greatly simplifies future maintenance of your custom recipe.
repos: repos:
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo
install: install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti. # Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip - python3-pip
@@ -42,6 +44,8 @@ rpm:
- helm - helm
- neovim - neovim
- ripgrep - ripgrep
- helix
- docker
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - firefox

View File

@@ -12,6 +12,7 @@ scripts:
- setup-selinux-dockersock.sh - setup-selinux-dockersock.sh
- autorun.sh - autorun.sh
- setup-framework-13.sh - setup-framework-13.sh
- setup-selinux-dockersock.sh
rpm: rpm:
# A list of urls of ".repo" files that should be added to your system. # A list of urls of ".repo" files that should be added to your system.
# This is the proper way to add custom COPR repos to your image. # This is the proper way to add custom COPR repos to your image.
@@ -20,6 +21,7 @@ rpm:
# which greatly simplifies future maintenance of your custom recipe. # which greatly simplifies future maintenance of your custom recipe.
repos: repos:
- https://pkg.earthly.dev/earthly.repo - https://pkg.earthly.dev/earthly.repo
- https://copr.fedorainfracloud.org/coprs/varlad/helix/repo/fedora-%FEDORA_VERSION%/varlad-helix-fedora-%FEDORA_VERSION%.repo
install: install:
# Needed for yafti (the first boot installer). Remove if you're not using yafti. # Needed for yafti (the first boot installer). Remove if you're not using yafti.
- python3-pip - python3-pip
@@ -46,6 +48,8 @@ rpm:
- helm - helm
- neovim - neovim
- ripgrep - ripgrep
- helix
- docker
remove: remove:
# Remove the native firefox (from Fedora) in favor of the Flatpak. # Remove the native firefox (from Fedora) in favor of the Flatpak.
- firefox - firefox