# dotfiles Config files for my personal dev setup on MacOS. - Initial setup - Install [homebrew](https://brew.sh) - Run `make setup` - Run `make apply` to put everything in place, and anytime there are changes ## Setup ### Clone this repo ```bash git clone https://codeberg.org/sethetter/dotfiles $HOME/dotfiles ``` ### homebrew Homebrew manages system packages. 1. Install homebrew 2. Run `make brew` to install all homebrew dependencies ### 1Password Enable 1Password developer settings: cli and ssh agent ### Run setup script This will install a few other dependencies and put the symlink configs in place. ``` ./setup.sh ```