9 lines
104 B
Bash
9 lines
104 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
rye
|
||
|
|
||
|
rye install uv
|
||
|
rye install ruff
|
||
|
rye install pyright
|
||
|
rye install keymap-drawer
|