aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: a72f952a4fa5b9072c1f48835406f9a20f05b450 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# dotfiles

My Development Setup

## Quickstart

First, you need to [install Brew](https://brew.sh). After which, you'll need to [get YADM going](https://yadm.io/docs/install).

```shell
cobraz@something-mac-something ~ % yadm clone git@github.com:cobraz/dotfiles.git
cobraz@something-mac-something ~ % brew bundle
cobraz@something-mac-something ~ % sh bootstrap.sh
```

The last command will run for a while. It runs all Mac OSX defaults and stuff, so – i'll take some time!