/deck-tools

Various Tools for Steam Deck

Primary LanguageShellMIT LicenseMIT

Steam Deck Tools


GitHub Latest Release) | GitHub Release Date | GitHub Commits Since Latest Release

Installation

  1. Clone repository to /home/deck/.config/DeckTools, by executing in Konsole

    cd /home/deck/.config && git clone https://github.com/REDNBLACK/deck-tools.git DeckTools
  2. Set sudo password, (if not already!!!), by executing in Konsole

    passwd
  3. (Optional) Allow starting/stopping SSH File Transfer without sudo, by executing in Konsole

    echo "%wheel ALL=(ALL) NOPASSWD: /usr/bin/systemctl * sshd.service" | sudo tee /etc/sudoers.d/wheel > /dev/null

    After execution, /etc/sudoers.d/wheel file contents looks like this:

    %wheel ALL=(ALL) ALL
    %wheel ALL=(ALL) NOPASSWD: /usr/bin/systemctl * sshd.service
    
  4. Add privelegies and run initialization, by executing in Konsole

    chmod +x /home/deck/.config/DeckTools/bin/gui && . $_