thanks can be sent to the e-mail in the profile
- Devops engineers
- Anyone accustomed to Linux cli-utilities but forced to work with windows
- Anyone who cannot access hosts behind a VPN from WSL
- WSL 2
- Docker desktop
- (Optional as the theme settings have been tested on it) Windows Terminal
Docker desktop should be running!
cd
\path\to\you\favorite\empty\folder
docker-compose up -d
docker ps
docker exec -it
(copy and paste the name or id from the command output above) bash
bash /root/.config/base16-shell/scripts/
theme_name, if don't like the default themedpkg-reconfigure tzdata
, to set the desired time zone- Open any file with vim and run
:PlugInstall
*Your needs may be broader than mine. Edit the Dockerfile and docker-compose.yml according to your needs.
Caution! Adding apt-get upgrade to the RUN clause will break build
License MIT©