Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 745 Bytes

README.md

File metadata and controls

59 lines (43 loc) · 745 Bytes

home-dir

Dot-files and utilities

Compatible with:

  • CentOS / Red Hat
  • Cygwin
  • Debian / Ubuntu
  • Git Bash
  • OSX

(All of the following scripts will prompt before overwriting)

To bootstrap:

bin/bootstrap.sh

To bootstrap w/ additional packages:

EXTENDED_BOOTSTRAP=true bin/bootstrap.sh

Running containerized

(Requires docker)

Building an image:

docker/build.sh

Starting a container (it will be removed on exit):

docker/start.sh

Stopping a running container:

docker/stop.sh

Connecting to a shell session:

docker/shell.sh

Viewing the log(s):

docker/logs.sh

Tail[ing] the log(s):

docker/tail.sh