1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua e87ebf499e
Use VSCode sync, fix startup completions and config
2024-03-19 14:23:01 +08:00
.config Use VSCode sync, fix startup completions and config 2024-03-19 14:23:01 +08:00
.docker Upgrade versions, add pyenv 2023-02-03 09:57:03 +08:00
.github Remove dotfiles mirroring 2023-05-08 19:06:22 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Remove terminfo 2024-02-15 10:25:37 +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 Add foot config and update others 2024-02-15 10:00:07 +08:00
.dockerignore Add additional downloadable completions 2023-02-10 10:18:13 +08:00
.gitignore Use VSCode sync, fix startup completions and config 2024-03-19 14:23:01 +08:00
.tmux.conf Fix tmux titles, color and odd bug 2021-10-21 10:25:55 +08:00
.zshrc Use VSCode sync, fix startup completions and config 2024-03-19 14:23:01 +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