fernandoacorreia / homefiles

Files from my home directory that I'm likely to reuse across machines.
MIT License
1 stars 0 forks source link

homefiles

Files from my home directory that I'm likely to reuse across machines.

Compatibility

Usage

First time setup on a fresh machine

Post-setup

Update after pulling a new version or making changes

~/homefiles/setup

Testing

To run in a disposable Docker container:

docker run --rm -it -v $(pwd):/root/homefiles ubuntu:16.04 bash
/root/homefiles/setup

Inspiration