A collection of files and scripts to help make new home directories feel more like a home.
- Enter the target home directory:
cd ~
- Download the latest release:
curl -Lo homemaker.tar.gz https://github.com/haximilian/homemaker/releases/download/v1.0.0-ALPHA.0/homemaker.tar.gz
- Extract the tarball:
tar xzpvf homemaker.tar.gz
- (optional) At this point, you can make whatever changes you like to the release contents.
- Run the initialization script:
sh ./homemaker.sh
The initialization script will automatically initialize your new home directory, and then clean up after itself, leaving your new home directory ready for use.
Copyright © 2019 Haximilian
This project is licensed under the Apache License, Version 2.0 (Apache-2.0).
For a complete copy of the license, please see the included "LICENSE" file.