Where I store my code/answers for Advent of Code in Python. Also an excuse to work on a project with tmux and vim as my only workflow tools.
pyenv(brew install pyenv)pipenv(brew install pipenv)- Optional:
tmux(brew install tmux) - Optional:
vim(brew install vim)
To start up the multi-window tmux environment (via tmuxp):
make start