Debian Environment Installer A simple script to automate the setup of a Debian environment with essential tools and configurations.
Overview: This project provides an easy-to-use installer script to quickly set up a Debian system with a pre-defined set of packages and configurations. It’s perfect for new installations or for quickly configuring Debian on multiple machines.
Features Installs essential development tools
Configures system settings for optimized performance
Installs common utilities and software
Easy to run with minimal input
Requirements A system running Debian or Debian-based Linux
User with sudo privileges
Internet connection to download packages
Usage Clone this repository: git clone https://github.com/Dominanko/Debian-environment-installer.git
Navigate to the project folder: cd Debian-environment-installer
Make the installer script executable: chmod +x Debian_environment_installer.sh
Run the installer: sudo ./Debian_environment_installer.sh
Contributing Feel free to submit issues and pull requests for improvements or additional features!