Duncan’s shell used to hack on Linux while on MacOS or Windows or whatever.
978
Duncan’s ever-changing (and currenly hacky) project shell configuration. This version sets everything I need up for Mac OS X, Windows Subsystem for Linux (WSL), and for Docker.
Docker hub images are built automatically from this repo. To run:
$ docker run -it duncan/sh
It’s probably best not to use this directly, honestly. This repository is public because the information could be useful to others who are also living on mulitple platforms.
$ mkdir ~/Source/sh
$ git clone https://github.com/duncan/sh.git ~/Source/sh
$ cd ~/Source/sh
$ ./setup.sh
Prerequisite: Install Windows Subsystem for Linux and then Ubuntu from the Microsoft Store.
$ mkdir /mnt/c/Source
$ git clone https://github.com/duncan/sh.git /mnt/c/Source/sh
$ cd /mnt/c/Source
$ ./setup.sh
You’ll be challenged for sudo and will likely see some Windows Defender popups about network access. This is all the system doing all it can to make you safe. :D
See LICENSE file for all relevant disclaimers and what not.
Content type
Image
Digest
Size
256.1 MB
Last updated
over 7 years ago
docker pull duncan/sh