Developer Edition โ by Zephyr
A one-command setup script for CS students and beginners that turns a fresh Ubuntu install into a developer-ready, AI-lab-ready, beautiful workstation.
This script installs essential tools, configures a Python AI environment, sets up databases, adds productivity apps, and gives your desktop a fresh look โ all automatically.
After running, your system will have:
๐ง Development Tools
- GCC, G++, Make (build-essential)
- GDB (debugger)
- Git
- Python 3 + pip + venv
- Visual Studio Code
Inside it:
- Jupyter Lab
- Jupyter Notebook
- NumPy, Pandas, Matplotlib
๐ Productivity & Daily Apps
- Google Chrome
- Spotify
- VLC
- Curl, Wget, Htop, Tree
- Vim, Nano
- Zip / Unzip
- Net-tools
๐ How to use
- Clone the repository
#first install git
sudo apt install git
git clone https://github.com/israrkhan-cys/ubuntu_fresh_setup.git
cd ubuntu_fresh_setup
3. Make the script executable
sudo chmod +x setup.sh
4. Run it
sudo ./setup.sh
Designed for Ubuntu 20.04+ Run only on fresh or clean systems Tested inside VirtualBox
Pull requests are welcome. Feel free to add tools, themes, or improvements.
๐ Made for students
If you are learning CS, AI, or Linux โ this is for you.
โFrom fresh install to dev-ready in one command.โ