Skip to content
Snippets Groups Projects

This is a collection of dot-files and small scripts I use to admin my laptop and some servers. It's somewhat specific to my needs. The generalizable stuff often ends up elsewhere.

One thing that might be of use is the recovery script. It reads a yaml file that specifies some items to copy, symlink, and download (via git) to setup a base home environment. The idea here is that running this script gets you a dir on a USB key that contains recovery materials. Then, when you're putting together a new home dir, you run the recovery from the USB key and it gets you minimal setup that makes it feasible to continue setup via ansible.

I made some ansible roles that used to live in this directory, but now they have a dedicated repo. It's pulled into this one as a submodule, but all the action is over there.