Go to file
2021-12-27 16:05:19 +01:00
templates Preserve file permissions from template 2021-12-27 15:51:08 +01:00
.gitignore Ignore python env 2021-12-27 14:39:31 +01:00
local.env.example Change to device type 2021-12-27 14:38:32 +01:00
README.md Add some documentation in the form of a readme 2021-12-27 12:28:12 +01:00
requirements.txt Switch to python and jinja 2021-12-27 12:25:14 +01:00
run.py Only change symlink if it is not already correct 2021-12-27 16:05:19 +01:00
vars.env Add configuration templates and templating system 2021-12-27 02:05:01 +01:00

Daniel's dotfile generator

Installing

Enter a python venv

python -m venv env
source env/bin/activate

Install dependencies

pip install -r requirements.txt

Setup local variables

cp local.env.example local.env

Please edit local.env to your liking.

Running/Generating dotfiles

Run run.py from the python venv

./run.py