11 lines
317 B
Bash
Executable File
11 lines
317 B
Bash
Executable File
#!/bin/bash
|
|
|
|
npm -g i pyright --force
|
|
npm -g i bash-language-server --force
|
|
npm -g i yaml-language-server --force
|
|
npm -g i @ansible/ansible-language-server --force
|
|
GO111MODULE=on go install mvdan.cc/sh/v3/cmd/shfmt@latest
|
|
GO111MODULE=on go install golang.org/x/tools/gopls@latest
|
|
pip install black
|
|
pip3 install black
|