diff --git a/README.md b/README.md new file mode 100644 index 0000000..e256d05 --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# Shell Scipts + +A collection of shell scripts that I like to have on my server, +the `setup` folder contains steps to quickly configure a new debian machine. + +Many of the scripts use `config.sh`, which there is an example config for reference. +It can contain information like discord webhooks, drives to monitor storage usage, etc. + +Most used scripts is the `*-all.sh` scripts, which are various git functions run across +a collection of locations. So you can be in a code folder containing multiple projects, +and run `status-all.sh` to get a concise summary of each codebase without having to go into each one.