fix: Remove duplicate packages from selection

chore: Add some additional useful packages to yafti
chore: Adjust defaults for installed applications/services
feature: Directly install decky loader
This commit is contained in:
Kyle Gospodnetich 2023-06-29 16:44:21 -07:00
parent 4565d55e35
commit 76f90dfccd
3 changed files with 5 additions and 13 deletions

View File

@ -34,8 +34,6 @@ screens:
description: Core Applications description: Core Applications
default: true default: true
packages: packages:
- Bottles: com.usebottles.bottles
- Discord: com.discordapp.Discord
- Lutris: net.lutris.Lutris - Lutris: net.lutris.Lutris
- Mozilla Firefox: org.mozilla.firefox - Mozilla Firefox: org.mozilla.firefox
- Protontricks: com.github.Matoking.protontricks - Protontricks: com.github.Matoking.protontricks
@ -58,13 +56,10 @@ screens:
- Chiaki4Deck (PlayStation Remote Play): just get-chiaki - Chiaki4Deck (PlayStation Remote Play): just get-chiaki
- Discord: com.discordapp.Discord - Discord: com.discordapp.Discord
- Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl - Heroic Games Launcher (GOG & Epic): com.heroicgameslauncher.hgl
- Lutris: net.lutris.Lutris
- Minecraft (Prism Launcher): org.prismlauncher.PrismLauncher - Minecraft (Prism Launcher): org.prismlauncher.PrismLauncher
- Minecraft Bedrock Launcher: io.mrarm.mcpelauncher - Minecraft Bedrock Launcher: io.mrarm.mcpelauncher
- Moonlight: com.moonlight_stream.Moonlight - Moonlight: com.moonlight_stream.Moonlight
- OpenMW: org.openmw.OpenMW - OpenMW: org.openmw.OpenMW
- Protontricks: com.github.Matoking.protontricks
- ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2
- Steam Link: com.valvesoftware.SteamLink - Steam Link: com.valvesoftware.SteamLink
- SuperTux: org.supertuxproject.SuperTux - SuperTux: org.supertuxproject.SuperTux
- SuperTuxKart: net.supertuxkart.SuperTuxKart - SuperTuxKart: net.supertuxkart.SuperTuxKart
@ -129,6 +124,7 @@ screens:
- Flatseal Permissions Manager: com.github.tchx84.Flatseal - Flatseal Permissions Manager: com.github.tchx84.Flatseal
- GIMP: org.gimp.GIMP - GIMP: org.gimp.GIMP
- GreenWithEnvy: com.leinardi.gwe - GreenWithEnvy: com.leinardi.gwe
- KeePassXC: org.keepassxc.KeePassXC
- qBittorrent: org.qbittorrent.qBittorrent - qBittorrent: org.qbittorrent.qBittorrent
- Syncthing: com.github.zocker_160.SyncThingy - Syncthing: com.github.zocker_160.SyncThingy
- VLC: org.videolan.VLC - VLC: org.videolan.VLC
@ -146,13 +142,13 @@ screens:
- Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer - Enable Duperemove: systemctl enable --now duperemove-weekly@$(systemd-escape $HOME).timer
Decky Loader: Decky Loader:
description: A plugin loader for the Steam Deck description: A plugin loader for the Steam Deck
default: true default: false
packages: packages:
- Retrieve Decky: just get-decky - Retrieve Decky: just get-decky
EmuDeck: EmuDeck:
description: | description: |
A utility for installing and configuring emulators on the Steam Deck A utility for installing and configuring emulators on the Steam Deck
default: true default: false
packages: packages:
- Retrieve EmuDeck: just get-emudeck - Retrieve EmuDeck: just get-emudeck
Greenlight: Greenlight:

View File

@ -1,7 +1,5 @@
get-decky: get-decky:
echo 'Retrieving Decky Loader' curl -L https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/install_release.sh | sh
wget https://github.com/SteamDeckHomebrew/decky-installer/releases/latest/download/decky_installer.desktop -P ~/Desktop
chmod +x ~/Desktop/decky_install.desktop
get-emudeck: get-emudeck:
echo 'Retrieving EmuDeck...' echo 'Retrieving EmuDeck...'

View File

@ -34,8 +34,6 @@ screens:
description: Core Applications description: Core Applications
default: true default: true
packages: packages:
- Bottles: com.usebottles.bottles
- Discord: com.discordapp.Discord
- Mozilla Firefox: org.mozilla.firefox - Mozilla Firefox: org.mozilla.firefox
- ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2 - ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2
- System76 Scheduler: just enable-system76-scheduler - System76 Scheduler: just enable-system76-scheduler
@ -61,7 +59,6 @@ screens:
- Minecraft Bedrock Launcher: io.mrarm.mcpelauncher - Minecraft Bedrock Launcher: io.mrarm.mcpelauncher
- Moonlight: com.moonlight_stream.Moonlight - Moonlight: com.moonlight_stream.Moonlight
- OpenMW: org.openmw.OpenMW - OpenMW: org.openmw.OpenMW
- ProtonUp-Qt (Proton Updater): net.davidotek.pupgui2
- Steam Link: com.valvesoftware.SteamLink - Steam Link: com.valvesoftware.SteamLink
- SuperTux: org.supertuxproject.SuperTux - SuperTux: org.supertuxproject.SuperTux
- SuperTuxKart: net.supertuxkart.SuperTuxKart - SuperTuxKart: net.supertuxkart.SuperTuxKart
@ -126,6 +123,7 @@ screens:
- Flatseal Permissions Manager: com.github.tchx84.Flatseal - Flatseal Permissions Manager: com.github.tchx84.Flatseal
- GIMP: org.gimp.GIMP - GIMP: org.gimp.GIMP
- GreenWithEnvy: com.leinardi.gwe - GreenWithEnvy: com.leinardi.gwe
- KeePassXC: org.keepassxc.KeePassXC
- qBittorrent: org.qbittorrent.qBittorrent - qBittorrent: org.qbittorrent.qBittorrent
- Syncthing: com.github.zocker_160.SyncThingy - Syncthing: com.github.zocker_160.SyncThingy
- VLC: org.videolan.VLC - VLC: org.videolan.VLC