From 870b0ededdcc19584b27ace9bc6548af194a4a0d Mon Sep 17 00:00:00 2001 From: Jens Luedicke Date: Sun, 21 Sep 2025 18:15:07 +0200 Subject: [PATCH] Add README.md --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..080326c --- /dev/null +++ b/README.md @@ -0,0 +1,13 @@ +# Dotfiles Configuration + +Personal configuration files for development tools. + +## Contents + +- **alacritty/** - Alacritty terminal emulator configuration +- **emacs/** - Emacs editor configuration (git submodule) +- **tmux/** - Tmux terminal multiplexer configuration + +## Git Configuration + +Includes git configuration with custom editor setup and ignore patterns. \ No newline at end of file