PageRenderTime 25ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/readable.setup.sh

https://github.com/shurane/dotfiles
Shell | 21 lines | 13 code | 5 blank | 3 comment | 0 complexity | ae198d96421072183229409c539f7038 MD5 | raw file
  1. # https://github.com/nodesource/distributions/blob/master/README.md
  2. curl -sL https://deb.nodesource.com/setup_14.x | sudo -E bash -
  3. # third party binaries, installed manually
  4. : << 'END'
  5. - neovim https://github.com/neovim/neovim/wiki/Installing-Neovim#appimage-universal-linux-package
  6. - ripgrep https://github.com/BurntSushi/ripgrep#installation
  7. - scc https://github.com/boyter/scc
  8. END
  9. sudo apt install -y tmux mosh tree rsync ncdu htop fasd p7zip-full
  10. # for programming
  11. sudo apt -y install postgresql postgresql-client
  12. sudo apt install -y nodejs python3-pip tig
  13. sudo pip3 install ipython requests flask pylint black
  14. sudo npm install -g http-server serve nodemon
  15. sudo npm install -g typescript ts-node js-beautify eslint rimraf
  16. sudo npm install -g npm-check tldr #optional