Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.32 KB

README.md

File metadata and controls

33 lines (20 loc) · 1.32 KB

My brew configuration scripts

Unboxing a new machine is fun, provisioning it is not always so fun.

This repository contains a simplified version of machine installation scripts (dotfiles) for getting me running my brew applications on Mac OS X.

See LICENSE for the license terms.

What it does and what it doesn't do

Something important: I have been deliberately focusing on getting me 80% started.

These scripts install most of my tools of choice. I go with the manual route for the remainder of the tools (TweetDeck, etc). I also manually transfer documents, many of which are on Dropbox.

These scripts do not install all possible dependencies, and there is no complex support for say, loading private data like GnuPG keys, etc. I also tend to go with a configuration that is close to what is out of the box.

Getting up and running

  1. Clone this into ~/appinstall
  2. Run scripts/setup-with-homebrew.sh
  3. Run scripts/use-homebrew-bash.sh

Recommendations

These scripts and files are tailored to my needs and taste.

I don't recommend that you use them as-is on your own machines unless you know what you are doing.

You can take inspiration from these files to do your own configuration. If you see something to improve, feel-free to drop me an issue or a pull-request!