This repository contains some list of essential tools and additional programs to be installed on Debian based computer.
ALTHOUGH IT IS TESTED ON UBUNTU 20, USE IT AT YOUR RISK, CHECK THE SCRIPT BEFORE USING TO UPDATE VERSIONS AND OTHER STUFF THAT YOU MAY WANT TO UPDATE
Programming Langs | IDEs/Code Editors | Linux#Tools | Other Applications |
---|---|---|---|
go | goland | build-essential | docker |
rust | pycharm | cmake | virtualbox |
nodejs | intellij | vim | vagrant |
rubymine | curl | yarn | |
sublime | wget | npm | |
vs-code | zsh | venv | |
anaconda | tree | ninja | |
webstorm | htop | adaptopenjdk | |
ffmpeg | telegram | ||
7z | qemu | ||
mongodb | |||
kafka | |||
pip | |||
zoom |
$ curl -fsSL https://raw.githubusercontent.com/merkez/install-tools/main/install-tools.sh -o install-tools.sh
$ sudo bash install-tools.sh
Happy to include your contributions and possible tools/programs into script, just create an issue or pull request :)