Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polytonic/bento
Dotfiles + Mac Bootstrapping
https://github.com/polytonic/bento
dotfiles laptop shell
Last synced: 5 days ago
JSON representation
Dotfiles + Mac Bootstrapping
- Host: GitHub
- URL: https://github.com/polytonic/bento
- Owner: Polytonic
- License: mit
- Created: 2014-12-22T05:29:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-06-22T23:03:06.000Z (5 months ago)
- Last Synced: 2024-06-23T04:08:59.625Z (5 months ago)
- Topics: dotfiles, laptop, shell
- Language: Shell
- Homepage: http://polytonic.github.io/Periwinkle/
- Size: 139 KB
- Stars: 5
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: license.md
Awesome Lists containing this project
README
# [Bento](https://github.com/Polytonic/Bento)
Bento is a collection of scripts and configuration files to setup a macOS computer for development, loosely based on [thoughtbot/laptop](https://github.com/thoughtbot/laptop) and [other dotfiles](http://dotfiles.github.io/). The script can safely run multiple times, where subsequent runs will upgrade existing packages and fix broken links.## Getting Started
Bento requires [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) or the [Xcode Command Line Tools](https://developer.apple.com/library/ios/technotes/tn2339/_index.html). Once `git` is available, clone this repository and run the bootstrapping script.```bash
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.