An open API service indexing awesome lists of open source software.

https://github.com/lyonsyonii/lyon-deck-toolbox

Lyon's Deck Toolbox, an installer for a collection of tools and utilities to enhance the experience with the Steam Deck.
https://github.com/lyonsyonii/lyon-deck-toolbox

aur cryoutilities decky decky-loader emudeck installer linux manager pacman rust rwfus steam steam-deck tool tools updater utilities utility

Last synced: 3 months ago
JSON representation

Lyon's Deck Toolbox, an installer for a collection of tools and utilities to enhance the experience with the Steam Deck.

Awesome Lists containing this project

README

          

![Screenshot](https://github.com/LyonSyonII/lyon-deck-toolbox/blob/main/assets/screenshot.png?raw=true)
> Lyon's Deck Toolbox, an installer for a collection of tools and utilities to enhance the experience with the Steam Deck.

## Install
### Easy
[Download the `Lyon's Deck Toolbox.desktop` executable](https://github.com/LyonSyonII/lyon-deck-toolbox/releases/latest/download/lyon-deck-toolbox.desktop) file and double click it in the file explorer.

It will automatically update itself, so no need to download it again.

### For nerds
Clone the repository and run the `lyon-deck-toolbox` executable.
```bash
git clone https://github.com/LyonSyonII/lyon-deck-toolbox
cd lyon-deck-toolbox
./lyon-deck-toolbox
```

Or, if you want to compile it from source, install it with Cargo.
```bash
git clone https://github.com/LyonSyonII/lyon-deck-toolbox
cd lyon-deck-toolbox
cargo install --path .
```

## Tools
Currently the Toolbox can automatically install:
- ### [Rwfus](https://github.com/ValShaped/rwfus)
Like a vinyl couch cover for your filesystem, Rwfus covers your Deck's /usr/ directory (and some others) allowing you to initialize and use pacman (the Arch Linux package manager) on the Steam Deck without losing packages when the next update comes out.

- ### [CryoUtilities](https://github.com/CryoByte33/steam-deck-utilities)
Scripts and utilities to enhance the Steam Deck experience, particularly performance.

- ### [Emudeck](https://github.com/dragoonDorise/EmuDeck)
EmuDeck is a collection of scripts that allows you to autoconfigure your Steam Deck, it creates your roms directory structure and downloads all of the needed Emulators for you along with the best configurations for each of them.

- ### [Decky-loader](https://github.com/SteamDeckHomebrew/decky-loader)
Decky Loader is a homebrew plugin launcher for the Steam Deck.

- ### [SteamOS Btrfs](https://github.com/popsUlfr/steamos-btrfs)
Btrfs is an alternative linux filesystem that allows to compress all files automatically, potentially saving a lot of storage.
It can be especially useful to users of the 64GB deck model.
This injector will install the necessary payload to keep a btrfs formatted /home even through system updates.