Skip to content

Commit

Permalink
feat: add ujust recipe to install gaming flatpaks (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif authored Jan 8, 2025
1 parent e7cb2cb commit cdc7bda
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions just/aurora-apps.just
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,19 @@ install-k8s-dev-tools:
echo "Adding Kubernetes command line tools..."
brew bundle --file /usr/share/ublue-os/homebrew/kubernetes.Brewfile
[group('Apps')]
install-gaming-flatpaks:
#!/usr/bin/env bash
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
flatpak --system -y install --or-update app/com.valvesoftware.Steam/x86_64/stable \
app/com.heroicgameslauncher.hgl/x86_64/stable \
app/net.lutris.Lutris/x86_64/stable \
app/net.davidotek.pupgui2/x86_64/stable \
runtime/org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08 \
runtime/org.freedesktop.Platform.VulkanLayer.OBSVkCapture/x86_64/24.08 \
runtime/com.obsproject.Studio.Plugin.OBSVkCapture/x86_64/stable \
runtime/org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08
# Set up command-not-found for Homebrew
[group('Apps')]
setup-brew-not-found ACTION="":
Expand Down

0 comments on commit cdc7bda

Please sign in to comment.