1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua f411d00623 Integrate ctrl:nocaps into xkb 2021-07-05 09:52:35 +08:00
.config Always add basic tools 2021-05-06 17:42:37 +08:00
.docker Add Ubuntu desktop base 2021-05-06 17:53:44 +08:00
.github Fix yadm installation in README 2021-04-14 14:28:31 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Update secret keys for minio and U2F 2021-05-24 23:39:30 +08:00
.pwn/bin Fix binwalk, add strace 2021-05-01 09:31:47 +08:00
.ssh Remove Git SSH port 2021-03-19 21:28:03 +08:00
.terminfo Fix terminal rendering and improve performance by default 2020-11-06 00:48:44 +08:00
.wallpaper Add wallpaper for triple setup 2021-04-07 17:44:05 +08:00
.xkb/symbols Integrate ctrl:nocaps into xkb 2021-07-05 09:52:35 +08:00
.dockerignore Add .zshrc back into Docker 2021-05-07 23:23:48 +08:00
.gitignore Add .zshrc back into Docker 2021-05-07 23:23:48 +08:00
.zshrc Move pwn scripts to new directory 2021-04-26 11:42:30 +08:00

.github/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

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