- Docker-desktop
Docker desktop should be running!
Check that your Powershell has an alias for cd
. If not, replace the cd
in the construction below with Set-Location -Path
-
Git clone to your favorite empty folder or download and extract the archive into it
-
cd
\path\to\you\favorite\folderdocker-compose up -d
docker ps
docker exec -it
(copy and paste the name or id from the command output above)bash
- Change
$HOME/.config/base16-shell/scripts/base16-material-palenight.sh
in .bashrc, if don't like the default theme - Run
dpkg-reconfigure tzdata
, to set the desired time zone
Your needs may be broader than mine. Edit the Dockerfile and docker-compose.yml according to your needs.
Caution!
Git changes the newline character by default, which can cause problems when building the image. Comment on anything Vim-related, or study THIS and take action.
License MIT©