# Docker environment setup This docker container has everything you need to develop. To build the docker image, run ``` ./build.sh ``` To enter the work environment. ``` ./devbox.sh ``` The config directory mounts to the .config directory in root, for you to add your vim/nvim/tmux configurations.