From ee403026952affffc6d908ad1c3fd6d91619447e Mon Sep 17 00:00:00 2001 From: Adam Gausmann Date: Tue, 23 Jun 2020 14:55:45 -0500 Subject: [PATCH] Update README --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3cd7f14..4e1c7e0 100644 --- a/README.md +++ b/README.md @@ -4,13 +4,17 @@ My personal dotfiles and configurations, generated from templates with Mako! ## Contents +- `install.py` - The script that generates and installs the templates. (Requires Mako) + +- `install` - Updates submodules and runs `pipenv run install.py "$@"`. + +- `hosts` - Host-specific configuration files. + - `templates/` - The set of base template files. - `include/` - Template files that do not map directly to a generated file. -- `install.py` - The script that generates and installs the templates. (Requires Mako) - -- `install` - Updates submodules and runs `pipenv run install.py "$@"`. +- `raw/` - Raw files to be copied directly to the home directory (useful for submodules). ## How it Works