Skip to content

Instantly share code, notes, and snippets.

@Staars
Created July 6, 2026 19:10
Show Gist options
  • Select an option

  • Save Staars/370ec42f6e19dda102718e029a8a3be6 to your computer and use it in GitHub Desktop.

Select an option

Save Staars/370ec42f6e19dda102718e029a8a3be6 to your computer and use it in GitHub Desktop.
Install Pioarduino in Zed (place inside .zed folder, use with cmd+shift+r)
[
{
"label": "Install Pioarduino",
"command": "curl -LsSf https://astral.sh/uv/install.sh | sh && uv tool install --python 3.13 pioarduino",
"cwd": "$ZED_WORKTREE_ROOT",
"reveal": "always",
},
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment