- Packages managed by Homebrew
- Terminal app is Ghostty
- Virtual Machines via OrbStack
- Dotfiles managed with Stow
- Clone this repository to
$HOME/.config
- Install Homebrew
- In this directory, run
brew bundle
to install the packages - Use
stow
to symlink the config files in each directory. i.e.cd $/HOME/.config && stow zsh
results in~/.zshrc -> ~/$HOME/.config/zsh/.zshrc
(more on managing dotfiles with stow)