1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua ed3ee63d80
continuous-integration/drone/push Build was killed Details
Cleanup unused node tools
2018-12-09 22:53:51 +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 Cleanup unused node tools 2018-12-09 22:53:51 +08:00
.local/bin Fix share 2018-12-09 04:30:06 +08:00
.yadm Add minio config 2018-12-02 14:32:12 +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 Cleanup unused node tools 2018-12-09 22:53:51 +08:00
.dockerignore More usage [SKIP CI] 2018-04-01 21:36:34 +08:00
.drone.yml Fix share script and improve runenv 2018-12-02 14:09:42 +08:00
.gitconfig Add minio config 2018-12-02 14:32:12 +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 stego-toolkit and share 2018-12-01 00:33:57 +08:00
LICENSE Create LICENSE 2018-09-26 22:35:26 +08:00
README.md Improve scripts 2018-12-02 14:39:52 +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

Todo

  • i3bar
  • macOS support?

Usage

docker run -it -p 8080:8080 -v $PWD:/home/ambrose/src registry.makerforce.io/ambrose/env
yadm clone git@github.com:serverwentdown/env.git
yadm decrypt

Which is also packed as a script:

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

Additional features

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