by joshukraine
:round_pushpin: My dotfiles for macOS using Neovim, Zsh or Fish, and Ghostty + Tmux
# Add to your Claude Code skills
git clone https://github.com/joshukraine/dotfiles![dotfiles screenshot][screenshot]
For first-time users: See the complete setup documentation for detailed guidance.
Make sure macOS is up to date and you have installed the required software.
Clone this repo.
git clone https://github.com/joshukraine/dotfiles.git ~/dotfiles
Read the setup script and check available options.
less ~/dotfiles/setup.sh
~/dotfiles/setup.sh --help
Preview what the setup script will do (dry-run mode).
~/dotfiles/setup.sh --dry-run
Run the setup script.
~/dotfiles/setup.sh
For detailed guidance on installation, customization, and troubleshooting:
| Guide | Purpose | | ---------------------------------------------------------- | -------------------------------------------- | | Setup Overview | Choose the right guide for your situation | | Installation Guide | Complete step-by-step setup walkthrough | | Usage Examples | Command examples and practical scenarios | | **[Troubleshootin...