https://github.com/teleprint-me/bootstrap-arch-linux
Experimental, minimalistic, and modular scripts to bootstrap Arch Linux
https://github.com/teleprint-me/bootstrap-arch-linux
ai arch bash gaming linux ml script
Last synced: 3 months ago
JSON representation
Experimental, minimalistic, and modular scripts to bootstrap Arch Linux
- Host: GitHub
- URL: https://github.com/teleprint-me/bootstrap-arch-linux
- Owner: teleprint-me
- License: agpl-3.0
- Created: 2023-06-12T20:35:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-03T03:02:05.000Z (about 1 year ago)
- Last Synced: 2025-01-03T10:45:51.173Z (4 months ago)
- Topics: ai, arch, bash, gaming, linux, ml, script
- Language: Shell
- Homepage:
- Size: 158 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bootstrap Arch Linux
This repository contains a collection of experimental, minimalistic, and modular scripts designed to bootstrap an Arch Linux system. The scripts are organized in a way that allows you to choose exactly what you want to install and configure, providing a high degree of flexibility and control.
## Features
- **Modular Structure:** Each script is designed to handle a specific task, such as installing a particular set of packages or setting up a specific piece of software. This allows you to pick and choose exactly what you want to install and configure.
- **User Confirmation:** Before each installation or configuration task, the script will ask for your confirmation. This prevents accidental installations and gives you a chance to review what will be done.
- **Error Checking:** The scripts check if the necessary files exist and are readable before proceeding, preventing failures during execution.
## Usage
To use these scripts, clone this repository and run the `install.sh` script. This will present you with a menu of options. Select the option that corresponds to the task you want to perform.
Please note that these scripts are experimental and should be used with caution. Always review the scripts before running them to ensure they will not perform any unwanted actions.
## Contributing
Contributions are welcome! If you have improvements or fixes, please open a pull request. If you find issues, please open an issue.
## License
These scripts are released under the AGPL License. See the `LICENSE` file for more details.