| templates | ||
| .gitignore | ||
| docker-compose.yml | ||
| entrypoint.sh | ||
| local.env.example | ||
| README.md | ||
| requirements.txt | ||
| run.py | ||
| vars.env | ||
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