Minimal and reproducible macOS setup focused on Neovim, Zsh and Expo development
This repository contains my personal configuration for:
- ZSH
- Neovim (editor)
- Ghostty (terminal)
- Starship prompt
- Development tools
- Node
- Expo
- Python
- Lua
Clone this repository into your home directory
$ git clone https://github.com/zitrocode/dotfiles.gitThen run:
$ chmod +x install.sh
$ ./install.shThis will install:
- Homebrew
- ZSH Tools
- Neovim and LSPs
- Expo and development tools
- Required CLI utilities
~
├── .config/
│ ├── nvim/
│ ├── ghostty/
│ └── starship.toml
├── .zshrc
├── .zprofile
├── .czrc
└── install.shAfter installation, restart your terminal:
$ exec zshThen verify:
$ brew --version
$ nvim --version
$ node --version
$ starship --versionThese dotfiles follow a minimal setup
- Simple
- Fast
- Maintainable
- Easy to reinstall
- Focused on developer productivity