The .vimrc supports cross-platform. Furthermore, it does not need to require preparation to construct .vim/vimfiles. All process is done automatically by .vimrc.
cp dotfiles/.vimrc ~
- Install chocolatey.
Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1'))
- Install some utilities
choco install dotfiles/choco.config -y
- Execute post-processing
./windows/setup.bat
- build the docker image
./linux/build_image.sh dlenv
- run a container attaching the current working directory.
./linux/run_container.sh dlenv project-1
The current working directory is attached into /root/work
.
- Enter the container.
docker exec -it project-1 bash