From ea9d354591c9c9362c9e5df01cfb87623c414f55 Mon Sep 17 00:00:00 2001 From: greg Date: Tue, 23 Jan 2024 10:45:39 -0800 Subject: [PATCH] +readme.md --- readme.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 readme.md diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..6274ec1 --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ +# Scripts Directory + +This repository contains a collection of scripts that I have created for various purposes. + +## Table of Contents + +- [Script 1](./scripts/enable-multilib.sh) +- [Script 2](./scripts/install-bluetooth-arch.sh) +- [Script 3](./scripts/install-docker-arh.sh) +- [Script 4](./scripts/install-nfs.sh) +- [Script 5](./scripts/install-terraform-arch.sh) +- [Script 6](./scripts/install-yay-arch.sh) +- [Script 7](./scripts/snapshot-arch.sh) + +## Usage + +Feel free to explore the scripts and use them as needed. Make sure to follow the instructions provided in each script's documentation. + +## License + +This repository is licensed under the [MIT License](./LICENSE). You are free to use, modify, and distribute the code within this repository without any restrictions or the need for attribution.