1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua d796378a70 Ensure neovim runtime dependency 2018-04-01 22:59:29 +08:00
.config/nvim Install neovim, plug and cleanup 2018-04-01 08:54:18 +00:00
.install Ensure neovim runtime dependency 2018-04-01 22:59:29 +08:00
.yadm Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.dockerfile Add usage 2018-04-01 21:31:06 +08:00
.dockerignore More usage [SKIP CI] 2018-04-01 21:36:34 +08:00
.drone.yml Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.gitconfig Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.runenv Add help message 2018-04-01 22:55:11 +08:00
.versions Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.zshrc Temporarily fix neovim#8056 2018-04-01 18:06:48 +08:00
README.md Whoops [SKIP CI] 2018-04-01 21:38:24 +08:00

README.md

env Build Status

Not only dotfiles, but also a Docker environment.

Usage

$ docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.labs.0x.no/env
$ yadm clone https://github.com/serverwentdown/env.git
$ yadm decrypt

Or to run without yadm:

$ docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src -v $HOME/.ssh:/home/ambrose/.ssh registry.labs.0x.no/env

Which, is also packed as a script:

$ curl -fLo ~/.bin/runenv https://raw.githubusercontent.com/serverwentdown/env/master/.runenv
$ chmod +x ~/.bin/runenv
$ runenv