[readme] Add helpful readme

This commit is contained in:
2026-04-09 18:31:10 -04:00
parent e18bf938d0
commit 33a83fdb50

15
README.md Normal file
View File

@ -0,0 +1,15 @@
# Dotfiles
## Quick Install
Install the bootstrap script:
```bash
curl -fsSL https://code.lab.unbl.ink/secstate/dotfiles/raw/master/bin/.local/bin/bootstrap.sh | bash
```
Install the setup script:
```bash
curl -fsSL https://code.lab.unbl.ink/secstate/dotfiles/raw/master/bin/.local/bin/setup.sh | bash
```