https://github.com/zitrocode/dotfiles
Personal macOS dotfiles focused on Neovim, Zsh and Expo development workflow.
https://github.com/zitrocode/dotfiles
Last synced: 30 days ago
JSON representation
Personal macOS dotfiles focused on Neovim, Zsh and Expo development workflow.
- Host: GitHub
- URL: https://github.com/zitrocode/dotfiles
- Owner: zitrocode
- Created: 2026-04-20T00:15:24.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2026-05-15T04:33:35.000Z (about 2 months ago)
- Last Synced: 2026-05-15T06:42:04.307Z (about 2 months ago)
- Language: Lua
- Size: 28.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dotfiles
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
# Installation
Clone this repository into your home directory
````bash
$ git clone https://github.com/zitrocode/dotfiles.git
````
Then run:
````bash
$ chmod +x install.sh
$ ./install.sh
````
This will install:
- Homebrew
- ZSH Tools
- Neovim and LSPs
- Expo and development tools
- Required CLI utilities
## Structure
````bash
~
├── .config/
│ ├── nvim/
│ ├── ghostty/
│ └── starship.toml
├── .zshrc
├── .zprofile
├── .czrc
└── install.sh
````
# Usage
After installation, restart your terminal:
````bash
$ exec zsh
````
Then verify:
````bash
$ brew --version
$ nvim --version
$ node --version
$ starship --version
````
# Philosophy
These dotfiles follow a minimal setup
- Simple
- Fast
- Maintainable
- Easy to reinstall
- Focused on developer productivity