Automated dev machine setup using ansible and yadm
-
Setup your ssh-agent
ssh-add ~/.ssh/id_rsa ssh -T [email protected]
-
Run
sh -c "$(wget https://raw.github.com/mskrajnowski/dev-setup/master/setup.sh -O -)"
Automated dev machine setup using ansible and yadm
Setup your ssh-agent
ssh-add ~/.ssh/id_rsa
ssh -T [email protected]
Run
sh -c "$(wget https://raw.github.com/mskrajnowski/dev-setup/master/setup.sh -O -)"