This sets up my osx environment with a few commands using brew and babashka. My osx environment includes the main applications I rely on as well as my personal repositories e.g. my dotfiles. This works on a macbook pro with an intel or m1 chip.
- Install brew.
- Install babashka 0.3.7+ with brew.
Setup all the things: brew bundle install && bb setup
Update all repositories: bb repo-update
To install new brew packages: brew bundle install --no-upgrade
See LICENSE.md