No description
Find a file
2020-06-23 14:06:50 -05:00
hosts Add esdemc-d19 and make VM handling generic 2020-06-23 14:06:50 -05:00
raw/.vim/pack/git-plugins/start Update vim plugins 2020-05-13 15:24:33 -05:00
templates Add esdemc-d19 and make VM handling generic 2020-06-23 14:06:50 -05:00
.gitignore Add base16 coloring 2020-04-04 02:45:46 -05:00
.gitmodules Add rust plugin and autoformat 2019-05-05 17:55:16 -05:00
install Separate hosts file and add seraph, xinitrc 2019-01-30 01:45:19 -06:00
install.py Add config for smol 2020-04-09 20:04:51 -05:00
Pipfile Add base16 coloring 2020-04-04 02:45:46 -05:00
Pipfile.lock Add base16 coloring 2020-04-04 02:45:46 -05:00
README.md Update README 2019-01-30 01:52:41 -06:00

dotfiles

My personal dotfiles and configurations, generated from templates with Mako!

Contents

  • 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 "$@".

How it Works

For each file in the templates/ directory (recursively), the installation script will parse and render it as a Mako template and output it with the same path but relative to the home directory. Mako is configured to look for additional files in the include/ directory if they don't exist in templates/, so use that if you reference other template files that aren't supposed to be rendered as a standalone file.

Requirements

Basic requirements (install):

  • pipenv

Low-level requirements (install.py):

  • mako
  • toml

Installation

Made easy by the install script. Use install --help to see customization options.