My dotfiles setup for macOS. Uses Homebrew to install terminal software and creates symlinks for configs.
- brew.sh: Installs terminal software via Homebrew (fzf, zoxide, eza, fd, bat, starship)
- install.sh: Interactive installer that runs brew.sh and sets up config symlinks
./install.shThe installer will prompt you for:
- Installing Homebrew and terminal software
- Creating config symlinks (currently supports ghostty)
- Ghostty terminal config (
config/ghostty/) - Helix editor config (
config/helix/) - Starship prompt config (
config/starship.toml) - Zsh config (
config/.zshrc) - Settings for VS-Codium (
settings.json)