Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 368 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 368 Bytes

Dockerized dev environment

Docker image with developer packages installed

Contained packages:

  • 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)

Build docker

docker build -t apostacyh/devenv:latest .
docker push apostacyh/devenv:latest