My personal dotfiles for macOS development environment setup.
- macOS
- Git
- Xcode Command Line Tools (
xcode-select --install)
git clone git@github.com:cooldaemon/dotfiles.git
cd dotfiles
make setup
chsh -s /opt/homebrew/bin/fishRestart your terminal after setup.
cd ~/git/dotfiles
git pull
make updateRun make help to see all available targets.
- Installs CLI tools and GUI applications via Homebrew
- Manages development language versions via mise
- Configures Fish shell with Oh My Fish
- Sets up Claude Code and MCP servers
- Symlinks dotfiles and configuration files
See Makefile and ansible/ for details.
-
Configure Git:
git config --global user.name "Your Name" git config --global user.email "your.email@example.com"
-
Set up SSH keys:
ssh-keygen -t ed25519 -C "your.email@example.com"
MIT