An open API service indexing awesome lists of open source software.

https://github.com/merkez/insthat

Basic script to install essential tools and some programs on Debian OS
https://github.com/merkez/insthat

automated bash bash-script linux

Last synced: 4 months ago
JSON representation

Basic script to install essential tools and some programs on Debian OS

Awesome Lists containing this project

README

          

# install-tools

This repository contains some list of essential tools and additional programs to be installed on Debian based computer.

[![Test installation script](https://github.com/merkez/insthat/actions/workflows/test-script.yml/badge.svg)](https://github.com/merkez/insthat/actions/workflows/test-script.yml)

> **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**

## what is included

| **_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 |

## how to run

```bash
$ curl -fsSL https://raw.githubusercontent.com/merkez/install-tools/main/install-tools.sh -o install-tools.sh
$ sudo bash install-tools.sh
```

[![asciicast](https://asciinema.org/a/491489.svg)](https://asciinema.org/a/491489)

## contribution

Happy to include your contributions and possible tools/programs into script, just create an issue or pull request :)