An open API service indexing awesome lists of open source software.

https://github.com/lazydoomslayer/os-bootstraps


https://github.com/lazydoomslayer/os-bootstraps

bash bash-automation bash-scripting bootstrapping-sc os-automa

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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:

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