1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 2dada3f9c5
continuous-integration/drone/push Build was killed Details
Fix gutter colors, add git gutter
2021-04-03 14:16:09 +08:00
.config Fix gutter colors, add git gutter 2021-04-03 14:16:09 +08:00
.docker Add global deoplete flag 2021-04-03 12:38:27 +08:00
.github Update macOS instruction and use brew for a few more packages 2021-03-17 03:07:56 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Add MultiMC installer 2021-03-24 23:52:08 +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 Improve skels, clean up SSH and wallpaper 2021-03-16 17:36:32 +08:00
.xkb/symbols Update sway configuration 2021-03-23 20:40:22 +08:00
.dockerignore Add debian, fedora, ubuntu and slim images 2021-03-17 00:41:29 +08:00
.zshrc Set title in ZSH 2021-03-21 14:45:16 +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)
curl -fLo ~/.local/bin/yadm https://github.com/TheLocehiliosan/yadm/raw/master/yadm
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