From 33a83fdb50b3163834593dbb134a35e0ca61c3cf Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 9 Apr 2026 18:31:10 -0400 Subject: [PATCH] [readme] Add helpful readme --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..830a780 --- /dev/null +++ b/README.md @@ -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 +```