1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 62bd7d3215
the build failed Details
Add registry push secrets
2018-09-22 17:45:19 +08:00
.config/nvim Improve nvim 2018-09-22 10:34:15 +08:00
.install Bump Golang, Node keys and clean neovim 2018-09-22 17:12:59 +08:00
.yadm Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.dockerfile Add alpine-sdk 2018-04-08 22:36:35 +08:00
.dockerignore More usage [SKIP CI] 2018-04-01 21:36:34 +08:00
.drone.yml Add registry push secrets 2018-09-22 17:45:19 +08:00
.gitconfig Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.runenv Add alpine-sdk 2018-04-08 22:36:35 +08:00
.versions Bump Golang, Node keys and clean neovim 2018-09-22 17:12:59 +08:00
.zshrc Add thefuck 2018-04-02 23:05:10 +08:00
README.md Add gradlr into README 2018-04-02 23:17:58 +08:00

README.md

env Build Status

Just storing dotfiles in a repository isn't enough. This is almost all the tools I use, put into a Docker image that I can run anywhere

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

Additional features

sudo ./.install/jdk.sh && sudo ./.install/gradlr.sh