7 lines
146 B
Bash
7 lines
146 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
npm -g i pyright bash-language-server
|
||
|
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
||
|
pip install black
|
||
|
pip3 install black
|