@magarcia dotfiles implementation leveraging the following:
yadm clone https://github.com/magarcia/dotfiles.git --bootstrap # https!
- Bootstraping updates the remote url to ssh, so an ssh key will have to be configured after this (see below).
- There might be some need to enter the sudo password.
- Mac App Store installs will ask for a login.
Configure (new or existing) ssh key and add it to GitHub, then add key to ssh-agent and ~/.ssh/config
. Then test:
ssh -T git@github.com
# yadm wraps git, e.g.:
yadm status
yadm add <file>
yadm commit
yadm push
# etc
# List files under yadm control:
yadm list -a