- #!/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
- npm -g isntall marked stylelint js-beautify javascript-typescript-langserver
- cargo install fd-find
|