toddheslin / macbot

A simple way to configure your mac.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Macbot

Macbot is a shell script to automatically configure your Mac with sane and secure settings. It's free to use, Apache 2.0 licensed.

Example Image

Usage

  1. Review all the code in this repository. The code in here is kept simple and readable on purpose. It's just shell scripts.

  2. Modify the install.sh. You'll probably want to tweak some of the performance settings, and install different applications.

  3. Run install.sh using Terminal.app. sh ./install.sh

  4. Automating everything is not always feasible, so fill out your own backup.md and install.md to document any extra manual steps, so you don't forget.

Blog Post

Want more details? Check out the blog post I wrote about using this script. https://medium.com/@echohack/guide-to-make-your-mac-suck-less-2017-88a57563aac7#.iwo8hrmw6

About

A simple way to configure your mac.

License:Apache License 2.0


Languages

Language:Shell 62.2%Language:Python 37.8%