Go to file
2021-12-27 12:28:12 +01:00
templates Change used memory to root disk 2021-12-27 11:08:45 +01:00
.gitignore Switch to python and jinja 2021-12-27 12:25:14 +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 Switch to python and jinja 2021-12-27 12:25:14 +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