This README.md is for https://github.com/dunkgray/dotfiles/edit/master/README.md It will be added to all yadm systems.
This is a yamd repo https://yadm.io/#
ssh-keygen -t ed25519 -C "[email protected]"
cat ~/.ssh/id_rsa.pub # Get these into gtihub and bitbucket
ssh -T [email protected] # check github connection
sudo apt-get install yadm -y
yadm clone [email protected]:dunkgray/dotfiles.git
Manually run the scripts in ~/.config/bootstrap
Here are some helpful aliasis
alias yma='yadm add'
alias ymcam='yadm commit -am'
alias ymcm='yadm commit -m'
alias ymd='yadm diff'
alias ymdc='yadm diff --cached'
alias ymp='yadm push'
alias ympu='yadm pull --rebase'
alias yms='yadm status'