1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua b1b1a04793 Rotate screen 2022-03-23 09:56:39 +08:00
.config Rotate screen 2022-03-23 09:56:39 +08:00
.docker Add `file-manager` 2021-11-16 21:42:28 +08:00
.github Add g, remove custom keyboard layout 2022-02-09 14:32:58 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Fix AWT applications rendering 2021-12-20 17:16:16 +08:00
.mozilla/firefox/chrome Fix triple's pause, add 1080p resize, fix some Firefox popups 2021-10-04 23:05:06 +08:00
.pwn/bin Add stegseek, ignore more Rust files 2021-08-02 14:24:56 +08:00
.ssh Remove Git SSH port 2021-03-19 21:28:03 +08:00
.terminfo Update xterm-iterm 2021-09-30 15:00:37 +08:00
.dockerignore Add g, remove custom keyboard layout 2022-02-09 14:32:58 +08:00
.gitignore Add g, remove custom keyboard layout 2022-02-09 14:32:58 +08:00
.tmux.conf Fix tmux titles, color and odd bug 2021-10-21 10:25:55 +08:00
.zshrc Add Dart pub cache bin 2022-02-26 09:47:12 +08:00

.github/README.md

env publish docker images

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

Screenshots

Usage

Docker

export PATH="$HOME/.local/bin:$PATH"
curl -fLo ~/.local/bin/contain https://raw.githubusercontent.com/serverwentdown/env/master/.local/bin/contain
chmod +x ~/.local/bin/contain
contain -h

macOS, Fedora, Alpine, Ubuntu, Debian

Install yadm, and then clone.

# Install yadm (macOS)
brew install yadm
# Install yadm (dirty method)
sudo curl -fLo /usr/local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
sudo chmod +x /usr/local/bin/yadm
# Clone
yadm clone git@github.com:serverwentdown/env.git

Optional

git clone git@makerforce.io:ambrose/pass.git ~/.password-store