···66 - Install [homebrew](https://brew.sh)
77 - Run `make setup`
88- Run `make apply` to put everything in place, and anytime there are changes
99+1010+## Setup
1111+1212+### Clone this repo
1313+1414+```bash
1515+git clone https://codeberg.org/sethetter/dotfiles $HOME/dotfiles
1616+```
1717+1818+### homebrew
1919+2020+Homebrew manages system packages.
2121+2222+1. Install homebrew
2323+2. Run `make brew` to install all homebrew dependencies
2424+2525+### 1Password
2626+2727+Enable 1Password developer settings: cli and ssh agent
2828+2929+### Run setup script
3030+3131+This will install a few other dependencies and put the symlink configs in place.
3232+3333+```
3434+./setup.sh
3535+```