1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 392eb80d40 Fix ZSH VCS dirty 2021-02-25 23:25:18 +08:00
.config Fix ZSH VCS dirty 2021-02-25 23:25:18 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Fix terminal rendering and improve performance by default 2020-11-06 00:48:44 +08:00
.ssh Fix ZSH VCS dirty 2021-02-25 23:25:18 +08:00
.terminfo Fix terminal rendering and improve performance by default 2020-11-06 00:48:44 +08:00
.wallpaper Switch to yabai, improve keymap and folders 2019-09-29 17:28:08 +08:00
.dockerfile Fix terminal rendering and improve performance by default 2020-11-06 00:48:44 +08:00
.dockerignore Fix dockerignore 2020-11-04 01:28:43 +08:00
.zshrc Fix ZSH VCS dirty 2021-02-25 23:25:18 +08:00
README.md Add pinentry 2020-11-08 02:21:22 +08:00

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/runenv https://raw.githubusercontent.com/serverwentdown/env/master/.local/bin/runenv
chmod +x ~/.local/bin/runenv
runenv -h

macOS

brew install \
	xz upx \
	\
	zsh-autosuggestions \
	zsh-syntax-highlighting \
	exa jq \
	neovim \
	\
	git \
	pass gnupg \
	\
	python@3.9 \
	go \
	\
	thefuck \
	httpie \
	dust \
	yadm \
	\
	kubectl \
	minio/stable/mc \
	\
	pinentry-mac


yadm clone git@github.com:serverwentdown/env.git

Optional

# requires private key
yadm decrypt
# requires yadm decrypt
git clone git@makerforce.io:ambrose/pass.git ~/.password-store