From 8648136661e51768311ebbbd3859f235b2576305 Mon Sep 17 00:00:00 2001 From: pyr0ball Date: Fri, 28 Oct 2022 11:09:56 -0700 Subject: [PATCH] updated README --- README.md | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43ba880..939a2cf 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,24 @@ -pyr0-sh -=============== +# Pyr0ball's Reductive [bash] Library Auto-Installer + +--- + +This installer depends on [PRbL](https://github.com/pyr0ball/PRbL-bashrc.git) and should be cloned recursively: + +```bash +git clone --recurse-submodules https://github.com/pyr0ball/PRbL-bashrc.git +cd PRbL-bashrc/ +./install.sh -i +``` + +This installer sets up a number of bash-enhancing features: + +- Easy access to easy-to-use functions in bash scripting (check out ./PRbL/demo.sh for details) +- A pluggable environment configuration via ~/.bashrc.d/ +- An informative terminal login slapsh page + +Currently this installer only handles debian/ubuntu-based distros. + +Planned features: + +- Expanded automatic OS detection and package handling +- Modular login splash page