mirror of
https://github.com/ublue-os/bazzite.git
synced 2025-03-28 19:20:16 +00:00
chore: Add new distrobox hosted applications to Yafti
This commit is contained in:
parent
1ed5421918
commit
58aa3a2396
@ -71,6 +71,16 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRazer: just --unstable install-openrazer
|
||||
Solaar:
|
||||
description: Application to control Logitech Mice, Keyboards, and Trackpads
|
||||
default: false
|
||||
packages:
|
||||
- Install Solaar: just --unstable install-solaar
|
||||
Resilio Sync:
|
||||
description: A file synchronization utility powered by BitTorrent
|
||||
default: false
|
||||
packages:
|
||||
- Install Resilio Sync: just --unstable install-resilio-sync
|
||||
SteamCMD:
|
||||
description: Installs SteamCMD
|
||||
default: true
|
||||
|
@ -87,7 +87,7 @@ install-solaar:
|
||||
rm -f ~/.config/autostart/fedora-solaar.desktop && \
|
||||
cp ~/.local/share/applications/fedora-solaar.desktop ~/.config/autostart/fedora-solaar.desktop
|
||||
|
||||
# Install Resilio Sync
|
||||
# Install Resilio Sync, a file synchronization utility powered by BitTorrent
|
||||
install-resilio-sync:
|
||||
if grep -qz "fedora" <<< $(distrobox list); then \
|
||||
/usr/bin/just distrobox-fedora \
|
||||
|
@ -52,18 +52,6 @@ get-steamcmd:
|
||||
tar -xvzf /tmp/steamcmd.tar.gz -C ~/.steam
|
||||
rm /tmp/steamcmd.tar.gz
|
||||
|
||||
# Install Oversteer for Logitech steering wheels
|
||||
install-oversteer:
|
||||
sudo wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-oversteer.repo
|
||||
ublue-update --wait
|
||||
rpm-ostree install oversteer
|
||||
|
||||
# Install OpenRazer (https://openrazer.github.io)
|
||||
install-openrazer:
|
||||
sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo
|
||||
ublue-update --wait
|
||||
rpm-ostree install openrazer-meta
|
||||
|
||||
# Install Nix with the Determinate Nix Installer
|
||||
install-nix:
|
||||
#!/usr/bin/env bash
|
||||
|
@ -52,6 +52,16 @@ screens:
|
||||
default: false
|
||||
packages:
|
||||
- Install OpenRazer: just --unstable install-openrazer
|
||||
Solaar:
|
||||
description: Application to control Logitech Mice, Keyboards, and Trackpads
|
||||
default: false
|
||||
packages:
|
||||
- Install Solaar: just --unstable install-solaar
|
||||
Resilio Sync:
|
||||
description: A file synchronization utility powered by BitTorrent
|
||||
default: false
|
||||
packages:
|
||||
- Install Resilio Sync: just --unstable install-resilio-sync
|
||||
amd-additions:
|
||||
source: yafti.screen.package
|
||||
values:
|
||||
|
@ -110,7 +110,7 @@ install-solaar:
|
||||
rm -f ~/.config/autostart/fedora-solaar.desktop && \
|
||||
cp ~/.local/share/applications/fedora-solaar.desktop ~/.config/autostart/fedora-solaar.desktop
|
||||
|
||||
# Install Resilio Sync
|
||||
# Install Resilio Sync, a file synchronization utility powered by BitTorrent
|
||||
install-resilio-sync:
|
||||
if grep -qz "fedora" <<< $(distrobox list); then \
|
||||
/usr/bin/just distrobox-fedora \
|
||||
|
@ -27,18 +27,6 @@ install-corectrl:
|
||||
echo 'Setting needed kargs for CoreCtrl...'
|
||||
rpm-ostree kargs --append="amdgpu.ppfeaturemask=0xffffffff"
|
||||
|
||||
# Install Oversteer for Logitech steering wheels
|
||||
install-oversteer:
|
||||
sudo wget https://copr.fedorainfracloud.org/coprs/kylegospo/oversteer/repo/fedora-$(rpm -E %fedora)/kylegospo-oversteer-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-oversteer.repo
|
||||
ublue-update --wait
|
||||
rpm-ostree install oversteer
|
||||
|
||||
# Install OpenRazer (https://openrazer.github.io)
|
||||
install-openrazer:
|
||||
sudo wget https://download.opensuse.org/repositories/hardware:/razer/Fedora_$(rpm -E %fedora)/hardware:razer.repo -O /etc/yum.repos.d/hardware:razer.repo
|
||||
ublue-update --wait
|
||||
rpm-ostree install openrazer-meta
|
||||
|
||||
# Install Nix with the Determinate Nix Installer
|
||||
install-nix:
|
||||
#!/usr/bin/env bash
|
||||
|
Loading…
x
Reference in New Issue
Block a user