1
0
Fork 0
 
 
 
 
 
 
Go to file
Ambrose Chua 440c5aeff0 Add screenshots 2020-11-04 03:54:40 +08:00
.config Improve Rust & Go tooling, fix Dockerfile 2020-11-04 03:15:11 +08:00
.gnupg Cleanup unused files and docs 2020-03-30 23:32:49 +08:00
.local Add screenshots 2020-11-04 03:54:40 +08:00
.ssh Remove old installers, rewrite Dockerfile 2020-11-04 01:26:35 +08:00
.terminfo/x Add xterm-kitty terminfo 2019-10-21 17:22:31 +08:00
.wallpaper Switch to yabai, improve keymap and folders 2019-09-29 17:28:08 +08:00
.dockerfile Add screenshots 2020-11-04 03:52:28 +08:00
.dockerignore Fix dockerignore 2020-11-04 01:28:43 +08:00
.zshrc Add history file path 2020-11-04 03:20:28 +08:00
README.md Add screenshots 2020-11-04 03:52:28 +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

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