Migrate bash scripts to package scripts. Update VSCode tasks to use package scripts. Use ssh key instead of password.

This commit is contained in:
Kim T 2025-10-10 21:41:05 -07:00
commit 14dfd8e8c2
9 changed files with 78 additions and 221 deletions

9
.env.example Normal file
View file

@ -0,0 +1,9 @@
DECK_IP=steamdeck.local
DECK_PORT=22
DECK_USER=deck
# The SSH key option for ssh/rsync.
# e.g., -i /home/user/.ssh/id_rsa
# Can be left empty if using an ssh-agent or default key location.
DECK_KEY=
DECK_DIR=/home/deck
PLUGIN_NAME="Example Plugin"