Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/stigkj/babushka-deps
- Owner: stigkj
- Created: 2014-08-13T22:15:30.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2022-03-30T21:16:06.000Z (almost 3 years ago)
- Last Synced: 2024-11-26T13:38:03.163Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 466 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```