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 +```