From 75399a98d8a071cceb79103f14d8877c4c847819 Mon Sep 17 00:00:00 2001 From: syui Date: Wed, 11 Jun 2025 08:07:31 +0900 Subject: [PATCH] add claude --- CLAUDE.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 CLAUDE.md diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..2d52fbd --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,35 @@ +# Claude Code Configuration + +This dotfiles repository is configured for optimal AI-assisted development with Claude Code. + +## Development Environment + +- **nvim**: Neovim configuration optimized for AI pair programming +- **tmux**: Terminal multiplexer for efficient session management +- **zsh**: Shell configuration with AI workflow enhancements + +## Claude Code Integration + +This environment is designed to work seamlessly with Claude Code for: +- Code analysis and refactoring +- Configuration management +- Development workflow automation +- AI-assisted debugging and optimization + +## Commands + +Common commands for this dotfiles setup: + +```bash +# Install dotfiles +./install.sh + +# Lint and format (if applicable) +# Add specific commands here as needed +``` + +## Notes + +- Environment optimized for AI collaboration +- Configurations prioritize readability and maintainability +- Integrated workflow between nvim, tmux, and zsh for seamless development \ No newline at end of file