|
1 week ago | |
---|---|---|
.config | 1 week ago | |
.gnupg | 11 months ago | |
.local | 4 months ago | |
.ssh | 1 week ago | |
.terminfo | 4 months ago | |
.wallpaper | 1 year ago | |
.dockerfile | 4 months ago | |
.dockerignore | 4 months ago | |
.zshrc | 1 week ago | |
README.md | 3 months ago |
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
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
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
# requires private key
yadm decrypt
# requires yadm decrypt
git clone git@makerforce.io:ambrose/pass.git ~/.password-store