Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 550 Bytes

File metadata and controls

23 lines (14 loc) · 550 Bytes

OS Bootstraps

A collection of Linux environment bootstrap scripts designed to automate the setup of development environments.

Structure

  • linux/ubuntu/ – Scripts specifically for Ubuntu-based distributions.
  • LICENSE – Open-source license.
  • README.md – You are here!

Purpose

This project is intended to quickly set up a fresh Ubuntu environment with essential packages, developer tools, and custom configurations.

Getting Started

To get started with the Ubuntu setup:

cd linux/ubuntu
chmod +x run.sh
./run.sh