this repo has no description
1# dotfiles 2 3Config files for my personal dev setup on MacOS. 4 5- Initial setup 6 - Install [homebrew](https://brew.sh) 7 - Run `make setup` 8- Run `make apply` to put everything in place, and anytime there are changes 9 10## Setup 11 12### Clone this repo 13 14```bash 15git clone https://codeberg.org/sethetter/dotfiles $HOME/dotfiles 16``` 17 18### homebrew 19 20Homebrew manages system packages. 21 221. Install homebrew 232. Run `make brew` to install all homebrew dependencies 24 25### 1Password 26 27Enable 1Password developer settings: cli and ssh agent 28 29### Run setup script 30 31This will install a few other dependencies and put the symlink configs in place. 32 33``` 34./setup.sh 35```