From 235da09dabb7808935be60cce55be54e32c1ee44 Mon Sep 17 00:00:00 2001 From: Ward Tentacle Date: Sat, 9 Aug 2025 21:30:05 +0000 Subject: [PATCH] init dotfiles --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2d1627d --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# dotfiles + +My shell and editor config. Nothing exciting. + +`bootstrap.sh` symlinks everything into `$HOME`. It expects a `.env` next to it +for the work-specific bits; that file is not committed (see `secrets/README.md`).