KIDD🌀TS is a carefully crafted collection of dotfiles designed to create a productive, efficient, and streamlined development environment. With a focus on simplicity, performance, and usability, this setup empowers developers to work smarter, not harder.
- 🐱 Kitty: A lightning-fast, GPU-accelerated terminal emulator
- ⬛ Zsh: A powerful shell with extensive customization capabilities
- 💉 Antidote: Efficient Zsh plugin management
- 🚀 Starship: A minimal and blazing-fast cross-shell prompt
- 🪟 Tmux: Terminal multiplexer for managing multiple sessions
- 🔌 TPM: Streamlined Tmux plugin management
- 📓 Neovim: Modern, extensible text editor for power users
- Neovim v0.10+
- Kitty Terminal v0.32+
- Eza Modern
lsreplacement - zsh
- luarocks
- git
- curl
- unzip
- ripgrep
here is what I use for my system: https://github.com/cesargomez89/dotflakes/blob/main/nixos/configuration.nix#L116
Install KIDD🌀TS with a single command:
curl -s https://raw.githubusercontent.com/cesargomez89/kiddots/main/install.sh | bashCtrl + h/j/k/l: Seamless navigation between panes and windowsCtrl + Shift + Left/Right Arrow: Quick tab switchingCtrl + TAB: Cycle through tabsCtrl + Shift + t: Instantly open new tabsCtrl + Shift + l: Toggle layout between standard and zoomed
- Comprehensive set of shell aliases
- Detailed alias documentation available in ALIASES.md
- Package Manager: Lazy.nvim
- Plugins: Curated collection in lua plugins
- Customizations: Detailed in options.lua
- AI Assistance:
- Leader Key: Space
- Neotree Toggle:
leader + fe
💬 Avante.nvim: Seamless AI chat integration directly within Neovim
- sources:
- gemini (default/free) - requires an API key (GEMINI_API_KEY)
shortcuts:
- + aa: open AI chat
- + s Submit prompt
- 🤖 Codeium: Intelligent code suggestions powered by AI (Virtual Text + cmp)
- ⚡️ Supermaven: Advanced AI-driven code completion (cmp)
Integration with nvim-cmp
-
sources:
- supermaven
- codeium
- luasnip
- lsp
- buffer
- path
-
shortcuts:
- next item
- previous item
- accept suggestion
We welcome contributions! To get involved:
- Fork the repository
- Create your feature branch
- Commit your changes
- Push to the branch
- Submit a pull request
- Source Code: GitHub Repository
- Issues: GitHub Issues
Made with ❤️ by Developers, for Developers


