https://github.com/joseangcabb/dotfiles
My personal dotfiles. A modular, version-controlled setup for automating my development environment. Includes configs for Neovim, Zsh, Tmux, Git, and other essentials. Built for simplicity, portability, and productivity.
https://github.com/joseangcabb/dotfiles
archlinux dotfiles
Last synced: 7 months ago
JSON representation
My personal dotfiles. A modular, version-controlled setup for automating my development environment. Includes configs for Neovim, Zsh, Tmux, Git, and other essentials. Built for simplicity, portability, and productivity.
- Host: GitHub
- URL: https://github.com/joseangcabb/dotfiles
- Owner: joseangcabb
- Created: 2025-08-05T15:53:11.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-08-30T00:52:17.000Z (7 months ago)
- Last Synced: 2025-08-30T02:31:55.916Z (7 months ago)
- Topics: archlinux, dotfiles
- Language: Lua
- Homepage:
- Size: 55.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles (Arch Linux + Chezmoi)
My personal dotfiles, managed with [chezmoi](https://www.chezmoi.io/) and built on Arch Linux. This setup provides a complete development environment with **Neovim, Zsh, Tmux, React support, and AI-assisted coding**. Designed for speed, productivity, and portability.
## Features
### Terminal Setup
A fast, aesthetic shell environment:
- Shell: zsh + Starship prompt
- Autosuggestions, syntax highlighting, completions
- [Ghostty](https://ghostty.org/) terminal emulator
- Nerd Fonts + icons
- tmux session management
### Neovim Setup
Optimized for development speed, productivity, and extensibility:
- Plugin manager: [lazy.nvim](https://github.com/folke/lazy.nvim)
- LSP support for multiple languages
- Completion engine ([nvim-cmp](https://github.com/hrsh7th/nvim-cmp))
- Treesitter (syntax highlighting & folding)
- Navigation tools (NeoTree, Telescope)
- Color scheme & keymaps
- Custom commands & utilities
### AI Integration
AI-assisted coding with:
- [Avante.nvim](https://github.com/yetone/avante.nvim)
- [MCP Hub](https://github.com/ravitemer/mcphub.nvim)
- GitHub Copilot integration
- Inline completions and AI refactoring
- Works seamlessly with nvim-cmp + LSP
### React Development
Full support for modern React development:
- Autocompletion (TS/JS/JSX/TSX)
- Linting & formatting (eslint, prettier)
- Snippets for React components
- Treesitter highlighting
- Smooth integration with LSP + cmp