starts doc

This commit is contained in:
waldek 2022-08-23 14:07:01 +02:00
parent 654563160e
commit cd30d915ed
1 changed files with 21 additions and 0 deletions

21
readme.md Normal file
View File

@ -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)"
```