1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 3cfe59417d
the build failed Details
Add sway and fix zsh-autosuggestions
2018-10-09 17:39:51 +08:00
.config Add sway and fix zsh-autosuggestions 2018-10-09 17:39:51 +08:00
.install Add sway and fix zsh-autosuggestions 2018-10-09 17:39:51 +08:00
.yadm Add gitignore 2018-10-09 17:00:31 +08:00
.dockerfile Add sway and fix zsh-autosuggestions 2018-10-09 17:39:51 +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
.gitignore Add gitignore 2018-10-09 17:00:31 +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 zsh-autosuggestions 2018-09-22 20:44:43 +08:00
LICENSE Create LICENSE 2018-09-26 22:35:26 +08:00
README.md Update badge 2018-09-22 20:51:01 +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