11 lines
368 B
Bash
Executable File
11 lines
368 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
sudo apt install markdown editorconfig shellcheck
|
|
pip install python-language-server[all] gi ipython
|
|
go get -u github.com/motemen/gore/cmd/gore
|
|
go get -u github.com/rogpeppe/godef/...
|
|
go get -u github.com/nsf/gocode
|
|
go get -u golang.org/x/tools/cmd/guru
|
|
npm -g isntall marked stylelint js-beautify typescript-language-server
|
|
cargo install fd-find
|