Sign inSign up

duncan/sh

By duncan

Updated over 7 years ago

Duncan’s shell used to hack on Linux while on MacOS or Windows or whatever.

Image
0

978

duncan/sh repository overview

duncan/sh

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.

Usage (if you have a docker client)

Docker hub images are built automatically from this repo. To run:

$ docker run -it duncan/sh

Usage (if you’re duncan)

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.

On Mac OS X
$ mkdir ~/Source/sh
$ git clone https://github.com/duncan/sh.git ~/Source/sh
$ cd ~/Source/sh
$ ./setup.sh
On WSL

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

Disclaimers

See LICENSE file for all relevant disclaimers and what not.

Tag summary

Content type

Image

Digest

Size

256.1 MB

Last updated

over 7 years ago

docker pull duncan/sh