Go to file
waldek cd30d915ed starts doc 2022-08-23 14:07:01 +02:00
bootstrap.sh fixes a typo 2022-08-23 12:20:38 +02:00
readme.md starts doc 2022-08-23 14:07:01 +02:00

readme.md

My Personal Shell Config

Installing

Two steps

First you download the bootstrap.sh file, then you execute it with 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.

sh -c "$(wget -O - https://gitea.86thumbs.net/warnanteloise/bootstrap/raw/branch/master/bootstrap.sh)"