Go to file
2022-06-04 00:30:33 +02:00
templates Moved my KUBECONFIG to the default location 2022-06-04 00:30:33 +02:00
.gitignore Ignore python env 2021-12-27 14:39:31 +01:00
docker-compose.yml Add docker-compoose support, using docker-compose run application 2022-02-08 19:33:35 +01:00
entrypoint.sh Add docker-compoose support, using docker-compose run application 2022-02-08 19:33:35 +01:00
local.env.example Add platform to config 2022-02-08 19:33:17 +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 Strip leading whitespace sooner 2022-01-06 20:26:34 +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