Personal macOS development environment.
Install these before running bootstrap:
-
Xcode Command Line Tools
xcode-select --install
-
Homebrew
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)" -
Restart your terminal (only needed if you just installed Homebrew)
curl -fsSL https://raw.githubusercontent.com/rafaelcruzazevedo/dotfiles/master/bootstrap | zshcd ~/.dotfiles
./bootstrapThis shows an interactive menu:
> Install (fresh setup)
Update (pull + re-apply)
Uninstall (remove all)
Dry Run (preview changes)
./bootstrap install # Fresh install
./bootstrap update # Pull + re-apply
./bootstrap uninstall # Remove all
./bootstrap install --dry-run # Preview changes
./bootstrap help # Show helpbrew install font-meslo-lg-nerd-fontSet font in iTerm2: Preferences > Profiles > Text
brew install starship$(brew --prefix)/opt/fzf/install --key-bindings --completion --no-update-rc --no-bash --no-fishzplug install && zplug loadFull documentation | MIT License