Sets up a new Linux ubuntu/debian-based system with nice Z-shell defaults and Yubikey SSH/sudo/gpg support and some other bells and whistles.
sudo apt-get install ansible curl make
- Run
make
-
If you wish to have ssh and pgp keys automatically installed, edit
Makefile
and replaceGITHUB_ACCOUNT="logicwax"
with your github account name (provided your pgp and ssh keys are already setup in your account already). -
Run
make keys
(performs default installation as well)