Bento is a collection of scripts and configuration files to setup a macOS computer for development, loosely based on thoughtbot/laptop and other dotfiles. The script can safely run multiple times, where subsequent runs will upgrade existing packages and fix broken links.
Bento requires Xcode or the Xcode Command Line Tools. Once git
is available, clone this repository and run the bootstrapping script.
xcode-select --install
git clone https://github.com/Polytonic/Bento.git
cd Bento && caffeinate -s zsh bootstrap.sh
To update, run ./bootstrap.sh
as needed.