new_bootstrap/readme.md

22 lines
432 B
Markdown

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