Skip to content

zitrocode/dotfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

$ git clone https://github.com/zitrocode/dotfiles.git

Then run:

$ chmod +x install.sh
$ ./install.sh

This will install:

  • Homebrew
  • ZSH Tools
  • Neovim and LSPs
  • Expo and development tools
  • Required CLI utilities

Structure

~
├── .config/
│   ├── nvim/
│   ├── ghostty/
│   └── starship.toml
├── .zshrc
├── .zprofile
├── .czrc
└── install.sh

Usage

After installation, restart your terminal:

$ exec zsh

Then verify:

$ 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

About

Personal macOS dotfiles focused on Neovim, Zsh and Expo development workflow.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors