From 5bed7c3d3c5f3e78bc4ddfe0dea0f68dc3725412 Mon Sep 17 00:00:00 2001 From: "claude[bot]" <41898282+claude[bot]@users.noreply.github.com> Date: Sun, 9 Nov 2025 15:41:49 +0000 Subject: [PATCH] docs: update README with project description and structure - Add brief description of dotfiles project - Document directory structure and purpose of each config folder Co-authored-by: Andrew Galvan --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 96bf7ed..d352271 100644 --- a/README.md +++ b/README.md @@ -1 +1,13 @@ # dotfiles + +Personal configuration files for macOS development environment. + +## Structure + +- **alacritty/** - Terminal emulator configuration +- **bin/** - Custom scripts and executables +- **nvim/** - Neovim editor configuration with plugins +- **skhd/** - Simple hotkey daemon for macOS keyboard shortcuts +- **tmux/** - Terminal multiplexer configuration +- **yabai/** - Tiling window manager for macOS +- **zsh/** - Zsh shell configuration and profile