Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 840 Bytes

readme.md

File metadata and controls

13 lines (10 loc) · 840 Bytes

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.

Getting Started

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.