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
- Host: GitHub
- URL: https://github.com/merkez/insthat
- Owner: merkez
- License: mit
- Created: 2022-04-27T17:25:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-15T01:49:32.000Z (over 3 years ago)
- Last Synced: 2025-04-12T16:17:18.007Z (about 1 year ago)
- Topics: automated, bash, bash-script, linux
- Language: Shell
- Homepage: https://mrturkmen.com/posts/automate-ci-cd-with-slack-command/
- Size: 50.8 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.
[](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
```
[](https://asciinema.org/a/491489)
## contribution
Happy to include your contributions and possible tools/programs into script, just create an issue or pull request :)