1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua e5f0a09bbe Update sway and .Xresources 2018-11-01 00:16:29 +08:00
.bar Improve formatting 2018-10-30 17:41:01 +08:00
.config Update sway and .Xresources 2018-11-01 00:16:29 +08:00
.install Fix tests 2018-10-17 10:28:55 +08:00
.local/bin Add wallpaper and iterm 2018-10-31 17:47:17 +08:00
.yadm Add desktop stuff 2018-10-09 20:36:55 +08:00
.Xresources Update sway and .Xresources 2018-11-01 00:16:29 +08:00
.chunkwmrc Add chunkwmrc and incomplete skhdrc 2018-10-31 21:23:22 +08:00
.dockerfile Remove vgo 2018-10-17 10:29:43 +08:00
.dockerignore More usage [SKIP CI] 2018-04-01 21:36:34 +08:00
.drone.yml Update .drone.yml 2018-10-19 23:31:57 +08:00
.gitconfig Add kubectl and hide dockerfile 2018-04-01 21:12:22 +08:00
.runenv Update .runenv 2018-10-19 23:34:25 +08:00
.skhdrc Add chunkwmrc and incomplete skhdrc 2018-10-31 21:23:22 +08:00
.versions Bump Golang, Node keys and clean neovim 2018-09-22 17:12:59 +08:00
.wallpaper.jpg Add wallpaper and iterm 2018-10-31 17:47:17 +08:00
.zshrc Add bitbar 2018-10-30 16:34:51 +08:00
LICENSE Create LICENSE 2018-09-26 22:35:26 +08:00
README.md Update README.md 2018-10-19 23:33:56 +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.makerforce.io/ambrose/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.makerforce.io/ambrose/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