Used with my local dev environment.
git clone git@github.com:jmeridth/dotfiles.git ~/dotfiles
cd ~/dotfiles
./setupThis will:
- Symlink config files to your home directory
- Symlink shared agent instructions and Claude config to your home directory
- Install packages via Homebrew (macOS) or apt (Debian)
- Install oh-my-zsh
My Claude Code skills no longer live here. They moved to their own marketplace repo, jmeridth/skills, and install as a plugin so they work in every repo without symlinking.
claude plugins marketplace add jmeridth/skills
claude plugins install jmeridth-skills@jmeridthUpdate later with:
claude plugins marketplace update jmeridthsetup # Entry point
scripts/
detect-os.sh # OS and hostname detection
install-packages.sh # Brew/apt package installation
install-tools.sh # oh-my-zsh
link-dotfiles.sh # Symlink configs to ~/
configs/ # Dotfiles and tool configs
AGENTS.md # Shared global agent instructions
Brewfile # Common Homebrew packages
Brewfile.work # Work-specific packages
Brewfile.personal # Personal-specific packages
Cheers, JM