Cross-platform dotfiles for macOS (ARM) and Linux (x86_64). Nix for packages, zsh for shell.
curl -fsSL https://raw.githubusercontent.com/jamierpond/.config/main/setup.sh | bash
# or
make bootstrap && make switch~/.config/
├── zshrc, prompt.zsh, vi-mode.zsh # Shell
├── bin/scripts/ # Utility scripts + short aliases
├── nvim/ # Neovim (lazy.nvim)
├── tmux/ # Tmux (prefix: C-a)
├── flake.nix, home/, darwin/ # Nix
└── Makefile # make switch / update / gc
Whitelist .gitignore — everything ignored by default, explicitly track what you want.