1
0
Fork 0
env/.github
Ambrose Chua 827cbf400b
continuous-integration/drone/push Build was killed Details
Remove dotfiles mirroring
2023-05-08 19:06:22 +08:00
..
workflows Remove dotfiles mirroring 2023-05-08 19:06:22 +08:00
LICENSE Hide README 2021-03-16 17:48:12 +08:00
README.md Add g, remove custom keyboard layout 2022-02-09 14:32:58 +08:00

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