🚧️ WIP: These steps haven't been confirmed on a new machine. Use with caution.
- Set up SHH keys
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
; see Homebrewbrew install yadm
yadm clone git@github.com:paulchiu/dotfiles.git
; see yadm - Getting Startedyadm status
cd ~/bootstrap && brew bundle install
TL;DR yadm
is basically a wrapper on git
so all default git
aliases work once bootstrapped.
- Modify relevant configuration file
- Update with
ya add -u
- Commit and push with
ya cm '...'
andya push
To add a new configuration file or folder, just do ya add [target]
.