feat: Improve bootstrap

This commit is contained in:
2022-05-21 02:30:05 +02:00
parent b75c801a47
commit d8a7adcdbb
8 changed files with 153 additions and 76 deletions

View File

@ -1,3 +1,7 @@
# config-bootstrap
Just a script to easily setup my shell environment on new devices.
```
git clone https://github.com/xlogerais/config-bootstrap.git ~/.bootstrap && cd ~/.bootstrap && bash bootstrap.bash
```