Skip to content

hotchilipowder/my_config

Repository files navigation

My Dev Config

This is my dotfiles

git clone https://github.com/hotchilipowder/my_config.git

More information see docs

Docs

For development, you can have a dev environment to get the docs.

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
sphinx-autobuild docs build --host 0