Skip to content

kevbo/adventofcode

Repository files navigation

Advent of Code

Build Status Maintainability Test Coverage

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.

Getting up and running

Dependencies

  • pyenv (brew install pyenv)
  • pipenv (brew install pipenv)
  • Optional: tmux (brew install tmux)
  • Optional: vim (brew install vim)

Starting up the dev environment

To start up the multi-window tmux environment (via tmuxp):

make start

Useful Links