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
- Host: GitHub
- URL: https://github.com/lazydoomslayer/os-bootstraps
- Owner: LazyDoomSlayer
- License: mit
- Created: 2025-06-10T10:29:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-08-02T11:37:23.000Z (11 months ago)
- Last Synced: 2025-09-12T21:54:27.102Z (10 months ago)
- Topics: bash, bash-automation, bash-scripting, bootstrapping-sc, os-automa
- Language: Shell
- Homepage:
- Size: 44.9 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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