8 lines
118 B
Bash
8 lines
118 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
uv tool update-shell
|
||
|
|
||
|
uv tool install ruff
|
||
|
uv tool install pyright
|
||
|
uv tool install keymap-drawer
|