Changes from upstream:
- Plugins folder moved to ~/.local to follow FreeDesktop standards. (Issue)
- This may break some plugins, however these should be very easy to fix.
- Improvements to the install script.
- Go into the Steam Deck Settings
- Under System -> System Settings toggle
Enable Developer Mode
- Scroll the sidebar all the way down and click on
Developer
- Under Miscellaneous, enable
CEF Remote Debugging
- Click on the
STEAM
button and selectPower
->Switch to Desktop
- Make sure you have a password set with the "passwd" command in terminal to install it (YouTube Guide).
- Open a terminal and paste the following command into it:
-
For users:
curl -L https://github.com/logan2611/PluginLoader/raw/main/dist/install_release.sh | sudo sh
-
For developers:
-curl -L https://github.com/logan2611/PluginLoader/raw/main/dist/install_nightly.sh | sh
Nightly releases are currently broken.
-
- Done! Reboot back into Gaming mode and enjoy your plugins!
- Open a terminal and paste the following commands into it:
-
For users:
curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/uninstall.sh | sudo sh mkdir -p ~/.local/share/homebrew sudo mv ~/homebrew ~/.local/share/ sudo chown -R deck: ~/.local/share/homebrew find ~/.local/share/homebrew -type d -exec chmod 0755 {} \; find ~/.local/share/homebrew -type f -exec chmod 0644 {} \; curl -L https://github.com/logan2611/PluginLoader/raw/main/dist/install_release.sh | sudo sh
-
For developers:
Nightly releases are currently broken.
curl -L https://github.com/SteamDeckHomebrew/PluginLoader/raw/main/dist/uninstall.sh | sudo sh mkdir -p ~/.local/share/homebrew sudo mv ~/homebrew ~/.local/share/ sudo chown -R deck: ~/.local/share/homebrew find ~/.local/share/homebrew -type d -exec chmod 0755 {} \; find ~/.local/share/homebrew -type f -exec chmod 0644 {} \; curl -L https://github.com/logan2611/PluginLoader/raw/main/dist/install_nightly.sh | sudo sh
-
- Simply copy the plugin's folder into
~/.local/share/homebrew/plugins
- Open a terminal and paste the following command into it:
- For both users and developers:
curl -L https://github.com/logan2611/PluginLoader/raw/main/dist/uninstall.sh | sudo sh
- For both users and developers: