Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/stigkj/babushka-deps

The Babushka deps I use to setup my OS X machine.
https://github.com/stigkj/babushka-deps

Last synced: 9 days ago
JSON representation

The Babushka deps I use to setup my OS X machine.

Awesome Lists containing this project

README

        

# Babushka deps

I use [Babushka](http://babushka.me) to automate the setup of my OS X machine.

## Initialize a new machine

When starting from scratch on a new machine with only OS X installed, run this:

```
sh -c "`curl https://raw.githubusercontent.com/stigkj/babushka-deps/master/setup.sh`"
```

## Update an existing machine

To update an existing machine with changes in this repo, run this:

```
babushka stigkj:main
```