An open API service indexing awesome lists of open source software.

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.

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