My dotfiles and ide docker image.
bash <(curl -sL https://raw.githubusercontent.com/prchann/dotfiles/main/install-apps.sh)
bash <(curl -sL https://raw.githubusercontent.com/prchann/dotfiles/main/install-dotfiles.sh)
docker build -t prchann/ide .
docker run --name ide -v /data:/data -p 2222:22 --restart=always -d prchann/ide