Update README

This commit is contained in:
Adam Gausmann 2020-06-23 14:55:45 -05:00
parent 996d34639b
commit ee40302695

View file

@ -4,13 +4,17 @@ My personal dotfiles and configurations, generated from templates with Mako!
## Contents ## 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. - `templates/` - The set of base template files.
- `include/` - Template files that do not map directly to a generated file. - `include/` - Template files that do not map directly to a generated file.
- `install.py` - The script that generates and installs the templates. (Requires Mako) - `raw/` - Raw files to be copied directly to the home directory (useful for submodules).
- `install` - Updates submodules and runs `pipenv run install.py "$@"`.
## How it Works ## How it Works