add claude
This commit is contained in:
35
CLAUDE.md
Normal file
35
CLAUDE.md
Normal file
@ -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
|
Reference in New Issue
Block a user