Docker image with developer packages installed
- python3.10
- vim 9.1
- YouCompleteMe and a list of other vim plugins
- tmux with customized tmux configurations
- nodejs v22.12.0 (for vim copliot support)
docker build -t apostacyh/devenv:latest .
docker push apostacyh/devenv:latest