mirror of
https://github.com/SteamDeckHomebrew/decky-plugin-template.git
synced 2025-11-30 11:13:33 -06:00
Migrate bash scripts to package scripts. Update VSCode tasks to use package scripts. Use ssh key instead of password.
This commit is contained in:
parent
8262602460
commit
14dfd8e8c2
9 changed files with 78 additions and 221 deletions
9
.env.example
Normal file
9
.env.example
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue