-
A TUI script that helps you install development tools depending on your use case.
-
This script is meant for ubuntu or ubuntu-based users
-
Available Scripts :
scripts
├── ai
| ├── pytorch_installer
| ├── tensorflow_installer
| └── conda
| ├── conda_installer
| └── conda_remover
├── dev
│ ├── android_studio_installer
│ ├── angular_installer
| ├── oracle_vm_installer
│ ├── flutter_installer
| └── docker
| ├── docker_installer
| └── docker_remover
├── drivers
│ ├── cuda_installer
| ├── cuda_switcher
│ └── nvidia
| ├── nvidia_driver_installer
| └── nvidia_driver_remover
└── tweaks
├── keyboard_rgb_fix
| ├── keyboard_rgb_fix_installer
| └── keyboard_rgb_fix_remover
├── spotify
| ├── spotify_installer
| └── spotify_remover
└── pipewire_installer
* Screenshots of the script :
- DEMO :
Live Script Installation of Conda on Ubuntu 24.04 :
live_conda_script.mp4
To run the script :
$ https://github.com/cllfst/script_helper.git
$ cd script_helper/
$ chmod +x utility_script.sh
$ ./utility_script.sh (Recommended)
or
$ bash utility_script.sh
Note
The script is improving by time. Expect new features in the future.
You can contribute to make our script better by forking this repository and creating PRs
Extra help is always appreciated ❤️




