From cd30d915ed180f9b2d0871f6dd77e24e5dcf71af Mon Sep 17 00:00:00 2001 From: waldek Date: Tue, 23 Aug 2022 14:07:01 +0200 Subject: [PATCH] starts doc --- 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..c0cc625 --- /dev/null +++ b/readme.md @@ -0,0 +1,21 @@ +# My Personal Shell Config + +## Installing + +### Two steps + +First you download the `bootstrap.sh` file, then you execute it with `bash`. + +```bash +wget https://gitea.86thumbs.net/warnanteloise/bootstrap/raw/branch/master/bootstrap.sh +bash bootstrap.sh +``` + +### One step + +This can be one in one simple step as follows. + +```bash +sh -c "$(wget -O - https://gitea.86thumbs.net/warnanteloise/bootstrap/raw/branch/master/bootstrap.sh)" +``` +