My personal dotfiles. Simple symlinks, one command to set up a new Mac.
Install Homebrew (or your company's internal equivalent).
cd && git clone https://github.com/juanger/dotfiles.git .files
~/.files/install
This will:
- Install packages from the
Brewfileviabrew bundle(node, starship, git, gh) - Symlink everything in
source/to your home directory as dotfiles
If a dotfile already exists, you'll be prompted to skip, overwrite, or keep both.
To add new packages, edit the Brewfile and re-run ~/.files/install.
- zshrc — minimal zsh config with Starship prompt (gruvbox-rainbow preset)
- gitconfig — git user, color, and aliases
- gitignore — global ignores for macOS and editors
- starship.toml — Starship prompt configuration