this repo has no description

setup docs

seth.computer a7165dae d43247c7

verified
+27
+27
README.md
··· 6 6 - Install [homebrew](https://brew.sh) 7 7 - Run `make setup` 8 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 15 + git clone https://codeberg.org/sethetter/dotfiles $HOME/dotfiles 16 + ``` 17 + 18 + ### homebrew 19 + 20 + Homebrew manages system packages. 21 + 22 + 1. Install homebrew 23 + 2. Run `make brew` to install all homebrew dependencies 24 + 25 + ### 1Password 26 + 27 + Enable 1Password developer settings: cli and ssh agent 28 + 29 + ### Run setup script 30 + 31 + This will install a few other dependencies and put the symlink configs in place. 32 + 33 + ``` 34 + ./setup.sh 35 + ```